Reduce severity of corrupted boot config
This commit is contained in:
@@ -52,7 +52,7 @@ class BootReceiver : BroadcastReceiver() {
|
|||||||
val config = try {
|
val config = try {
|
||||||
config
|
config
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Timber.w(e)
|
Timber.i("Boot config corrupted", e)
|
||||||
null
|
null
|
||||||
} ?: Config()
|
} ?: Config()
|
||||||
config.work()
|
config.work()
|
||||||
|
|||||||
Reference in New Issue
Block a user