-
It's never too early to monitor memory leaks in the application:
https://github.com/square/leakcanary
-
What to expect.
# Changes to configuration
* No more global config objects, no more XML overrides.
* LeakCanary breaks down into small components that can be assembled and configured ad hoc
* …
-
**Flipper version : 0.237.0**
Recently i enabled LeakCanary plugin in Flipper,
my app/build.gradle looks like
debugImplementation ('com.facebook.flipper:flipper-leakcanary2-plugin:0.183.0'…
-
### Description
LeakCanary has a whole section on how to integrate heap analysis with bugsnag https://square.github.io/leakcanary/leakcanary-for-releases/.
We could do something similar and either…
-
EmulatorDetector keep reference ot context in mContext field.
I tested with leakcanary - 10kb leak.
-
```
Build.VERSION.SDK_INT: 34
Build.MANUFACTURER: Google
LeakCanary version: 2.14
Yandex Ads version: 7.2.0
```
LeakCanary report [yandexads_leak.txt](https://github.com/user-attachments/files/1…
da2gl updated
2 months ago
-
### Description
Build dominator tree cost too much time in some bad case
### Steps to Reproduce
I can provide a hprof file, and build as below
```kotlin
heapDumpFile.openHeapGraph().use { graph ->
…
-
Duplicate class leakcanary.LeakCanary found in modules jetified-flipperandroidnoop-0.10.0-runtime (com.github.theGlenn.flipper-android-no-op:flipperandroidnoop:0.10.0) and jetified-leakcanary-android-…
-
Reported by @pyricau: At the moment we are only checking for leaks after the activity is destroyed, which means there is a huge window we're missing. We should check before that as well:
```kotlin…
rjrjr updated
2 years ago
-
### Step 1: Are you in the right place?
Yes
### Step 2: Describe your environment
* Android device: Redmi Note 5
* Android OS version: 5.0
* Google Play Services version: 4.3.5
…