Search found 3 matches

by mw_playstudios
29 Jan 2019, 13:49
Forum: SFS2X Java / Android API
Topic: strict mode
Replies: 4
Views: 9235

Re: strict mode

tx, seems to have resolved.
by mw_playstudios
29 Jan 2019, 07:41
Forum: SFS2X Java / Android API
Topic: strict mode
Replies: 4
Views: 9235

Re: strict mode

Yes, that strict mode. We are checking for memory leaks amongst other things. It is logging the following: 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 informati...
by mw_playstudios
28 Jan 2019, 16:34
Forum: SFS2X Java / Android API
Topic: strict mode
Replies: 4
Views: 9235

strict mode

I have StrictMode enabled in my Android project.
It is complaining about many sfs2x problems.
In particular, sfs2x.client.util.ByteArray the Deflater does not 'end' in 'compress' method, and Inflater does not 'end' in 'uncompress' method.

Go to advanced search