Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. ```
  2. ApplicationLeak(className=com.github.adamantcheese.chan.StartActivity, leakTrace=
  3. ├─ android.os.Looper
  4. │ Leaking: NO (Looper↓ is not leaking and a class is never leaking)
  5. │ GC Root: System class
  6. │ ↓ static Looper.sMainLooper
  7. ├─ android.os.Looper
  8. │ Leaking: NO (Thread↓ is not leaking)
  9. │ ↓ Looper.mThread
  10. ├─ java.lang.Thread
  11. │ Leaking: NO (the main thread always runs)
  12. │ Thread name: 'main'
  13. │ ↓ thread Thread.threadLocals
  14. │ ~~~~~~~~~~~~
  15. ├─ java.lang.ThreadLocal$ThreadLocalMap
  16. │ Leaking: UNKNOWN
  17. │ ↓ ThreadLocal$ThreadLocalMap.table
  18. │ ~~~~~
  19. ├─ java.lang.ThreadLocal$ThreadLocalMap$Entry[]
  20. │ Leaking: UNKNOWN
  21. │ ↓ array ThreadLocal$ThreadLocalMap$Entry[].[8]
  22. │ ~~~
  23. ├─ java.lang.ThreadLocal$ThreadLocalMap$Entry
  24. │ Leaking: UNKNOWN
  25. │ ↓ ThreadLocal$ThreadLocalMap$Entry.value
  26. │ ~~~~~
  27. ├─ android.animation.AnimationHandler
  28. │ Leaking: UNKNOWN
  29. │ ↓ AnimationHandler.mAnimationCallbacks
  30. │ ~~~~~~~~~~~~~~~~~~~
  31. ├─ java.util.ArrayList
  32. │ Leaking: UNKNOWN
  33. │ ↓ ArrayList.elementData
  34. │ ~~~~~~~~~~~
  35. ├─ java.lang.Object[]
  36. │ Leaking: UNKNOWN
  37. │ ↓ array Object[].[0]
  38. │ ~~~
  39. ├─ android.animation.ValueAnimator
  40. │ Leaking: UNKNOWN
  41. │ ↓ ValueAnimator.mListeners
  42. │ ~~~~~~~~~~
  43. ├─ java.util.ArrayList
  44. │ Leaking: UNKNOWN
  45. │ ↓ ArrayList.elementData
  46. │ ~~~~~~~~~~~
  47. ├─ java.lang.Object[]
  48. │ Leaking: UNKNOWN
  49. │ ↓ array Object[].[0]
  50. │ ~~~
  51. ├─ android.view.ViewPropertyAnimator$AnimatorEventListener
  52. │ Leaking: UNKNOWN
  53. │ ↓ ViewPropertyAnimator$AnimatorEventListener.this$0
  54. │ ~~~~~~
  55. ├─ android.view.ViewPropertyAnimator
  56. │ Leaking: UNKNOWN
  57. │ ↓ ViewPropertyAnimator.mView
  58. │ ~~~~~
  59. ├─ android.widget.LinearLayout
  60. │ Leaking: YES (View.mContext references a destroyed activity)
  61. │ mContext instance of com.github.adamantcheese.chan.StartActivity with mDestroyed = true
  62. │ View#mParent is null
  63. │ View#mAttachInfo is null (view detached)
  64. │ View.mWindowAttachCount = 1
  65. │ ↓ LinearLayout.mContext
  66. ╰→ com.github.adamantcheese.chan.StartActivity
  67. ​ Leaking: YES (LinearLayout↑ is leaking and Activity#mDestroyed is true and ObjectWatcher was watching this)
  68. ​ key = 7a9cd2bd-88b2-44e5-9313-2920774e938d
  69. ​ watchDurationMillis = 5210
  70. ​ retainedDurationMillis = 208
  71. , retainedHeapByteSize=906520)```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement