-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Запускаю на эмуляторе pixel api 31 следующий код в методе onCreate в классе-наследнике Application
initStrictMode(enable = true, enableDefaults = false) {
threadPolicy {
diskWrites = true
penalty {
log = true
dialog = true
}
}
}Выпадает краш при запуске приложения
Caused by: java.lang.NullPointerException: Attempt to read from field 'int android.os.StrictMode$VmPolicy.mask' on a null object reference