Commit 3927be6
committed
Fixed NRE in FileExceptionlessLog
The active test run was aborted. Reason: Test host process crashed : Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at Exceptionless.Logging.FileExceptionlessLog.Flush() in /Users/runner/work/Exceptionless.Net/Exceptionless.Net/src/Exceptionless/Logging/FileExceptionlessLog.cs:line 167
at Exceptionless.Logging.FileExceptionlessLog.OnFlushTimer(Object state) in /Users/runner/work/Exceptionless.Net/Exceptionless.Net/src/Exceptionless/Logging/FileExceptionlessLog.cs:line 260
at System.Threading.TimerQueueTimer.<>c.<.cctor>b__27_0(Object state)1 parent fda1479 commit 3927be6
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
168 | 171 | | |
169 | 172 | | |
170 | 173 | | |
| |||
293 | 296 | | |
294 | 297 | | |
295 | 298 | | |
296 | | - | |
| 299 | + | |
297 | 300 | | |
298 | 301 | | |
299 | 302 | | |
| |||
0 commit comments