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 dcc33e6 commit af2ddb1Copy full SHA for af2ddb1
firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/FirebaseCrashlytics.java
@@ -219,7 +219,7 @@ public void recordException(@NonNull Throwable throwable) {
219
*
220
* @param throwable a {@link Throwable} to be recorded as a non-fatal event.
221
* @param customKeys a {@link Map<String, String>} containing key value pairs to be associated
222
- * with the non fatal exception, in addition to the global custom keys.
+ * with the non fatal exception, in addition to the app level custom keys.
223
*/
224
public void recordException(
225
@NonNull Throwable throwable, @NonNull Map<String, String> customKeys) {
0 commit comments