-
Notifications
You must be signed in to change notification settings - Fork 409
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
Memory Leak error MediaBrowserService.ServiceBinder.mBase #70
Comments
Any update on this? We (Audiomack) are also experiencing the same problem. Could someone please have a look.
|
It's this: https://issuetracker.google.com/issues/220795151 Supposedly "fixed" years ago, but no. I first reported this issue 6 years ago, and Google did not even look at it: https://issuetracker.google.com/issues/37137738 Was hoping the implied "fix" meant switching to Media3 and MediaSessionService/MediaLibraryService, but after a huge refactoring effort I see a comparable leak there now: #346 |
As noted above, this is essentially a duplicate of the issue tracked at https://issuetracker.google.com/issues/220795151 The underlying issue is an Android platform bug that got fixed in Android 13 (API 33) with no good way to backport/workaround the problem on earlier platform versions. So the leak detections above can't be solved as they are both on API 29. @bubenheimer : You stated on the linked platform bug that this is still present in Android 14 DP2. Are you certain is the exact same leak mentioned here and in the bug, or are you referring to #346 (which is different and can be fixed in Media3)? |
I've just repro'ed my own issue again (https://issuetracker.google.com/issues/37137738) on my production app (based on MediaBrowserServiceCompat), on API 33. This is distinct from #346. Maybe it's not the same as https://issuetracker.google.com/issues/220795151 (which does not have a repro, but looks the same as this reproable Github issue), the leak trace looks different. They all seem to make MediaBrowserServiceCompat leak without recourse. |
Let's continue tracking the platform and |
Example:
https://github.com/Kolyall/MediaBrowserServiceLeak
Error:
The text was updated successfully, but these errors were encountered: