PerformanceMemory

https://developer.android.com/studio/profile/memory-profiler?hl=zh-cn
查看内存限制,下面的命令不起作用
1 | adb shell cat/system/build.prop // 需要root权限,没用 |
内存抖动分析
Android profile
https://www.bilibili.com/video/BV1n44y1K7xS?p=5&spm_id_from=pageDriver
https://www.bilibili.com/video/BV1oz4y1m7Gw?p=6
https://www.youtube.com/watch?v=7ls28uGMBEs&list=PLWz5rJ2EKKc9CBxr3BVjPTPoDPLdPIFCE&index=73
Android 内存泄漏
https://www.bilibili.com/video/BV1n44y1K7xS?p=6
video 25分钟泄漏分析
leakcanary
https://github.com/square/leakcanary
AndroidStudio Profiler工具
这个视频 讲解了找出内存泄漏的步骤
还有AndroidStudio3.0的图文方法
https://mp.weixin.qq.com/s/b_lFfL1mDrNVKj_VAcA2ZA
抖音内存监控框架 (kenzo)
内存优化
操作1:25分钟
https://www.bilibili.com/video/BV1T44y1u7g6?p=4&spm_id_from=pageDriver
PerformanceMemory
https://noteforme.github.io/2022/06/07/PerformanceMemory/