File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ package com.google.firebase.crashlytics {
2020 method public void deleteUnsentReports();
2121 method public boolean didCrashOnPreviousExecution();
2222 method @NonNull public static com.google.firebase.crashlytics.FirebaseCrashlytics getInstance();
23+ method public boolean isCrashlyticsCollectionEnabled();
2324 method public void log(@NonNull String);
2425 method public void recordException(@NonNull Throwable);
26+ method public void recordException(@NonNull Throwable, @NonNull java.util.Map<java.lang.String,java.lang.String>);
2527 method public void sendUnsentReports();
26- method public boolean isCrashlyticsCollectionEnabled();
2728 method public void setCrashlyticsCollectionEnabled(boolean);
2829 method public void setCrashlyticsCollectionEnabled(@Nullable Boolean);
2930 method public void setCustomKey(@NonNull String, boolean);
You can’t perform that action at this time.
0 commit comments