Skip to content

Commit e41f4c7

Browse files
author
Blankj
committed
see 01/10 log
1 parent c577eb6 commit e41f4c7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

utilcode/src/main/java/com/blankj/utilcode/util/CrashUtils.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ public void run() {
114114
}
115115
}
116116
});
117+
if (DEFAULT_UNCAUGHT_EXCEPTION_HANDLER != null) {
118+
DEFAULT_UNCAUGHT_EXCEPTION_HANDLER.uncaughtException(t, e);
119+
}
117120
}
118121
};
119122
}

0 commit comments

Comments
 (0)