Enable computer logs in debug mode
This commit is contained in:
parent
4745a5a2f3
commit
54ff4e5dd5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue