Sahil Jain
Sahil Jain
Fixes: https://github.com/square/leakcanary/issues/2394 **Change** This PR moves the notifications triggering to the `NotificationEventListener`. **Test Plan** - [x] `./gradlew build --stacktrace` - [x] Install leakcanary sample with: `./gradlew leakcanary-android-sample:installDebug` and ensure Notifications...
**Background** We enabled Leakcanary on internal builds in our company recently. These internal builds are used by all employees - including non-developers. Leak canary does a really good job of...
### Description While detecting leaks in Instrumentation tests, I noticed that one of the leak's GC Root is `InstrumentationThread `. Since `InstrumentationThread` is only specific to non prod use cases,...
### Description My app has leakcanary enabled and it crashed due to memory pressure. I pulled a heap dump and noticed that shark had a total of 250MB+ in retained...
### Problem description We are using heap dumps in instrumentation tests using `InstrumentationLeakDetector.detectLeaks()`. The idea is to leverage the heap dump analysis at the end and validate if there's an...
Hi, Is there a way to select multiple items from the list view ?