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
Pattern is clearly ResourcesImpl.mAppContext which shouldn't be a thing.
┬───
│ GC Root: System class
│
├─ android.content.res.ResourcesImpl class
│ Leaking: NO (a class is never leaking)
│ ↓ static ResourcesImpl.mAppContext
│ ~~~~~~~~~~~
├─ android.app.ContextImpl instance
│ Leaking: UNKNOWN
│ Retaining 2.3 kB in 52 objects
│ mOuterContext instance of com.squareup.queue.QueueService
│ ContextImpl.mOuterContext is an instance of com.squareup.queue.QueueService
│ ↓ ContextImpl.mOuterContext
│ ~~~~~~~~~~~~~
╰→ com.squareup.queue.QueueService instance
Leaking: YES (ObjectWatcher was watching this because com.squareup.queue.QueueService received Service#onDestroy() callback and Service not held by ActivityThread)
Retaining 823 B in 41 objects
key = 5b2c3c9d-fb34-4323-8d10-66ebaede5523
watchDurationMillis = 5908
retainedDurationMillis = 906
mApplication instance of com.squareup.development.SposDevApp
mBase instance of android.app.ContextImpl
The text was updated successfully, but these errors were encountered:
Read this first: https://square.github.io/leakcanary/faq/#can-a-leak-be-caused-by-the-android-sdk
HMD Global
andXiaomi
. Android 11, 12, 13Pattern is clearly
ResourcesImpl.mAppContext
which shouldn't be a thing.The text was updated successfully, but these errors were encountered: