标签: android exception
某些分析软件包(例如,Flurry)将监听Exception并记录它们,而不是实际捕获它们。他们是怎么做到的?
答案 0 :(得分:3)
请参阅Thread.setDefaultUncaughtExceptionHandler以及收到Thread和Throwable所涉及的Thread.UncaughtExceptionHandler。
Thread.setDefaultUncaughtExceptionHandler
Thread
Throwable
Thread.UncaughtExceptionHandler
答案 1 :(得分:1)
可能通过Thread.setDefaultUncaughtExceptionHandler()。
Thread.setDefaultUncaughtExceptionHandler()