You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This vciolation is always triggered when running the sample app
2022-06-22 14:20:20.544 21722-21734/com.q42.q42stats.sample.debug D/StrictMode: StrictMode policy violation: android.os.strictmode.LeakedClosableViolation: A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource leaks. Callsite: close
at android.os.StrictMode$AndroidCloseGuardReporter.report(StrictMode.java:1992)
at dalvik.system.CloseGuard.warnIfOpen(CloseGuard.java:347)
at sun.nio.fs.UnixSecureDirectoryStream.finalize(UnixSecureDirectoryStream.java:580)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:291)
at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:278)
at java.lang.Daemons$Daemon.run(Daemons.java:139)
at java.lang.Thread.run(Thread.java:920)
This may or may not be a false alarm. At the moment of writing, this SO Post has no resolution:
This vciolation is always triggered when running the sample app
This may or may not be a false alarm. At the moment of writing, this SO Post has no resolution:
https://stackoverflow.com/questions/65011420/strictmode-policy-violation-android-os-strictmode-leakedclosableviolation-in-my
The text was updated successfully, but these errors were encountered: