How to log hard finding crash in Android?
问题 I've an app which crash almost once a day, and I've used the default uncaught exception handler in order to save the crash log e.g. Thread.setDefaultUncaughtExceptionHandler(new CustomExceptionHandler("/sdcard/crash")); However, for normal crash such as stackoverflow (intentional) it can be logged, but for my bug it never get logged. I guess it is because the crash is raised outside the scope of a normal activity. (yes, the crash happen when the app is in the background) I've also tried to