flutter-mapbox-gl / maps

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

Mapbox Crashing: #1368

Closed aardrop closed 11 months ago

aardrop commented 1 year ago

Even in the example, I can't get Mapbox to run on android at all with these versions:

Flutter 3.10.6 • channel stable • https://github.com/flutter/flutter.git Framework • revision f468f3366c (7 weeks ago) • 2023-07-12 15:19:05 -0700 Engine • revision cdbeda788a Tools • Dart 3.0.6 • DevTools 2.23.1 Android SDK version 33.0.0

I've tried every related issue I can find include: #1296 , #442, and others. I can't find out what's casting this at all. The Parcel issue pops up before the map widget is called and everything else happens when the map is called. W/Parcel (12599): Expecting binder but got null! D/CompatibilityChangeReporter(12599): Compat change id reported: 78294732; UID 10173; state: ENABLED D/CompatibilityChangeReporter(12599): Compat change id reported: 160794467; UID 10173; state: ENABLED W/CrashReporter(12599): Root directory doesn't exist D/EGL_emulation(12599): app_time_stats: avg=893.67ms min=2.05ms max=9257.63ms count=13 W/TelemetryUtils(12599): java.lang.SecurityException: getDataNetworkTypeForSubscriber I/PlatformViewsController(12599): Hosting view in view hierarchy for platform view: 0 E/FrameEvents(12599): updateAcquireFence: Did not find frame. V/Mbgl-ConnectivityReceiver(12599): connected - true W/Parcel (12599): Expecting binder but got null! E/FrameEvents(12599): updateAcquireFence: Did not find frame. I/Mbgl-EGLConfigChooser(12599): In emulator: false D/HostConnection(12599): HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_vulkan_async_qsri ANDROID_EMU_read_color_buffer_dma ANDROID_EMU_hwc_multi_configs GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0 D/EGL_emulation(12599): eglCreateContext: 0xb40000722b79fe10: maj 3 min 0 rcv 3 D/EGL_emulation(12599): eglMakeCurrent: 0xb40000722b79fe10: ver 3 0 (tinfo 0x7458396280) (first time) W/Mbgl (12599): {Thread-4}[Android]: MapRenderer::onSurfaceCreated GlyphsRasterizationMode was specified without providing LocalIdeographFontFamily. Switching glyphsRasterizationMode to NoGlyphsRasterizedLocally mode. I/Mbgl (12599): {Thread-4}[General]: GPU Identifier: Android Emulator OpenGL ES Translator (Apple M1 Max) E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. I/mapboxglexample(12599): Compiler allocated 4579KB to compile void android.view.ViewRootImpl.performTraversals() E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. D/TrafficStats(12599): tagSocket(81) with statsTag=0xffffffff, statsUid=-1 D/TrafficStats(12599): tagSocket(132) with statsTag=0xffffffff, statsUid=-1 D/TrafficStats(12599): tagSocket(99) with statsTag=0xffffffff, statsUid=-1 V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/styles/v1/mapbox/streets-v11?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. D/TrafficStats(12599): tagSocket(212) with statsTag=0xffffffff, statsUid=-1 D/TrafficStats(12599): tagSocket(217) with statsTag=0xffffffff, statsUid=-1 W/Resources(12599): Drawable com.mapbox.mapboxglexample:drawable/mapbox_user_icon_shadow has unresolved theme attributes! Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int). W/Resources(12599): java.lang.RuntimeException W/Resources(12599): at android.content.res.Resources.getDrawable(Resources.java:908) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:167) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:153) W/Resources(12599): at com.mapbox.mapboxsdk.location.LayerBitmapProvider.generateShadowBitmap(LayerBitmapProvider.java:29) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.styleBitmaps(LocationLayerController.java:166) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.applyStyle(LocationLayerController.java:102) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.initializeComponents(LocationLayerController.java:83) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.<init>(LocationLayerController.java:76) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.initialize(LocationComponent.java:1498) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.activateLocationComponent(LocationComponent.java:387) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.enableLocationComponent(MapboxMapController.java:278) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.updateMyLocationEnabled(MapboxMapController.java:1809) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.access$100(MapboxMapController.java:98) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController$1.onStyleLoaded(MapboxMapController.java:147) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapboxMap.notifyStyleLoaded(MapboxMap.java:963) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapboxMap.onFinishLoadingStyle(MapboxMap.java:225) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapView$MapCallback.onDidFinishLoadingStyle(MapView.java:1383) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapChangeReceiver.onDidFinishLoadingStyle(MapChangeReceiver.java:198) W/Resources(12599): at com.mapbox.mapboxsdk.maps.NativeMapView.onDidFinishLoadingStyle(NativeMapView.java:1166) W/Resources(12599): at android.os.MessageQueue.nativePollOnce(Native Method) W/Resources(12599): at android.os.MessageQueue.next(MessageQueue.java:335) W/Resources(12599): at android.os.Looper.loopOnce(Looper.java:161) W/Resources(12599): at android.os.Looper.loop(Looper.java:288) W/Resources(12599): at android.app.ActivityThread.main(ActivityThread.java:7872) W/Resources(12599): at java.lang.reflect.Method.invoke(Native Method) W/Resources(12599): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) W/Resources(12599): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936) W/Resources(12599): Drawable com.mapbox.mapboxglexample:drawable/mapbox_user_icon_shadow has unresolved theme attributes! Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int). W/Resources(12599): java.lang.RuntimeException W/Resources(12599): at android.content.res.Resources.getDrawable(Resources.java:908) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:167) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:153) W/Resources(12599): at com.mapbox.mapboxsdk.location.LayerBitmapProvider.generateShadowBitmap(LayerBitmapProvider.java:29) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.styleBitmaps(LocationLayerController.java:166) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.setRenderMode(LocationLayerController.java:123) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.setRenderMode(LocationComponent.java:716) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.initialize(LocationComponent.java:1521) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.activateLocationComponent(LocationComponent.java:387) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.enableLocationComponent(MapboxMapController.java:278) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.updateMyLocationEnabled(MapboxMapController.java:1809) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.access$100(MapboxMapController.java:98) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController$1.onStyleLoaded(MapboxMapController.java:147) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapboxMap.notifyStyleLoaded(MapboxMap.java:963) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapboxMap.onFinishLoadingStyle(MapboxMap.java:225) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapView$MapCallback.onDidFinishLoadingStyle(MapView.java:1383) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapChangeReceiver.onDidFinishLoadingStyle(MapChangeReceiver.java:198) W/Resources(12599): at com.mapbox.mapboxsdk.maps.NativeMapView.onDidFinishLoadingStyle(NativeMapView.java:1166) W/Resources(12599): at android.os.MessageQueue.nativePollOnce(Native Method) W/Resources(12599): at android.os.MessageQueue.next(MessageQueue.java:335) W/Resources(12599): at android.os.Looper.loopOnce(Looper.java:161) W/Resources(12599): at android.os.Looper.loop(Looper.java:288) W/Resources(12599): at android.app.ActivityThread.main(ActivityThread.java:7872) W/Resources(12599): at java.lang.reflect.Method.invoke(Native Method) W/Resources(12599): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) W/Resources(12599): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936) W/Resources(12599): Drawable com.mapbox.mapboxglexample:drawable/mapbox_user_icon_shadow has unresolved theme attributes! Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int). W/Resources(12599): java.lang.RuntimeException W/Resources(12599): at android.content.res.Resources.getDrawable(Resources.java:908) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:167) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:153) W/Resources(12599): at com.mapbox.mapboxsdk.location.LayerBitmapProvider.generateShadowBitmap(LayerBitmapProvider.java:29) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.styleBitmaps(LocationLayerController.java:166) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.applyStyle(LocationLayerController.java:102) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.applyStyle(LocationComponent.java:762) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.activateLocationComponent(LocationComponent.java:389) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.enableLocationComponent(MapboxMapController.java:278) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.updateMyLocationEnabled(MapboxMapController.java:1809) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.access$100(MapboxMapController.java:98) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController$1.onStyleLoaded(MapboxMapController.java:147) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapboxMap.notifyStyleLoaded(MapboxMap.java:963) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapboxMap.onFinishLoadingStyle(MapboxMap.java:225) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapView$MapCallback.onDidFinishLoadingStyle(MapView.java:1383) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapChangeReceiver.onDidFinishLoadingStyle(MapChangeReceiver.java:198) W/Resources(12599): at com.mapbox.mapboxsdk.maps.NativeMapView.onDidFinishLoadingStyle(NativeMapView.java:1166) W/Resources(12599): at android.os.MessageQueue.nativePollOnce(Native Method) W/Resources(12599): at android.os.MessageQueue.next(MessageQueue.java:335) W/Resources(12599): at android.os.Looper.loopOnce(Looper.java:161) W/Resources(12599): at android.os.Looper.loop(Looper.java:288) W/Resources(12599): at android.app.ActivityThread.main(ActivityThread.java:7872) W/Resources(12599): at java.lang.reflect.Method.invoke(Native Method) W/Resources(12599): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) W/Resources(12599): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936) W/Resources(12599): Drawable com.mapbox.mapboxglexample:drawable/mapbox_user_icon_shadow has unresolved theme attributes! Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int). W/Resources(12599): java.lang.RuntimeException W/Resources(12599): at android.content.res.Resources.getDrawable(Resources.java:908) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:167) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:153) W/Resources(12599): at com.mapbox.mapboxsdk.location.LayerBitmapProvider.generateShadowBitmap(LayerBitmapProvider.java:29) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.styleBitmaps(LocationLayerController.java:166) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.setRenderMode(LocationLayerController.java:123) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.setRenderMode(LocationComponent.java:716) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.updateMyLocationRenderMode(MapboxMapController.java:1863) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.enableLocationComponent(MapboxMapController.java:285) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.updateMyLocationEnabled(MapboxMapController.java:1809) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.access$100(MapboxMapController.java:98) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController$1.onStyleLoaded(MapboxMapController.java:147) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapboxMap.notifyStyleLoaded(MapboxMap.java:963) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapboxMap.onFinishLoadingStyle(MapboxMap.java:225) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapView$MapCallback.onDidFinishLoadingStyle(MapView.java:1383) W/Resources(12599): at com.mapbox.mapboxsdk.maps.MapChangeReceiver.onDidFinishLoadingStyle(MapChangeReceiver.java:198) W/Resources(12599): at com.mapbox.mapboxsdk.maps.NativeMapView.onDidFinishLoadingStyle(NativeMapView.java:1166) W/Resources(12599): at android.os.MessageQueue.nativePollOnce(Native Method) W/Resources(12599): at android.os.MessageQueue.next(MessageQueue.java:335) W/Resources(12599): at android.os.Looper.loopOnce(Looper.java:161) W/Resources(12599): at android.os.Looper.loop(Looper.java:288) W/Resources(12599): at android.app.ActivityThread.main(ActivityThread.java:7872) W/Resources(12599): at java.lang.reflect.Method.invoke(Native Method) W/Resources(12599): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) W/Resources(12599): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936) D/EGL_emulation(12599): app_time_stats: avg=15.04ms min=0.20ms max=4962.38ms count=348 E/FrameEvents(12599): updateAcquireFence: Did not find frame. D/EGL_emulation(12599): app_time_stats: avg=310.57ms min=12.19ms max=4936.94ms count=17 D/EGL_emulation(12599): app_time_stats: avg=939.10ms min=2.98ms max=11561.77ms count=18 E/FrameEvents(12599): updateAcquireFence: Did not find frame. D/EGL_emulation(12599): app_time_stats: avg=295.94ms min=1.56ms max=4951.63ms count=18 W/Resources(12599): Drawable com.mapbox.mapboxglexample:drawable/mapbox_user_icon_shadow has unresolved theme attributes! Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int). W/Resources(12599): java.lang.RuntimeException W/Resources(12599): at android.content.res.Resources.getDrawable(Resources.java:908) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:167) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:153) W/Resources(12599): at com.mapbox.mapboxsdk.location.LayerBitmapProvider.generateShadowBitmap(LayerBitmapProvider.java:29) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.styleBitmaps(LocationLayerController.java:166) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.applyStyle(LocationLayerController.java:102) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.applyStyle(LocationComponent.java:762) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.updateLocationComponentLayer(MapboxMapController.java:294) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.onMethodCall(MapboxMapController.java:960) W/Resources(12599): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:258) W/Resources(12599): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:295) W/Resources(12599): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$DartMessenger(DartMessenger.java:322) W/Resources(12599): at io.flutter.embedding.engine.dart.-$$Lambda$DartMessenger$2j2MERcK825A5j1fv5sZ7xB2Iuo.run(Unknown Source:12) W/Resources(12599): at android.os.Handler.handleCallback(Handler.java:942) W/Resources(12599): at android.os.Handler.dispatchMessage(Handler.java:99) W/Resources(12599): at android.os.Looper.loopOnce(Looper.java:201) W/Resources(12599): at android.os.Looper.loop(Looper.java:288) W/Resources(12599): at android.app.ActivityThread.main(ActivityThread.java:7872) W/Resources(12599): at java.lang.reflect.Method.invoke(Native Method) W/Resources(12599): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) W/Resources(12599): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936) W/Resources(12599): Drawable com.mapbox.mapboxglexample:drawable/mapbox_user_icon_shadow has unresolved theme attributes! Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int). W/Resources(12599): java.lang.RuntimeException W/Resources(12599): at android.content.res.Resources.getDrawable(Resources.java:908) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:167) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:153) W/Resources(12599): at com.mapbox.mapboxsdk.location.LayerBitmapProvider.generateShadowBitmap(LayerBitmapProvider.java:29) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.styleBitmaps(LocationLayerController.java:166) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.applyStyle(LocationLayerController.java:102) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.applyStyle(LocationComponent.java:762) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.updateLocationComponentLayer(MapboxMapController.java:294) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.onMethodCall(MapboxMapController.java:960) W/Resources(12599): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:258) W/Resources(12599): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:295) W/Resources(12599): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$DartMessenger(DartMessenger.java:322) W/Resources(12599): at io.flutter.embedding.engine.dart.-$$Lambda$DartMessenger$2j2MERcK825A5j1fv5sZ7xB2Iuo.run(Unknown Source:12) W/Resources(12599): at android.os.Handler.handleCallback(Handler.java:942) W/Resources(12599): at android.os.Handler.dispatchMessage(Handler.java:99) W/Resources(12599): at android.os.Looper.loopOnce(Looper.java:201) W/Resources(12599): at android.os.Looper.loop(Looper.java:288) W/Resources(12599): at android.app.ActivityThread.main(ActivityThread.java:7872) W/Resources(12599): at java.lang.reflect.Method.invoke(Native Method) W/Resources(12599): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) W/Resources(12599): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936) W/Resources(12599): Drawable com.mapbox.mapboxglexample:drawable/mapbox_user_icon_shadow has unresolved theme attributes! Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int). W/Resources(12599): java.lang.RuntimeException W/Resources(12599): at android.content.res.Resources.getDrawable(Resources.java:908) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:167) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:153) W/Resources(12599): at com.mapbox.mapboxsdk.location.LayerBitmapProvider.generateShadowBitmap(LayerBitmapProvider.java:29) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.styleBitmaps(LocationLayerController.java:166) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.applyStyle(LocationLayerController.java:102) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.applyStyle(LocationComponent.java:762) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.updateLocationComponentLayer(MapboxMapController.java:294) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.onMethodCall(MapboxMapController.java:929) W/Resources(12599): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:258) W/Resources(12599): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:295) W/Resources(12599): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$DartMessenger(DartMessenger.java:322) W/Resources(12599): at io.flutter.embedding.engine.dart.-$$Lambda$DartMessenger$2j2MERcK825A5j1fv5sZ7xB2Iuo.run(Unknown Source:12) W/Resources(12599): at android.os.Handler.handleCallback(Handler.java:942) W/Resources(12599): at android.os.Handler.dispatchMessage(Handler.java:99) W/Resources(12599): at android.os.Looper.loopOnce(Looper.java:201) W/Resources(12599): at android.os.Looper.loop(Looper.java:288) W/Resources(12599): at android.app.ActivityThread.main(ActivityThread.java:7872) W/Resources(12599): at java.lang.reflect.Method.invoke(Native Method) W/Resources(12599): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) W/Resources(12599): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936) W/Mbgl (12599): {Thread-4}[ParseStyle]: Layer 'symbol_mIRDgEElwC_0' has an invalid value for text-font and will not render text. Output values must be contained as literals within the expression. W/Resources(12599): Drawable com.mapbox.mapboxglexample:drawable/mapbox_user_icon_shadow has unresolved theme attributes! Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int). W/Resources(12599): java.lang.RuntimeException W/Resources(12599): at android.content.res.Resources.getDrawable(Resources.java:908) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:167) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:153) W/Resources(12599): at com.mapbox.mapboxsdk.location.LayerBitmapProvider.generateShadowBitmap(LayerBitmapProvider.java:29) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.styleBitmaps(LocationLayerController.java:166) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.applyStyle(LocationLayerController.java:102) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.applyStyle(LocationComponent.java:762) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.updateLocationComponentLayer(MapboxMapController.java:294) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.onMethodCall(MapboxMapController.java:1054) W/Resources(12599): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:258) W/Resources(12599): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:295) W/Resources(12599): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$DartMessenger(DartMessenger.java:322) W/Resources(12599): at io.flutter.embedding.engine.dart.-$$Lambda$DartMessenger$2j2MERcK825A5j1fv5sZ7xB2Iuo.run(Unknown Source:12) W/Resources(12599): at android.os.Handler.handleCallback(Handler.java:942) W/Resources(12599): at android.os.Handler.dispatchMessage(Handler.java:99) W/Resources(12599): at android.os.Looper.loopOnce(Looper.java:201) W/Resources(12599): at android.os.Looper.loop(Looper.java:288) W/Resources(12599): at android.app.ActivityThread.main(ActivityThread.java:7872) W/Resources(12599): at java.lang.reflect.Method.invoke(Native Method) W/Resources(12599): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) W/Resources(12599): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936) W/Resources(12599): Drawable com.mapbox.mapboxglexample:drawable/mapbox_user_icon_shadow has unresolved theme attributes! Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int). W/Resources(12599): java.lang.RuntimeException W/Resources(12599): at android.content.res.Resources.getDrawable(Resources.java:908) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:167) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:153) W/Resources(12599): at com.mapbox.mapboxsdk.location.LayerBitmapProvider.generateShadowBitmap(LayerBitmapProvider.java:29) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.styleBitmaps(LocationLayerController.java:166) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.applyStyle(LocationLayerController.java:102) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.applyStyle(LocationComponent.java:762) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.updateLocationComponentLayer(MapboxMapController.java:294) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.onMethodCall(MapboxMapController.java:991) W/Resources(12599): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:258) W/Resources(12599): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:295) W/Resources(12599): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$DartMessenger(DartMessenger.java:322) W/Resources(12599): at io.flutter.embedding.engine.dart.-$$Lambda$DartMessenger$2j2MERcK825A5j1fv5sZ7xB2Iuo.run(Unknown Source:12) W/Resources(12599): at android.os.Handler.handleCallback(Handler.java:942) W/Resources(12599): at android.os.Handler.dispatchMessage(Handler.java:99) W/Resources(12599): at android.os.Looper.loopOnce(Looper.java:201) W/Resources(12599): at android.os.Looper.loop(Looper.java:288) W/Resources(12599): at android.app.ActivityThread.main(ActivityThread.java:7872) W/Resources(12599): at java.lang.reflect.Method.invoke(Native Method) W/Resources(12599): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) W/Resources(12599): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936) W/Mbgl (12599): {Thread-4}[ParseStyle]: Layer 'symbol_mIRDgEElwC_0' has an invalid value for text-font and will not render text. Output values must be contained as literals within the expression. W/Resources(12599): Drawable com.mapbox.mapboxglexample:drawable/mapbox_user_icon_shadow has unresolved theme attributes! Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int). W/Resources(12599): java.lang.RuntimeException W/Resources(12599): at android.content.res.Resources.getDrawable(Resources.java:908) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:167) W/Resources(12599): at com.mapbox.mapboxsdk.utils.BitmapUtils.getDrawableFromRes(BitmapUtils.java:153) W/Resources(12599): at com.mapbox.mapboxsdk.location.LayerBitmapProvider.generateShadowBitmap(LayerBitmapProvider.java:29) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.styleBitmaps(LocationLayerController.java:166) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationLayerController.applyStyle(LocationLayerController.java:102) W/Resources(12599): at com.mapbox.mapboxsdk.location.LocationComponent.applyStyle(LocationComponent.java:762) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.updateLocationComponentLayer(MapboxMapController.java:294) W/Resources(12599): at com.mapbox.mapboxgl.MapboxMapController.onMethodCall(MapboxMapController.java:991) W/Resources(12599): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:258) W/Resources(12599): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:295) W/Resources(12599): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$DartMessenger(DartMessenger.java:322) W/Resources(12599): at io.flutter.embedding.engine.dart.-$$Lambda$DartMessenger$2j2MERcK825A5j1fv5sZ7xB2Iuo.run(Unknown Source:12) W/Resources(12599): at android.os.Handler.handleCallback(Handler.java:942) W/Resources(12599): at android.os.Handler.dispatchMessage(Handler.java:99) W/Resources(12599): at android.os.Looper.loopOnce(Looper.java:201) W/Resources(12599): at android.os.Looper.loop(Looper.java:288) W/Resources(12599): at android.app.ActivityThread.main(ActivityThread.java:7872) W/Resources(12599): at java.lang.reflect.Method.invoke(Native Method) W/Resources(12599): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) W/Resources(12599): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936) W/Mbgl (12599): {Thread-4}[ParseStyle]: Layer 'symbol_mIRDgEElwC_0' has an invalid value for text-font and will not render text. Output values must be contained as literals within the expression. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/styles/v1/mapbox/streets-v11/sprite@2x.json?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2.json?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&secure&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. D/EGL_emulation(12599): app_time_stats: avg=2.20ms min=0.30ms max=574.03ms count=533 E/FrameEvents(12599): updateAcquireFence: Did not find frame. D/EGL_emulation(12599): app_time_stats: avg=42.13ms min=6.46ms max=567.00ms count=28 D/EGL_emulation(12599): app_time_stats: avg=27.85ms min=2.83ms max=554.36ms count=28 D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/styles/v1/mapbox/streets-v11/sprite@2x.png?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. E/FrameEvents(12599): updateAcquireFence: Did not find frame. D/EGL_emulation(12599): app_time_stats: avg=40.16ms min=12.53ms max=569.81ms count=27 D/TrafficStats(12599): tagSocket(141) with statsTag=0xffffffff, statsUid=-1 D/TrafficStats(12599): tagSocket(166) with statsTag=0xffffffff, statsUid=-1 E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). E/FrameEvents(12599): updateAcquireFence: Did not find frame. V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2/11/1884/1228.vector.pbf?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. D/TrafficStats(12599): tagSocket(156) with statsTag=0xffffffff, statsUid=-1 D/TrafficStats(12599): tagSocket(208) with statsTag=0xffffffff, statsUid=-1 D/TrafficStats(12599): tagSocket(213) with statsTag=0xffffffff, statsUid=-1 E/FrameEvents(12599): updateAcquireFence: Did not find frame. D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2/7/117/76.vector.pbf?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2/11/1884/1229.vector.pbf?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. E/FrameEvents(12599): updateAcquireFence: Did not find frame. V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). E/FrameEvents(12599): updateAcquireFence: Did not find frame. V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/fonts/v1/mapbox/DIN%20Offc%20Pro%20Bold%2cArial%20Unicode%20MS%20Bold/0-255.pbf?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/fonts/v1/mapbox/DIN%20Offc%20Pro%20Regular%2cArial%20Unicode%20MS%20Regular/8192-8447.pbf?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. E/FrameEvents(12599): updateAcquireFence: Did not find frame. V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2/11/1883/1228.vector.pbf?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). E/FrameEvents(12599): updateAcquireFence: Did not find frame. D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/fonts/v1/mapbox/DIN%20Offc%20Pro%20Regular%2cArial%20Unicode%20MS%20Regular/0-255.pbf?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. E/FrameEvents(12599): updateAcquireFence: Did not find frame. D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/fonts/v1/mapbox/DIN%20Offc%20Pro%20Medium%2cArial%20Unicode%20MS%20Regular/0-255.pbf?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/fonts/v1/mapbox/DIN%20Offc%20Pro%20Italic%2cArial%20Unicode%20MS%20Regular/0-255.pbf?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. V/Mbgl-HttpRequest(12599): [HTTP] Request was successful (code = 200). E/FrameEvents(12599): updateAcquireFence: Did not find frame. D/Mbgl-HttpRequest(12599): [HTTP] This request was cancelled (https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2/11/1883/1229.vector.pbf?access_token=sk.eyJ1Ijoib3V0d2F5LWFkbWluIiwiYSI6ImNrdTh2cnl1NzAweGoybnBkNmE0Z2sxa3oifQ.3Z4Yc0u3e8Ys15oxWpq56g&sku=100lly7kjm5635fa295d5fd4128ad4e4bbfeab4a6af). This is expected for tiles that were being prefetched but are no longer needed for the map to render. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame. E/FrameEvents(12599): updateAcquireFence: Did not find frame.

stale[bot] commented 11 months 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.