flutter-mapbox-gl / maps

A Mapbox GL flutter package for creating custom maps
Other
1.04k stars 503 forks source link

Android: E/FrameEvents(29935): updateAcquireFence: Did not find frame. #1175

Closed ntatko closed 1 year ago

ntatko commented 2 years ago

I'm on mapbox_gl: 0.16.0, and when I run my android application and navigate to the widget containing the map, a few errors are thrown:

W/CrashReporter(13455): Root directory doesn't exist
W/TelemetryUtils(13455): java.lang.SecurityException: getDataNetworkTypeForSubscriber
I/PlatformViewsController(13455): Hosting view in view hierarchy for platform view: 0
V/Mbgl-ConnectivityReceiver(13455): connected - true
E/FrameEvents(13455): updateAcquireFence: Did not find frame.
I/Mbgl-EGLConfigChooser(13455): In emulator: false
E/FrameEvents(13455): updateAcquireFence: Did not find frame.
W/Mbgl    (13455): {Thread-6}[Android]: MapRenderer::onSurfaceCreated GlyphsRasterizationMode was specified without providing LocalIdeographFontFamily. Switching glyphsRasterizationMode to NoGlyphsRasterizedLocally mode.
I/Mbgl    (13455): {Thread-6}[General]: GPU Identifier: Mali-G78
E/FrameEvents(13455): updateAcquireFence: Did not find frame.

After that, it's about 3,000 errors per second of the following line:

E/FrameEvents(13455): updateAcquireFence: Did not find frame.

My app looks like this, if that gives you any thoughts:

Screenshot_20220915-110131

Does anyone know what this is or why this would be happening? It's making my app REALLY slow due to lag, and debugging is really hard, because finding logs in the story of frame events is massively hard.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

treacks5 commented 1 year ago

Same here on flutter 3.3.10

aardrop commented 1 year ago

Do you get the same issue on the master branch from github?