chore: Add some stats for app start
This commit is contained in:
parent
03f0641385
commit
6c3f1d6f51
6 changed files with 25 additions and 28 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue