Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
ref: ANR doesn't set handled flag (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Dec 5, 2019
1 parent db86d06 commit ecabec5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ private void register(IHub hub, SentryAndroidOptions options) {

Mechanism mechanism = new Mechanism();
mechanism.setType("ANR");
mechanism.setHandled(false);
ExceptionMechanismException throwable =
new ExceptionMechanismException(mechanism, error, Thread.currentThread());

Expand Down

0 comments on commit ecabec5

Please sign in to comment.