BitmapCanary
Android大图监控,支持5.0-11的系统。
Toast | Log |
---|---|
依赖
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
debugImplementation 'com.github.simplepeng:BitmapCanary:v1.0.1'
}
使用
在AndroidManifest.xml
中配置可选项
<manifest> <application> <meta-data android:name="bitmap_canary_threshold_value" android:value="3000" /> <meta-data android:name="bitmap_canary_enable_log" android:value="true" /> application> manifest>