Commit 41a7091
authored
Fix Debug Logging Crash (#448)
• The SDK will print (verbose mode) log statements for every HTTP request the SDK makes
• To be more informative, the SDK prints all HTTP request parameters as prettified JSON. However when serializing the parameters to JSON, the SDK was not checking to see if an error occurred which could lead to crashes in rare circumstances.1 parent 8bab228 commit 41a7091
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
248 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
249 | 256 | | |
250 | 257 | | |
251 | 258 | | |
| |||
0 commit comments