Skip to content

Commit

Permalink
Attach additional crash data
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleangels committed Feb 1, 2025
1 parent aec1fb0 commit 13ad5fb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ public static void initialize(Context context) {
options.setEnableFramesTracking(true);
options.setEnableAppStartProfiling(true);
options.setEnableRootCheck(true);
options.setAttachScreenshot(true);
options.setAttachAnrThreadDump(true);
options.setAttachViewHierarchy(true);
})).start();
}
}

0 comments on commit 13ad5fb

Please sign in to comment.