chore: Add some stats for app start

This commit is contained in:
Krille Fear 2021-11-16 12:00:22 +01:00
commit 6c3f1d6f51
6 changed files with 25 additions and 28 deletions

View file

@ -37,7 +37,7 @@ void main() async {
Zone.current.handleUncaughtError(details.exception, details.stack);
final clients = await ClientManager.getClients();
Logs().level = kReleaseMode ? Level.info : Level.verbose;
Logs().level = kReleaseMode ? Level.debug : Level.verbose;
if (PlatformInfos.isMobile) {
BackgroundPush.clientOnly(clients.first);