Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liaohuqiu/leakcanary-demo
The demo for leakcanary: https://github.com/square/leakcanary
https://github.com/liaohuqiu/leakcanary-demo
Last synced: 1 day ago
JSON representation
The demo for leakcanary: https://github.com/square/leakcanary
- Host: GitHub
- URL: https://github.com/liaohuqiu/leakcanary-demo
- Owner: liaohuqiu
- Created: 2015-05-09T09:21:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T08:43:35.000Z (over 8 years ago)
- Last Synced: 2024-08-05T19:35:38.484Z (3 months ago)
- Language: Java
- Size: 1.2 MB
- Stars: 631
- Watchers: 48
- Forks: 246
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Android Gems](http://www.android-gems.com/badge/liaohuqiu/leakcanary-demo.svg?branch=master)](http://www.android-gems.com/lib/liaohuqiu/leakcanary-demo)
LeakCanary 简单示例。通过开始菜单,进入到 TestActivity 之后,回退。
logcat 显示开始分析并显示分析过程。分析完成之后,打印出 leak trace 并在通知栏显示通知。
分析过程较长,大约10s左右。
点击这里下载DEMO: https://raw.githubusercontent.com/liaohuqiu/leakcanary-demo/master/app-debug.apk
#### 相关链接
博客的翻译: http://www.liaohuqiu.net/cn/posts/leak-canary/
中文说明: http://www.liaohuqiu.net/cn/posts/leak-canary-read-me/