leakcanary使用

来源:互联网 发布:京东和淘宝哪个售后好 编辑:程序博客网 时间:2024/05/29 06:30

https://github.com/square/leakcanary


 dependencies {   debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.2'   releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.2' }


LeakCanary.install(XXX.this);
LeakCanaryInternals.setEnabled(XXX.this, DisplayLeakActivity.class, false);

不显示leakcanary快捷方式。