java内存检测
摘要:第一步找到Pid ps aux | grep java 导出hprof 文件 jmap -dump:live,format=b,file=heap.hprof <pid> 第二步用android studio打开hprof文件,在profiler下面。点击加号,load from file.. 必须
阅读全文
posted @ 2019-01-22 20:20
posted @ 2019-01-22 20:20