gotev/android-upload-service

memory leak

ttdazi opened this issue · 2 comments

├─ android.os.PowerManager$WakeLock instance
│ Leaking: UNKNOWN
│ Retaining 3.5 kB in 51 objects
│ ↓ PowerManager$WakeLock.this$0
│ ~~~~~~
├─ android.os.PowerManager instance
│ Leaking: UNKNOWN
│ Retaining 3.3 kB in 48 objects
│ mContext instance of net.gotev.uploadservice.UploadService
│ ↓ PowerManager.mContext
│ ~~~~~~~~
╰→ net.gotev.uploadservice.UploadService instance
​ Leaking: YES (ObjectWatcher was watching this because net.gotev.uploadservice.UploadService received Service#onDestroy() callback and Service not held by ActivityThread)
​ Retaining 1.8 kB in 31 objects

gotev commented

Hey @ttdazi can you replicate this behaviour systematically with a test?

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.