Why there is another application called Leaks installed on the Android device when I use ZXing Bar code Library ? -


i have application uses zxing barcode scanner library, when run application on device, there additional application installed called "leaks". why application installed on device ? when open nothing happens ?

it's application called leak canary.

// development purposes // https://github.com/square/leakcanary debugcompile 'com.squareup.leakcanary:leakcanary-android:1.3.1' releasecompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1' 

remove these lines build.gradle file if have them.

you should have line leakcanary.install(this); in activity file , should remove well.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -