Skip to content

Commit

Permalink
Fix Firebase exceptions in AndroidTrace... again
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed May 28, 2023
1 parent 7da8be0 commit 83a7b71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AndroidTracer : Tracer {
firebaseTrace(name) {
block()
}
} catch (e: IllegalStateException) {
} catch (t: Throwable) {
// Firebase likely isn't setup. Ignore the exception, but disable calls to Firebase
// Performance Monitoring from now on
enabled = false
Expand Down

0 comments on commit 83a7b71

Please sign in to comment.