【LeakCanary】Getting Started

reference from:https://square.github.io/leakcanary/getting_started/

Confirm vt. 确认;确定;证实;批准;使巩固

To use LeakCanary, add the leakcanary-android dependency to your app’s build.gradle file:

使用LeakCanary,添加 leakcanary-android 的依赖库到你 app(Model) 的 build.gradle 文件中
dependencies {
  // debugImplementation because LeakCanary should only run in debug builds.
  debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'
}

That’s it, there is no code change needed!
Confirm that LeakCanary is running on startup by filtering on the LeakCanary tag in Logcat:

就这样,这里不需要任何代码的改变
确定LeakCanary是否运行的方式是在Logcat中使用“LeakCanary”来过滤标记
D LeakCanary: LeakCanary is running and ready to detect leaks

Info
LeakCanary automatically detects leaks of the following objects:
destroyed Activity instances
destroyed Fragment instances
destroyed fragment View instances
cleared ViewModel instances

提示
LeakCanary 自动检测以下对象的泄漏
销毁的Activity实例
销毁的Fragment实例
销毁的fragment视图的实例
清空的ViewModel实例
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值