Skip to content

Commit

Permalink
add fragment tip
Browse files Browse the repository at this point in the history
  • Loading branch information
wdsqjq committed Mar 28, 2022
1 parent 40eda27 commit 9f49ca1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/main/java/wsj/crash/lib/util/CrashHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ public void saveCatchInfo2Db(Throwable ex) {
sb.append(result);
sb.append("\n");

sb.append("fragment state: ------------------------>");

for (String fragmentState : FragmentWatcher.Companion.getFragmentStates()) {
sb.append(fragmentState).append("\n");
}
Expand Down

0 comments on commit 9f49ca1

Please sign in to comment.