
android工具
叫我东方小巴黎
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android adb命令看栈顶Activity
adb shell dumpsys activity | grep Run转载 2020-09-21 16:49:24 · 1202 阅读 · 0 评论 -
Android内存泄漏检测工具LeakCanary的使用
官方网站 https://square.github.io/leakcanary/github https://github.com/square/leakcanaryTo use LeakCanary, add the leakcanary-android dependency to your app’s build.gradle file:dependencies { // debugImplementation because LeakCanary should only run in de原创 2020-11-30 15:30:58 · 759 阅读 · 0 评论