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
┬───
│ 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 1.8 kB in 17 objects
│ mOuterContext instance of androidx.work.impl.background.systemjob.SystemJobService
│ ContextImpl.mOuterContext is an instance of androidx.work.impl.background.systemjob.SystemJobService
│ ↓ ContextImpl.mOuterContext
│ ~~~~~~~~~~~~~
╰→ androidx.work.impl.background.systemjob.SystemJobService instance
Leaking: YES (ObjectWatcher was watching this because androidx.work.impl.background.systemjob.SystemJobService
received Service#onDestroy() callback and Service not held by ActivityThread)
Retaining 276 B in 6 objects
key = 21490c62-8010-444c-971c-54dd6d9dc616
watchDurationMillis = 23351
retainedDurationMillis = 18347
]
The text was updated successfully, but these errors were encountered:
The leaked information is below.
leakcanary version: 2.12
Android version: 12
LeakTrace information
┬───
│ 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 1.8 kB in 17 objects
│ mOuterContext instance of androidx.work.impl.background.systemjob.SystemJobService
│ ContextImpl.mOuterContext is an instance of androidx.work.impl.background.systemjob.SystemJobService
│ ↓ ContextImpl.mOuterContext
│ ~~~~~~~~~~~~~
╰→ androidx.work.impl.background.systemjob.SystemJobService instance
Leaking: YES (ObjectWatcher was watching this because androidx.work.impl.background.systemjob.SystemJobService
received Service#onDestroy() callback and Service not held by ActivityThread)
Retaining 276 B in 6 objects
key = 21490c62-8010-444c-971c-54dd6d9dc616
watchDurationMillis = 23351
retainedDurationMillis = 18347
]
The text was updated successfully, but these errors were encountered: