Android性能检测工具

记录一些关于Android性能检测的工具。

1. BlockCanary

  1. 说明:非侵入式的性能监控组件,简单几行代码就可以检测主线程上的各种卡顿问题,并通过组件提供的各种信息分析出原因并进行修复(目前已开源)
  2. 博客地址:http://blog.zhaiyifan.cn/2016/01/16/BlockCanaryTransparentPerformanceMonitor
  3. github:https://github.com/moduth/blockcanary

2. LeakCanary

  1. 说明:检测所有的内存泄漏(由square开源)
  2. 博客:http://www.liaohuqiu.net/cn/posts/leak-canary-read-me
  3. github:https://github.com/square/leakcanary