-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
和高德自定义的UncaughtExceptionHandler有冲突 #15
Comments
请使用最新版本,v-0.1.0 |
这个问题解决了,但是ANR的弹框并没有屏蔽掉 |
如果你是在Application 中最先初始化的Recovery,ANR弹框会自动屏蔽,如果是在其它一些SDK之后初始化的,那么ANR弹框需要你自定义CrashHandler进行屏蔽 |
恩恩,谢谢 |
RESTART_AND_CLEAR - 重启应用并清空缓存数据 这个清空数据是指堆栈数据么?重启应用会把资源释放掉再重启么?会不会造成OOM |
清空本地数据,重启指进程重新启动,还原app刚安装状态 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我项目里面使用了高德地图,当有异常的时候,是跳进去高德自定义的handler里不是Recovery里面的
The text was updated successfully, but these errors were encountered: