Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. ApplicationLeak(className=com.github.adamantcheese.chan.StartActivity, leakTrace=
  2. ├─ android.os.HandlerThread
  3. │ Leaking: NO (PathClassLoader↓ is not leaking)
  4. │ Thread name: 'LeakCanary-Heap-Dump'
  5. │ GC Root: Local variable in native code
  6. │ ↓ thread HandlerThread.contextClassLoader
  7. ├─ dalvik.system.PathClassLoader
  8. │ Leaking: NO (Object[]↓ is not leaking and A ClassLoader is never leaking)
  9. │ ↓ PathClassLoader.runtimeInternalObjects
  10. ├─ java.lang.Object[]
  11. │ Leaking: NO (FastTextView↓ is not leaking)
  12. │ ↓ array Object[].[1170]
  13. ├─ com.github.adamantcheese.chan.ui.text.FastTextView
  14. │ Leaking: NO (a class is never leaking)
  15. │ ↓ static FastTextView.textCache
  16. │ ~~~~~~~~~
  17. ├─ android.util.LruCache
  18. │ Leaking: UNKNOWN
  19. │ ↓ LruCache.map
  20. │ ~~~
  21. ├─ java.util.LinkedHashMap
  22. │ Leaking: UNKNOWN
  23. │ ↓ LinkedHashMap.tail
  24. │ ~~~~
  25. ├─ java.util.LinkedHashMap$LinkedHashMapEntry
  26. │ Leaking: UNKNOWN
  27. │ ↓ LinkedHashMap$LinkedHashMapEntry.key
  28. │ ~~~
  29. ├─ com.github.adamantcheese.chan.ui.text.FastTextView$FastTextViewItem
  30. │ Leaking: UNKNOWN
  31. │ ↓ FastTextView$FastTextViewItem.text
  32. │ ~~~~
  33. ├─ android.text.SpannedString
  34. │ Leaking: UNKNOWN
  35. │ ↓ SpannedString.mSpans
  36. │ ~~~~~~
  37. ├─ java.lang.Object[]
  38. │ Leaking: UNKNOWN
  39. │ ↓ array Object[].[3]
  40. │ ~~~
  41. ├─ com.github.adamantcheese.chan.ui.cell.PostCell$PostNumberClickableSpan
  42. │ Leaking: UNKNOWN
  43. │ ↓ PostCell$PostNumberClickableSpan.this$0
  44. │ ~~~~~~
  45. ├─ com.github.adamantcheese.chan.ui.cell.PostCell
  46. │ Leaking: YES (View.mContext references a destroyed activity)
  47. │ mContext instance of com.github.adamantcheese.chan.StartActivity with mDestroyed = true
  48. │ View#mParent is set
  49. │ View#mAttachInfo is null (view detached)
  50. │ View.mWindowAttachCount = 1
  51. │ ↓ PostCell.mContext
  52. ╰→ com.github.adamantcheese.chan.StartActivity
  53. ​ Leaking: YES (PostCell↑ is leaking and Activity#mDestroyed is true and ObjectWatcher was watching this)
  54. ​ key = 70eb2157-4ebd-40fa-ad19-456b8df4946a
  55. ​ watchDurationMillis = 5285
  56. ​ retainedDurationMillis = 271
  57. , retainedHeapByteSize=10056773)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement