Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

存在内存泄漏 #90

Open
LiuYX-Skio opened this issue Aug 6, 2021 · 2 comments
Open

存在内存泄漏 #90

LiuYX-Skio opened this issue Aug 6, 2021 · 2 comments

Comments

@LiuYX-Skio
Copy link

会有内存泄漏

@codersu007
Copy link

同样遇到该问题

@codersu007
Copy link

┬───
│ GC Root: Input or output parameters in native code

├─ okio.AsyncTimeout class
│ Leaking: NO (PathClassLoader↓ is not leaking and a class is never leaking)
│ ↓ static AsyncTimeout.$class$classLoader
├─ dalvik.system.PathClassLoader instance
│ Leaking: NO (DownloadAppUtils↓ is not leaking and A ClassLoader is never leaking)
│ ↓ PathClassLoader.runtimeInternalObjects
├─ java.lang.Object[] array
│ Leaking: NO (DownloadAppUtils↓ is not leaking)
│ ↓ Object[].[1034]
├─ update.DownloadAppUtils class
│ Leaking: NO (a class is never leaking)
│ ↓ static DownloadAppUtils.onError
│ ~~~~~~~
├─ ui.UpdateAppActivity$realDownload$1 instance
│ Leaking: UNKNOWN
│ Anonymous subclass of kotlin.jvm.internal.Lambda
│ ↓ UpdateAppActivity$realDownload$1.this$0
│ ~~~~~~
╰→ ui.UpdateAppActivity instance
​ Leaking: YES (ObjectWatcher was watching this because ui.UpdateAppActivity received Activity#onDestroy() callback and Activity#mDestroyed is true)
​ key = 7a2e6fb7-266f-491c-8589-47151652cee7
​ watchDurationMillis = 7575
​ retainedDurationMillis = 2574
====================================
0 LIBRARY LEAKS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants