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 7323d1f commit d085518Copy full SHA for d085518
crashlytics/app/src/main/java/com/google/firebase/example/crashlytics/MainActivity.java
@@ -88,7 +88,7 @@ public void logCaughtExWithCustomKeys() {
88
} catch (Exception e) {
89
CustomKeysAndValues keysAndValues = new CustomKeysAndValues.Builder()
90
.putString("string key", "string value")
91
- .putBoolean("boolean key", Boolean.TRUE)
+ .putBoolean("boolean key", true)
92
.putFloat("float key", Float.MAX_VALUE)
93
.build();
94
FirebaseCrashlytics.getInstance().recordException(e, keysAndValues);
0 commit comments