Enable computer logs in debug mode

This commit is contained in:
Neeraj Gupta 2023-04-29 12:34:02 +05:30
parent 4745a5a2f3
commit 54ff4e5dd5
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -155,7 +155,7 @@ Future<void> _init(bool isBackground, {String via = ''}) async {
AppLifecycleService.instance.onAppInForeground('init via: $via');
}
// Start workers asynchroniously. No need to wait for them to start
Computer.shared().turnOn(workersCount: 4);
Computer.shared().turnOn(workersCount: 4, verbose: kDebugMode);
CryptoUtil.init();
await NotificationService.instance.init();
await NetworkClient.instance.init();