I have an android app for which logcat shows:

DEBUG/StrictMode(81): StrictMode policy violation; ~duration=3376 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=151 violation=2

So is there any document which can tell me what is policy=151 violation=2 ? I have search in android api reference, but there is only explanation and how to handle it.

link|improve this question
2  
Well, the real message is: StrictModeDiskReadViolation, which means that you are performing a disk read on the main application thread. – CommonsWare Jan 9 at 13:55
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.