Top "Android-strictmode" questions

This mode helps a developer to identify potential bugs in an app.

Strict mode violations list

running adb logcat in the shell i see something like this StrictMode policy violation; ~duration=337 ms: android.os.StrictMode$StrictModeDiskReadViolation: …

android android-strictmode strict-mode
StrictMode complains about InputStream not being closed

I'm getting the following violation reported by StrictMode in Android. 02-05 04:07:41.190: ERROR/StrictMode(15093): A resource was acquired at attached stack …

java android objectinputstream android-strictmode