Quote channel in crash report
This commit is contained in:
parent
47bb0f6cab
commit
e035b5ab80
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class InfoCrashCategory private constructor() : CrashCategory {
|
|||
Pair("Method", call.origin.methodName),
|
||||
Pair("Line", call.origin.lineNumber),
|
||||
)),
|
||||
Pair("Channel", call.channel),
|
||||
Pair("Channel", "'${call.channel}'"),
|
||||
Pair("Fatal", if (fatal) "yes" else "no"),
|
||||
Pair("Message", call.message),
|
||||
Pair("Stacktrace", if (throwable == null) "Not available." else StackTraceUtils.stacktraceRecursive(throwable)),
|
||||
|
|
Loading…
Reference in a new issue