
个人笔记
Activity-Pj
zpj
展开
-
排查OOM流程,直播界面
1,adb shell top 查看进程号2,dumpsys meminfo 进程号 。查看objects相关Objects Views: 834 ViewRootImpl: 1 AppContexts: 7 Activities: 1 Assets: 22 AssetManagers: 0...原创 2021-09-15 14:07:58 · 134 阅读 · 0 评论 -
关于Studio报错Error occurred during initialization of VM,解决方法
1,报错日志Error:Failed to complete Gradle execution.Cause:Unable to start the daemon process.This problem might be caused by incorrect configuration of the daemon.For example, an unrecognized jvm op...原创 2019-01-22 16:04:53 · 3293 阅读 · 0 评论 -
Detected problems with API 弹窗 屏蔽解决方案 android
最近项目测试MM反馈每次进入app,会提示一个弹窗。调查测试发现是android9.0系统上产生的,综合网上各位前被采坑的资料分享。先把亲测可用的解决方案分享给大家,希望遇到此类问题的小伙伴可以快速解决原因分析Android P 也就是android9.0 谷歌限制开发者调用非官方公开API 方法或接口(使用@hide注解的系统源码),当开发者用反射直接调用源码时就会出现上...原创 2019-01-21 17:14:10 · 18166 阅读 · 11 评论