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 9303774 commit be1ce95Copy full SHA for be1ce95
firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/KeyValueBuilder.kt
@@ -16,7 +16,7 @@
16
17
package com.google.firebase.crashlytics
18
19
-/** Helper class to enable convenient syntax in [setCustomKeys] */
+/** Helper class to enable convenient syntax in [setCustomKeys] and [recordException] */
20
class KeyValueBuilder
21
private constructor(
22
private val crashlytics: FirebaseCrashlytics?,
0 commit comments