淘宝的标准是:
内存安全线:430M
内存警告线:530M
内存危险线:620M
1. 用android studio的memory profiler可以分析内存堆栈,找到大内存的对象https://developer.android.com/studio/profile/memory-profiler?hl=zh-cn,这个只支持as debug模式,需要用户自行完成。
2. 如果是bitmap的问题,bitmap懒加载和像素优化https://www.jianshu.com/p/f4e1a5c118ce,bitmap缓存池https://zhuanlan.51cto.com/art/202001/609590.htm,
网友评论