Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
android 在未插入开发模式并使用 log cat 时是否会保存任何日志?
当设备未处于调试模式时,是否可以检测到应用程序崩溃?
Thread.setDefaultUncaughtExceptionHandler(new UncaughtExceptionHandler() { @Override public void uncaughtException(Thread thread, Throwable ex) { // TODO Auto-generated method stub } });
用它来捕捉错误