-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AudioManager leak (samsung) #32
Comments
Mmmh, found your nice "leaks" android app. |
@Lakedaemon saving is fixed with #27 |
In the meantime, you can use This looks like a samsung-ism ("mContext_static", really??!). We should probably ignore it on API 19 + Samsung and hope Samsung fixed it in later releases. |
Because Samsung. Fixes square#32
org.lakedaemon.android.activity.RxWordActivity has leaked:
* GC ROOT static android.media.AudioManager.mContext_static
* references android.app.ContextImpl.mOuterContext
* leaks org.lakedaemon.android.activity.RxWordActivity instance
* Reference Key: 4ab479ea-2267-4b99-b384-767157abf988
* Device: samsung samsung GT-I9305 m3xx
* Android Version: 4.4.4 API: 19
* Durations: watch=5021ms, gc=161ms, heap dump=695ms, analysis=24326ms
I'll post a heap dump as soon as I figure out where to find it/how to do it
The text was updated successfully, but these errors were encountered: