@@ -221,7 +221,9 @@ class ModifierService : AccessibilityService(), Emitter.Listener {
if (!hasRoot) {
System.exit(0)
}
- googleMessageStateRepository.startLogging()
+ launch {
+ googleMessageStateRepository.startLogging()
+ }
if (isRebooted()) {
delay(2.minutes)
} else {