E/FrameEvents(27058): updateAcquireFence: Did not find frame.
Hello,
When I open on the Demo App "Animated route line" on Android devices, I get tons of the following Error
E/FrameEvents(27058): updateAcquireFence: Did not find frame.
I also get this on Full Screen map but only when I move/resize the map by gestures
How can I hide this Error or fix it.
Thanks
Roman
It seems that this is nothing to worry about (https://github.com/flutter/flutter/issues/104268#issuecomment-1134964433). Since it's still really annoying in the logs we filter it out using filter techniques provided by VSCode/Android Studio.
Android Studio Logcat:
-message:"updateAcquireFence: Did not find frame."
VSCode:
!updateAcquireFence: Did not find frame.
I get this error on full screen map even when I am not moving the map
This issue spams the logs and the terminal if you do "Flutter run --debug". I traced it down to turning the puck on / off as listed below.
LocationComponentSettings(
enabled: false // TODO - true - show user's position | false - remove spamming console during debug
, showAccuracyRing: true
, puckBearingEnabled: true
)