You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/main' into fix-instru-tests
* origin/main:
Pin gradle/actions/wrapper-validation to commit SHA to satisfy code scanning
Drop API 28 and 29 from instrumentation test matrix
Fix LeakActivityTest on API 33+ by disabling notifications during test
Fix INSTALL_FAILED_DEPRECATED_SDK_VERSION on API 28+ for leakcanary-android tests
Upgrade wrapper-validation-action to gradle/actions/wrapper-validation@v4
Add recent Android API levels to instrumentation test matrix
Fix pkill self-match: use qemu-syste[m] pattern
Update changelog entry wording for ToastEventListener fix
Fix emulator process hanging 20+ min after CI tests finish
Add changelog entry for ToastEventListener race condition fix
Fix ToastEventListener race condition retaining finished Toast
* 🔨 [#2802](https://github.com/square/leakcanary/pull/2802) Fix `ToastEventListener` race condition leak where LeakCanary's toast was leaking and triggering LeakCanary
9
+
6
10
## Version 3.0 Alpha 8 (2024-06-04)
7
11
8
12
* Added support for proper hprof handling on heap growth detection failures. Also inlined some public collaborators to achieve that. We now have a single class that's a bit larger but also a lot more obvious.
0 commit comments