-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listfound in release: 3.0Found to occur in 3.0Found to occur in 3.0found in release: 3.1Found to occur in 3.1Found to occur in 3.1good first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorshas reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
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
wim07101993, MahmoodBakhshayesh, joshua1996, RobertBrunhage, Aulig and 44 more
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listfound in release: 3.0Found to occur in 3.0Found to occur in 3.0found in release: 3.1Found to occur in 3.1Found to occur in 3.1good first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorshas reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-androidTriaged by Android platform teamTriaged by Android platform team