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

Leak en App.khenshinInterface #15

Open
fonchipucv opened this issue Aug 11, 2020 · 0 comments
Open

Leak en App.khenshinInterface #15

fonchipucv opened this issue Aug 11, 2020 · 0 comments

Comments

@fonchipucv
Copy link

Hola, al seguir el tutorial para Autorizar el pago en una aplicación Android se me reporta un leak en su biblioteca.

┬───
│ GC Root: System class

├─ android.provider.FontsContract class
│ Leaking: NO (App↓ is not leaking and a class is never leaking)
│ ↓ static FontsContract.sContext
├─ cl.mpsoluciones.test.App instance
│ Leaking: NO (Application is a singleton)
│ ↓ App.khenshinInterface
│ ~~~~~~~~~~~~~~~~~
├─ com.browser2app.khenshin.Khenshin instance
│ Leaking: UNKNOWN
│ Khenshin does not wrap an activity context
│ ↓ Khenshin.D
│ ~
╰→ cl.mpsoluciones.test.MainActivity instance
​ Leaking: YES (ObjectWatcher was watching this because cl.mpsoluciones.test.MainActivity received Activity#onDestroy() callback and Activity#mDestroyed is true)
​ key = c8c687be-afdb-4ac9-af30-417472549c01
​ watchDurationMillis = 5164
​ retainedDurationMillis = 155

METADATA

Build.VERSION.SDK_INT: 29
Build.MANUFACTURER: Google
LeakCanary version: 2.4
App process name: cl.mpsoluciones.test
Analysis duration: 4162 ms

Screenshot_1597182130

Screenshot_1597182176

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

No branches or pull requests

1 participant