Thread.UncaughtExceptionHandlerLocalFileHandlerpublic abstract class BaseExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
| Constructor | Description |
|---|---|
BaseExceptionHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract boolean |
handleException(Throwable ex) |
自定义错误处理,收集错误信息 发送错误报告等操作均在此完成.
|
void |
uncaughtException(Thread thread,
Throwable ex) |
未捕获异常跳转
|
public static final String TAG
public void uncaughtException(Thread thread, Throwable ex)
uncaughtException in interface Thread.UncaughtExceptionHandlerthread - ex - public abstract boolean handleException(Throwable ex)
ex - Copyright © 2025. All rights reserved.