repro
https://github.com/cedvdb/flutter_repros/tree/google_map_init
- clone
- replace { YOUR_API_KEY } in AndroidManifest with your google api key
- run & go to third tab
I'm using a Redmi Note 9
the issue
My console is flooded with messages when displaying a google map.
The type of message I think are of 2 different types, but I guess they might be related, I'm not sure though though but both happen when showing the map.
first this one is being printed a bunch of time:
E/FrameEvents(25124): updateAcquireFence: Did not find frame.
D/Surface (25124): lockHardwareCanvas
Then there is an error:
W/SnapshotHandler(25124): Unable to retrieve flag snapshot for com.google.android.libraries.consentverifier#com.example.flutter_repros, using defaults.
W/SnapshotHandler(25124): java.io.FileNotFoundException: /data/user/0/com.example.flutter_repros/files/phenotype/shared/com.google.android.libraries.consentverifier#com.example.flutter_repros.pb: open failed: ENOENT (No such file or directory)
W/SnapshotHandler(25124): at libcore.io.IoBridge.open(IoBridge.java:492)
version
Flutter 3.0.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision fb57da5 (17 hours ago) • 2022-05-19 15:50:29 -0700
Engine • revision caaafc5604
Tools • Dart 2.17.1 • DevTools 2.12.2
repro
https://github.com/cedvdb/flutter_repros/tree/google_map_init
I'm using a Redmi Note 9
the issue
My console is flooded with messages when displaying a google map.
The type of message I think are of 2 different types, but I guess they might be related, I'm not sure though though but both happen when showing the map.
first this one is being printed a bunch of time:
Then there is an error:
version
Flutter 3.0.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision fb57da5 (17 hours ago) • 2022-05-19 15:50:29 -0700
Engine • revision caaafc5604
Tools • Dart 2.17.1 • DevTools 2.12.2