We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170f889 commit ec7b276Copy full SHA for ec7b276
crashlytics/app/src/main/java/com/google/firebase/example/crashlytics/kotlin/MainActivity.kt
@@ -84,8 +84,7 @@ class MainActivity : AppCompatActivity() {
84
} catch (e: Exception) {
85
Firebase.crashlytics.recordException(
86
e,
87
- mapOf("key_1" to "value_1", "key_2" to "value_2"),
88
- )
+ mapOf("key_1" to "value_1", "key_2" to "value_2"))
89
// handle your exception here
90
}
91
// [END crash_log_caught_ex_custom_keys]
0 commit comments