fixed mobile service init for analysis
This commit is contained in:
parent
8cd29cbcc3
commit
2174497567
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ Future<void> _init() async {
|
|||
WidgetsFlutterBinding.ensureInitialized();
|
||||
initPlatformServices();
|
||||
await metadataDb.init();
|
||||
await mobileServices.init();
|
||||
await settings.init(monitorPlatformSettings: false);
|
||||
FijkLog.setLevel(FijkLogLevel.Warn);
|
||||
await reportService.init();
|
||||
|
|
Loading…
Reference in a new issue