android · android/StrictModeViolation
StrictModeViolation
StrictModeViolation
Reported by StrictMode when an application violates a configured policy, typically disk or network I/O on the main thread, leaked SQLite cursors, or unclosed file descriptors. Enable StrictMode in debug builds via StrictMode.setThreadPolicy() and StrictMode.setVmPolicy() to surface violations during development.