Free memory until GC 1963KB Free memory until OOME 238MB Total memory 19MB Max memory 256MB Zygote space size 1528KB Total mutator paused time: 818us Total time waiting for GC to complete: 3.125us Total GC count: 1 Total GC time: 11.323ms Total blocking GC count: 0 Total blocking GC ...
Histogram of blocking GC count per 10000 ms: 0:58 Histogram of native allocation 0:2321,655360:1 bucket size 65536 Histogram of native free 0:475,256:131,512:39,768:9,1024:10,1536:33,2816:2,3840:8 bucket size 256 /system/priv-app/SystemUI/oat/arm/SystemUI.odex: speed Current JIT ...
310ms Total time waiting for GC to complete: 10.382ms 这段日志来自于Android的垃圾收集器(Garbage Collector),具体地,是Concurrent Mark Sweep(CMS)垃圾收集器的日志。CMS是一种使用标记-清除算法的垃圾收集器,它在Java和Android中被广泛使用。 解释如下: 'Done Dumping histograms':直方图的数据已经导出完成...
log格式:52004 binder_sample(descriptor|3),(method_num|1|5),(time|1|3),(blocking_package|3),(sample_percent|1|6)例:binder_sample:[android.app.IActivityManager,35,2900,android.process.media,5]从上面的 log 中可以得出:主线程2754执行android.app.IActivityManager接口,所对应方法code =35(即STOP...
To find deadlocks, check the VM traces sections for a pattern ofthread A waiting on something held by thread B, which in turn is waiting on something held by thread A. 根据官网论述,死锁现象也会作为ANR的一种表现方式出现,也会把日志记录到/data/anr目录下,但是如果死锁发生在system server进程中...