Skip to content

Commit d085518

Browse files
committed
Boolean.TRUE to true
1 parent 7323d1f commit d085518

File tree

1 file changed

+1
-1
lines changed
  • crashlytics/app/src/main/java/com/google/firebase/example/crashlytics

1 file changed

+1
-1
lines changed

crashlytics/app/src/main/java/com/google/firebase/example/crashlytics/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void logCaughtExWithCustomKeys() {
8888
} catch (Exception e) {
8989
CustomKeysAndValues keysAndValues = new CustomKeysAndValues.Builder()
9090
.putString("string key", "string value")
91-
.putBoolean("boolean key", Boolean.TRUE)
91+
.putBoolean("boolean key", true)
9292
.putFloat("float key", Float.MAX_VALUE)
9393
.build();
9494
FirebaseCrashlytics.getInstance().recordException(e, keysAndValues);

0 commit comments

Comments
 (0)