Add StrictMode to debug builds
To catch stuff that is most probably wrong, like network or disk I/O on the main thread.
See https://developer.android.com/reference/android/os/StrictMode.html
To catch stuff that is most probably wrong, like network or disk I/O on the main thread.
See https://developer.android.com/reference/android/os/StrictMode.html