【发布时间】:2015-10-16 13:37:18
【问题描述】:
【问题讨论】:
标签: android logging crash logback acra
【问题讨论】:
标签: android logging crash logback acra
看看下面的帖子,我想这正是你需要的:Need to handle uncaught exception and send log file
【讨论】:
private void handleUncaughtException(Thread thread, Throwable e) { LOG.error("Application crashed with the following exception.", e); System.exit(1); }