This mode helps a developer to identify potential bugs in an app.
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-modeI'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