Skip to content

Commit

Permalink
Update api.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasd committed Nov 21, 2024
1 parent 81fd3fa commit 2e39254
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firebase-crashlytics/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ package com.google.firebase.crashlytics {
method public void deleteUnsentReports();
method public boolean didCrashOnPreviousExecution();
method @NonNull public static com.google.firebase.crashlytics.FirebaseCrashlytics getInstance();
method public boolean isCrashlyticsCollectionEnabled();
method public void log(@NonNull String);
method public void recordException(@NonNull Throwable);
method public void recordException(@NonNull Throwable, @NonNull java.util.Map<java.lang.String,java.lang.String>);
method public void sendUnsentReports();
method public boolean isCrashlyticsCollectionEnabled();
method public void setCrashlyticsCollectionEnabled(boolean);
method public void setCrashlyticsCollectionEnabled(@Nullable Boolean);
method public void setCustomKey(@NonNull String, boolean);
Expand Down

0 comments on commit 2e39254

Please sign in to comment.