Steps to reproduce
Steps to Reproduce
Use Flutter SDK 3.41 to build the application.
Deploy the app to a Vivo device running Android 15.
Ensure Impeller is enabled (default behavior in 3.41 or explicitly enabled in AndroidManifest.xml).
Launch the app and observe the Logcat output during the engine initialization phase
Expected results
The Flutter Engine should successfully negotiate with the GPU Driver to allocate the necessary graphics buffers and launch the Root Isolate.
Actual results
- Environment
Flutter Version: 3.41.2
OS: Android 15 (Target SDK 35)
Device: Vivo (MediaTek Chipset)
Graphics Engine: Impeller (Vulkan backend)
Key Integration: Unity Bridge, Native SDKs (Facebook, Smartlook)
Beginning load of flutter...
2026-02-24 11:31:17.149 28499-29670 ResourceExtractor com.yokara.dev.v1 I Found extracted resources res_timestamp-1-1771907223142
2026-02-24 11:31:17.149 28499-29670 ResourceExtractor com.yokara.dev.v1 I Resource version mismatch res_timestamp-1-1771907473033
2026-02-24 11:31:17.158 28499-29669 nativeloader com.yokara.dev.v1 D Load /data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.arm64_v8a.apk!/lib/arm64-v8a/libflutter.so using class loader ns clns-7 (caller=/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/base.apk!classes13.dex): ok
2026-02-24 11:31:17.159 28499-29669 FlutterJNI com.yokara.dev.v1 D flutter (null) was loaded normally!
2026-02-24 11:31:17.797 28499-29653 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:17.797 28499-29654 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:17.797 28499-29655 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:18.043 28499-29655 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:18.218 28499-29670 ResourceExtractor com.yokara.dev.v1 I Extracted baseline resource assets/flutter_assets/kernel_blob.bin
2026-02-24 11:31:18.219 28499-29670 ResourceExtractor com.yokara.dev.v1 I Extracted baseline resource assets/flutter_assets/vm_snapshot_data
2026-02-24 11:31:18.299 28499-29654 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:18.315 28499-29670 ResourceExtractor com.yokara.dev.v1 I Extracted baseline resource assets/flutter_assets/isolate_snapshot_data
2026-02-24 11:31:18.337 28499-28499 nativeloader com.yokara.dev.v1 D Load libpowerhalwrap_jni.so using system ns (caller=/system_ext/framework/mediatek-framework.jar): ok
2026-02-24 11:31:18.338 28499-28499 PowerHalWrapper com.yokara.dev.v1 I PowerHalWrapper.getInstance
2026-02-24 11:31:18.338 28499-28499 M-ProMotion com.yokara.dev.v1 I M-ProMotion is disabled
2026-02-24 11:31:18.351 28499-29687 HWUI com.yokara.dev.v1 E Device claims wide gamut support, cannot find matching config, error = EGL_SUCCESS
2026-02-24 11:31:18.351 28499-29687 HWUI com.yokara.dev.v1 W Failed to initialize 101010-2 format, error = EGL_SUCCESS
2026-02-24 11:31:18.465 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/lib/arm64'
2026-02-24 11:31:18.467 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/base.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.468 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.arm64_v8a.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.474 28499-29704 vulkan com.yokara.dev.v1 D added global layer 'VK_LAYER_KHRONOS_validation' from library '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.arm64_v8a.apk!/lib/arm64-v8a/libVkLayer_khronos_validation.so'
2026-02-24 11:31:18.476 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.en.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.476 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.vi.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.476 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.xhdpi.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.477 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/lib/arm64'
2026-02-24 11:31:18.478 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/base.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.479 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.arm64_v8a.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.479 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.en.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.479 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.vi.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.480 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.xhdpi.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.507 28499-28499 MediaBrowserCompat com.yokara.dev.v1 D Connecting to a MediaBrowserService.
2026-02-24 11:31:18.511 28499-29704 flutter com.yokara.dev.v1 I [IMPORTANT:flutter/shell/platform/android/android_context_vk_impeller.cc(62)] Using the Impeller rendering backend (Vulkan).
2026-02-24 11:31:18.575 28499-28499 FLTFireContextHolder com.yokara.dev.v1 D received application context.
2026-02-24 11:31:18.685 28499-28499 AudioManager com.yokara.dev.v1 D getDevices, flags = 2
2026-02-24 11:31:18.700 28499-29731 flutter com.yokara.dev.v1 I The Dart VM service is listening on http://127.0.0.1:36795/lJ3x8fYNxYs=/
2026-02-24 11:31:20.051 28499-28499 flutter com.yokara.dev.v1 E [ERROR:flutter/runtime/dart_isolate.cc(146)] Could not prepare isolate.
2026-02-24 11:31:20.088 28499-28499 flutter com.yokara.dev.v1 E [ERROR:flutter/runtime/runtime_controller.cc(567)] Could not create root isolate.
2026-02-24 11:31:20.088 28499-28499 flutter com.yokara.dev.v1 E [ERROR:flutter/shell/common/shell.cc(799)] Could not launch engine with configuration.
2026-02-24 11:31:20.101 28499-28499 com.llfbandit.app_links com.yokara.dev.v1 D Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.yokara.dev.v1/com.yokara.v3.MainActivity }
2026-02-24 11:31:20.104 28499-28499 FlutterGeolocator com.yokara.dev.v1 D Attaching Geolocator to activity
2026-02-24 11:31:20.109 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.amplitude.amplitude_flutter.AmplitudeFlutterPlugin@8c82af7) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.109 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.llfbandit.app_links.AppLinksPlugin@61c4bcd) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.109 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.spencerccf.app_settings.AppSettingsPlugin@6b2ec82) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.ryanheise.audioservice.AudioServicePlugin@cca7f93) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.ryanheise.audio_session.AudioSessionPlugin@3c94bd0) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (xyz.luan.audioplayers.AudioplayersPlugin@4aed7c9) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.camera.CameraPlugin@2a74ece) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.functions.FlutterFirebaseFunctionsPlugin@c9381ef) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (dev.fluttercommunity.plus.connectivity.ConnectivityPlugin@a3f54fc) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.deepar.ai.DeepArPlugin@fc42785) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (dev.fluttercommunity.plus.device_info.DeviceInfoPlusPlugin@6d89da) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.fintasys.emoji_picker_flutter.EmojiPickerFlutterPlugin@7404e0b) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.analytics.FlutterFirebaseAnalyticsPlugin@5aac4e8) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.auth.FlutterFirebaseAuthPlugin@524b701) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.core.FlutterFirebaseCorePlugin@c2a69a6) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.crashlytics.FlutterFirebaseCrashlyticsPlugin@6a3bfe7) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.database.FirebaseDatabasePlugin@bdb4794) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingPlugin@ca4c23d) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.performance.FlutterFirebasePerformancePlugin@d837a32) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.firebaseremoteconfig.FirebaseRemoteConfigPlugin@4e27383) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (fr.g123k.flutterappbadger.FlutterAppBadgerPlugin@def4900) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (app.meedu.flutter_facebook_auth.FlutterFacebookAuthPlugin@d204539) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.pichillilorenzo.flutter_inappwebview_android.InAppWebViewFlutterPlugin@eeb077e) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (be.appmire.flutterkeychain.FlutterKeychainPlugin@fcec4df) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin@e7ff52c) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.flutter_plugin_android_lifecycle.FlutterAndroidLifecyclePlugin@536fbf5) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.it_nomads.fluttersecurestorage.FlutterSecureStoragePlugin@dac1d8a) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.Smartlook.Smartlook.flutter_smartlook.SmartlookPlugin@604cffb) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (carnegietechnologies.gallery_saver.GallerySaverPlugin@e8d3818) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.baseflow.geolocator.GeolocatorPlugin@3c86271) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.googlesignin.GoogleSignInPlugin@eb68856) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (flutter.moum.headset_connection_event.HeadsetConnectionEventPlugin@9c670d7) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (vn.hunghd.flutter.plugins.imagecropper.ImageCropperPlugin@d29bdc4) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.imagepicker.ImagePickerPlugin@c2fb4ad) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (dev.britannio.in_app_review.InAppReviewPlugin@42ad3e2) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_clean.InmobiCleanPlugin@5974373) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_datetime_picker.InmobiDatetimePickerPlugin@5e6f230) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (inmobi.getdeviceid.inmobi_get_device_deviceid.InmobiGetDeviceDeviceidPlugin@23feea9) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_iap.InmobiIapPlugin@fa64c2e) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_logcat.InmobiLogcatPlugin@e98a3cf) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_minio.InmobiMinioPlugin@a01015c) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_read_sqlite.InmobiReadSqlitePlugin@9ffcc65) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_timeago.InmobiTimeagoPlugin@d4efd3a) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.ryanheise.just_audio.JustAudioPlugin@a5adeb) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (vn.lecle.lecle_social_share.LecleSocialSharePlugin@4ad748) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (live.exit.musicplayer.MusicPlayerPlugin@725c9e1) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (dev.fluttercommunity.plus.packageinfo.PackageInfoPlugin@39fb306) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.pathprovider.PathProviderPlugin@2f3dc7) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.baseflow.permissionhandler.PermissionHandlerPlugin@7da1ff4) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.fluttercandies.photo_manager.PhotoManagerPlugin@854231d) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (dev.fluttercommunity.plus.share.SharePlusPlugin@3f3f992) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.sharedpreferences.SharedPreferencesPlugin@dd7ef63) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.aboutyou.dart_packages.sign_in_with_apple.SignInWithApplePlugin@9734760) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (fman.ge.smart_auth.SmartAuthPlugin@a14d419) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.tekartik.sqflite.SqflitePlugin@7d41cde) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.urllauncher.UrlLauncherPlugin@7d01ebf) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.video_compress.VideoCompressPlugin@3b5798c) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.videoplayer.VideoPlayerPlugin@d9598d5) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (dev.fluttercommunity.plus.wakelock.WakelockPlusPlugin@70128ea) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.webviewflutter.WebViewFlutterPlugin@4f1e7db) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.153 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden method Landroid/view/accessibility/AccessibilityNodeInfo;->getSourceNodeId()J (runtime_flags=0, domain=platform, api=unsupported,test-api) from Lio/flutter/view/AccessibilityViewEmbedder$ReflectionAccessors; (domain=app) using reflection: allowed
2026-02-24 11:31:20.153 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden method Landroid/view/accessibility/AccessibilityRecord;->getSourceNodeId()J (runtime_flags=0, domain=platform, api=unsupported) from Lio/flutter/view/AccessibilityViewEmbedder$ReflectionAccessors; (domain=app) using reflection: allowed
2026-02-24 11:31:20.153 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden field Landroid/view/accessibility/AccessibilityNodeInfo;->mChildNodeIds:Landroid/util/LongArray; (runtime_flags=0, domain=platform, api=unsupported) from Lio/flutter/view/AccessibilityViewEmbedder$ReflectionAccessors; (domain=app) using reflection: allowed
2026-02-24 11:31:20.153 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden method Landroid/util/LongArray;->get(I)J (runtime_flags=0, domain=platform, api=unsupported) from Lio/flutter/view/AccessibilityViewEmbedder$ReflectionAccessors; (domain=app) using reflection: allowed
2026-02-24 11:31:20.167 28499-28499 FlutterRenderer com.yokara.dev.v1 D Width is zero. 0,0
2026-02-24 11:31:20.176 28499-28499 SR_SDKLifecycleHandler com.yokara.dev.v1 D onActivityStarted() called with: activity = Activity(class = MainActivity, title = [DEV]Yokara)
2026-02-24 11:31:20.177 28499-28499 SR_SessionHandler com.yokara.dev.v1 D onActivityStarted() called with: activity = Activity(class = MainActivity, title = [DEV]Yokara)
2026-02-24 11:31:20.177 28499-28499 SR_SessionHandler com.yokara.dev.v1 D tryToProcessNewActivity() called with: activity = Activity(class = MainActivity, title = [DEV]Yokara)
2026-02-24 11:31:20.195 28499-28499 SR_SDKLifecycleHandler com.yokara.dev.v1 D onActivityResumed() called with: activity = Activity(class = MainActivity, title = [DEV]Yokara)
2026-02-24 11:31:20.205 28499-29686 PowerHalWrapper com.yokara.dev.v1 I PowerHalWrapper.getInstance
2026-02-24 11:31:20.208 28499-29623 SessionLifecycleClient com.yokara.dev.v1 D Queued message 1. Queue size 1
2026-02-24 11:31:20.216 28499-28499 libc com.yokara.dev.v1 W Access denied finding property "persist.vivo.ltw.enabled"
2026-02-24 11:31:20.227 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden field Lcom/android/internal/policy/DecorView;->mWindow:Lcom/android/internal/policy/PhoneWindow; (runtime_flags=0, domain=platform, api=unsupported) from Lcurtains/internal/WindowSpy$windowField$2; (domain=app) using reflection: allowed
2026-02-24 11:31:20.229 28499-28499 HWUI com.yokara.dev.v1 W Unknown dataspace 0
2026-02-24 11:31:20.261 28499-28499 Choreographer com.yokara.dev.v1 I Skipped 234 frames! The application may be doing too much work on its main thread.
2026-02-24 11:31:20.263 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden field Landroid/transition/TransitionManager;->sRunningTransitions:Ljava/lang/ThreadLocal; (runtime_flags=0, domain=platform, api=unsupported) from Lcom/cisco/android/common/utils/extensions/ClassExtKt; (domain=app) using reflection: allowed
2026-02-24 11:31:20.349 28499-28499 FlutterRenderer com.yokara.dev.v1 D Width is zero. 0,0
2026-02-24 11:31:20.373 28499-28499 ViewRootImpl com.yokara.dev.v1 D AppSizeAfterRelayout, size: Point(720, 1608), rotation: ROTATION_0
2026-02-24 11:31:20.374 28499-28499 BufferQueueConsumer com.yokara.dev.v1 D connect: controlledByApp=false
2026-02-24 11:31:20.375 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#0 constructor()
2026-02-24 11:31:20.375 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#0 update width=720 height=1608 format=-3 mTransformHint=0
2026-02-24 11:31:20.385 28499-28499 FlutterJNI com.yokara.dev.v1 D Sending viewport metrics to the engine.
2026-02-24 11:31:20.393 28499-28499 BufferQueueConsumer com.yokara.dev.v1 D connect: controlledByApp=false
2026-02-24 11:31:20.394 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D SurfaceView[com.yokara.dev.v1/com.yokara.v3.MainActivity]#1 constructor()
2026-02-24 11:31:20.395 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D SurfaceView[com.yokara.dev.v1/com.yokara.v3.MainActivity]#1 update width=720 height=1608 format=4 mTransformHint=0
2026-02-24 11:31:20.402 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 38
2026-02-24 11:31:20.402 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 0
2026-02-24 11:31:20.402 28499-29704 gralloc4 com.yokara.dev.v1 E Invalid base format! req_base_format = 0x0, req_format = 0x38, type = 0x0
2026-02-24 11:31:20.402 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Unrecognized and/or unsupported format 0x38 and usage 0xb00
2026-02-24 11:31:20.402 28499-29704 Gralloc4 com.yokara.dev.v1 E isSupported(1, 1, 56, 1, ...) failed with 5
2026-02-24 11:31:20.404 28499-29704 GraphicBufferAllocator com.yokara.dev.v1 E Failed to allocate (4 x 4) layerCount 1 format 56 usage b00: 5
2026-02-24 11:31:20.404 28499-29704 AHardwareBuffer com.yokara.dev.v1 E GraphicBuffer(w=4, h=4, lc=1) failed (Unknown error -5), handle=0x0
2026-02-24 11:31:20.404 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 3b
2026-02-24 11:31:20.404 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 0
2026-02-24 11:31:20.404 28499-29704 gralloc4 com.yokara.dev.v1 E Invalid base format! req_base_format = 0x0, req_format = 0x3b, type = 0x0
2026-02-24 11:31:20.404 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Unrecognized and/or unsupported format 0x3b and usage 0xb00
2026-02-24 11:31:20.404 28499-29704 Gralloc4 com.yokara.dev.v1 E isSupported(1, 1, 59, 1, ...) failed with 5
2026-02-24 11:31:20.405 28499-29704 GraphicBufferAllocator com.yokara.dev.v1 E Failed to allocate (4 x 4) layerCount 1 format 59 usage b00: 5
2026-02-24 11:31:20.405 28499-29704 AHardwareBuffer com.yokara.dev.v1 E GraphicBuffer(w=4, h=4, lc=1) failed (Unknown error -5), handle=0x0
2026-02-24 11:31:20.405 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 38
2026-02-24 11:31:20.405 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 0
2026-02-24 11:31:20.405 28499-29704 gralloc4 com.yokara.dev.v1 E Invalid base format! req_base_format = 0x0, req_format = 0x38, type = 0x0
2026-02-24 11:31:20.405 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Unrecognized and/or unsupported format 0x38 and usage 0xb00
2026-02-24 11:31:20.406 28499-29704 Gralloc4 com.yokara.dev.v1 E isSupported(1, 1, 56, 1, ...) failed with 5
2026-02-24 11:31:20.406 28499-29704 GraphicBufferAllocator com.yokara.dev.v1 E Failed to allocate (4 x 4) layerCount 1 format 56 usage b00: 5
2026-02-24 11:31:20.406 28499-29704 AHardwareBuffer com.yokara.dev.v1 E GraphicBuffer(w=4, h=4, lc=1) failed (Unknown error -5), handle=0x0
2026-02-24 11:31:20.406 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 3b
2026-02-24 11:31:20.406 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 0
2026-02-24 11:31:20.406 28499-29704 gralloc4 com.yokara.dev.v1 E Invalid base format! req_base_format = 0x0, req_format = 0x3b, type = 0x0
2026-02-24 11:31:20.406 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Unrecognized and/or unsupported format 0x3b and usage 0xb00
2026-02-24 11:31:20.406 28499-29704 Gralloc4 com.yokara.dev.v1 E isSupported(1, 1, 59, 1, ...) failed with 5
2026-02-24 11:31:20.407 28499-29704 GraphicBufferAllocator com.yokara.dev.v1 E Failed to allocate (4 x 4) layerCount 1 format 59 usage b00: 5
2026-02-24 11:31:20.407 28499-29704 AHardwareBuffer com.yokara.dev.v1 E GraphicBuffer(w=4, h=4, lc=1) failed (Unknown error -5), handle=0x0
2026-02-24 11:31:20.408 28499-29704 MAGT_SYNC_FRAME com.yokara.dev.v1 D MAGT Sync: MAGT is not supported. Disabling Sync.
2026-02-24 11:31:20.417 28499-29654 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:20.512 28499-28499 ViewRootImpl com.yokara.dev.v1 D AppSizeAfterRelayout, size: Point(1, 1495), rotation: ROTATION_0
2026-02-24 11:31:20.513 28499-28499 BufferQueueConsumer com.yokara.dev.v1 D connect: controlledByApp=false
2026-02-24 11:31:20.513 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#2 constructor()
2026-02-24 11:31:20.513 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#2 update width=1 height=1495 format=-2 mTransformHint=0
2026-02-24 11:31:20.518 28499-29687 BLASTBufferQueue com.yokara.dev.v1 I QoSAllocBuff Successful. Ret 0
2026-02-24 11:31:20.533 28499-29687 GrallocExtra com.yokara.dev.v1 I gralloc_extra_query:is_SW3D 0
2026-02-24 11:31:20.534 28499-29687 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#2 acquireNextBufferLocked size=1x1495 mFrameNumber=1 applyTransaction=true mTimestamp=109480688595833(auto) mPendingTransactions.size=0 graphicBufferId=122402272968730 transform=0
2026-02-24 11:31:20.563 28499-28499 ViewRootImpl com.yokara.dev.v1 D AppSizeAfterRelayout, size: Point(1, 1495), rotation: ROTATION_0
2026-02-24 11:31:20.563 28499-28499 BufferQueueConsumer com.yokara.dev.v1 D connect: controlledByApp=false
2026-02-24 11:31:20.564 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#3 constructor()
2026-02-24 11:31:20.564 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#3 update width=1 height=1495 format=-2 mTransformHint=0
2026-02-24 11:31:20.568 28499-29687 BLASTBufferQueue com.yokara.dev.v1 I QoSAllocBuff Successful. Ret 0
2026-02-24 11:31:20.570 28499-29742 HWUI com.yokara.dev.v1 I Davey! duration=4178ms; Flags=1, FrameTimelineVsyncId=14410825, IntendedVsync=109476511657452, Vsync=109480410394398, InputEventId=0, HandleInputStart=109480417866909, AnimationStart=109480418031909, PerformTraversalsStart=109480486669371, DrawStart=109480677237063, FrameDeadline=109476531657452, FrameInterval=109480416396833, FrameStartTime=16661269, SyncQueued=109480678604756, SyncStart=109480679011602, IssueDrawCommandsStart=109480683417140, SwapBuffers=109480685319525, FrameCompleted=109480690965756, DequeueBufferDuration=30461, QueueBufferDuration=1427462, GpuCompleted=109480688223217, SwapBuffersCompleted=109480690965756, DisplayPresentTime=0, CommandSubmissionCompleted=109480685319525,
2026-02-24 11:31:20.578 28499-29687 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#3 acquireNextBufferLocked size=1x1495 mFrameNumber=1 applyTransaction=true mTimestamp=109480733296756(auto) mPendingTransactions.size=0 graphicBufferId=122402272968734 transform=0
2026-02-24 11:31:20.615 28499-28499 SessionLifecycleService com.yokara.dev.v1 D Service bound to new client on process 28499
2026-02-24 11:31:20.620 28499-29740 HWUI com.yokara.dev.v1 I Davey! duration=4221ms; Flags=1, FrameTimelineVsyncId=14410825, IntendedVsync=109476511657452, Vsync=109480410394398, InputEventId=0, HandleInputStart=109480417866909, AnimationStart=109480418031909, PerformTraversalsStart=109480486669371, DrawStart=109480728679909, FrameDeadline=109476531657452, FrameInterval=109480416396833, FrameStartTime=16661269, SyncQueued=109480729429448, SyncStart=109480730214063, IssueDrawCommandsStart=109480730341756, SwapBuffers=109480732501756, FrameCompleted=109480734339217, DequeueBufferDuration=28307, QueueBufferDuration=659923, GpuCompleted=109480733064140, SwapBuffersCompleted=109480734339217, DisplayPresentTime=0, CommandSubmissionCompleted=109480732501756,
2026-02-24 11:31:20.630 28499-29752 SessionLifecycleService com.yokara.dev.v1 D App has not yet foregrounded. Using previously stored session: null
2026-02-24 11:31:20.630 28499-29752 SessionLifecycleService com.yokara.dev.v1 D Client android.os.Messenger@b006f99 bound at 109480770. Clients: 1
2026-02-24 11:31:20.634 28499-28499 FlutterGeolocator com.yokara.dev.v1 D Creating service.
2026-02-24 11:31:20.634 28499-28499 FlutterGeolocator com.yokara.dev.v1 D Binding to location service.
2026-02-24 11:31:20.672 28499-28499 SessionLifecycleClient com.yokara.dev.v1 D Connected to SessionLifecycleService. Queue size 1
2026-02-24 11:31:20.674 28499-29612 SessionLifecycleClient com.yokara.dev.v1 D Sending lifecycle 1 to service
2026-02-24 11:31:20.675 28499-29752 SessionLifecycleService com.yokara.dev.v1 D Activity foregrounding at 109480829.
2026-02-24 11:31:20.675 28499-29752 SessionLifecycleService com.yokara.dev.v1 D Cold start detected.
2026-02-24 11:31:20.678 28499-29752 SessionLifecycleService com.yokara.dev.v1 D Generated new session 94dd044cda8643e68a0e0c285f9eddbd
2026-02-24 11:31:20.679 28499-29752 SessionLifecycleService com.yokara.dev.v1 D Broadcasting new session: SessionDetails(sessionId=94dd044cda8643e68a0e0c285f9eddbd, firstSessionId=94dd044cda8643e68a0e0c285f9eddbd, sessionIndex=0, sessionStartTimestampUs=1771907480678000)
2026-02-24 11:31:20.683 28499-28499 MediaButtonReceiver com.yokara.dev.v1 W More than one BroadcastReceiver that handles android.intent.action.MEDIA_BUTTON was found, returning null.
2026-02-24 11:31:20.683 28499-28499 MediaSessionCompat com.yokara.dev.v1 W Couldn't find a unique registered media button receiver in the given context.
2026-02-24 11:31:20.710 28499-28499 System.out com.yokara.dev.v1 I ssss onAttachedToActivity flutterEngine warmed up
2026-02-24 11:31:20.715 28499-28499 FlutterGeolocator com.yokara.dev.v1 D Geolocator foreground service connected
2026-02-24 11:31:20.715 28499-28499 FlutterGeolocator com.yokara.dev.v1 D Initializing Geolocator services
2026-02-24 11:31:20.716 28499-28499 FlutterGeolocator com.yokara.dev.v1 D Flutter engine connected. Connected engine count 1
2026-02-24 11:31:20.729 28499-28499 SessionLifecycleClient com.yokara.dev.v1 D Session update received: 94dd044cda8643e68a0e0c285f9eddbd
2026-02-24 11:31:20.734 28499-28499 FlutterJNI com.yokara.dev.v1 D Sending viewport metrics to the engine.
2026-02-24 11:31:20.742 28499-29652 LeakCanary com.yokara.dev.v1 D LeakCanary is running and ready to detect memory leaks.
2026-02-24 11:31:20.744 28499-29623 SessionFirelogPublisher com.yokara.dev.v1 D Data Collection is enabled for at least one Subscriber
2026-02-24 11:31:20.798 28499-29623 SessionLifecycleClient com.yokara.dev.v1 D Notified CRASHLYTICS of new session 94dd044cda8643e68a0e0c285f9eddbd
2026-02-24 11:31:20.886 28499-29654 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:20.921 28499-29623 EventGDTLogger com.yokara.dev.v1 D Session Event: {"eventType":1,"sessionData":{"sessionId":"94dd044cda8643e68a0e0c285f9eddbd","firstSessionId":"94dd044cda8643e68a0e0c285f9eddbd","sessionIndex":0,"eventTimestampUs":1771907480678000,"dataCollectionStatus":{"performance":1,"crashlytics":2,"sessionSamplingRate":1.0},"firebaseInstallationId":"daUV4RFERjqK6Np_TL9Nwy","firebaseAuthenticationToken":"eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IjE6MjE3Njc2Njk1MDg5OmFuZHJvaWQ6ZGNhZDM4MDM5YTRhOTc1NWFjMzcxMCIsImV4cCI6MTc3MjUxMTQ0NCwiZmlkIjoiZGFVVjRSRkVSanFLNk5wX1RMOU53eSIsInByb2plY3ROdW1iZXIiOjIxNzY3NjY5NTA4OX0.AB2LPV8wRQIhAPrKIL1GKz9cVawAXxE3yml18FX3dZZ8m_2FXCu9jqS2AiBtsPnIyzN0oVZWUIeQkPyBeTRehLwAo98Sba1o9ky-jA"},"applicationInfo":{"appId":"1:217676695089:android:dcad38039a4a9755ac3710","deviceModel":"V2352","sessionSdkVersion":"2.0.1","osVersion":"15","logEnvironment":3,"androidAppInfo":{"packageName":"com.yokara.dev.v1","versionName":"10.54.2","appBuildVersion":"1","deviceManufacturer":"vivo","currentProcessDetails":{"processName":"com.yokara.dev.v1","pid":28499,"importance":100,"defaultProcess":true},"appProcessDetails":[{"processName":"com.yokara.dev.v1","pid":28499,"importance":100,"defaultProcess":true}]}}}
2026-02-24 11:31:20.922 28499-29623 SessionFirelogPublisher com.yokara.dev.v1 D Successfully logged Session Start event: 94dd044cda8643e68a0e0c285f9eddbd
2026-02-24 11:31:20.944 28499-29653 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:20.970 28499-29584 m.yokara.dev.v1 com.yokara.dev.v1 I Compiler allocated 8037KB to compile void android.view.ViewRootImpl.performTraversals()
2026-02-24 11:31:21.114 28499-29654 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:25.630 28499-29769 ProfileInstaller com.yokara.dev.v1 D Installing profile for com.yokara.dev.v1
2026-02-24 11:31:50.733 28499-29638 TRuntime.C...ortBackend com.yokara.dev.v1 I Making request to: https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog
2026-02-24 11:31:53.210 28499-29638 TRuntime.C...ortBackend com.yokara.dev.v1 I Status Code: 200
2026-02-24 11:31:53.254 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden field Landroid/app/ActivityThread;->mServices:Landroid/util/ArrayMap; (runtime_flags=0, domain=platform, api=unsupported) from Lleakcanary/ServiceWatcher$activityThreadServices$2; (domain=app) using reflection: allowed
2026-02-24 11:31:53.256 28499-28499 LeakCanary com.yokara.dev.v1 D Watching instance of com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService (com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService received Service#onDestroy() callback) with key 1caeb688-5ddd-4047-a8c3-2fe754a20d62
2026-02-24 11:31:58.351 28499-29652 m.yokara.dev.v1 com.yokara.dev.v1 I Explicit concurrent copying GC freed 6204KB AllocSpace b
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
Flutter Doctor output
Doctor output
Steps to reproduce
Steps to Reproduce
Use Flutter SDK 3.41 to build the application.
Deploy the app to a Vivo device running Android 15.
Ensure Impeller is enabled (default behavior in 3.41 or explicitly enabled in AndroidManifest.xml).
Launch the app and observe the Logcat output during the engine initialization phase
Expected results
The Flutter Engine should successfully negotiate with the GPU Driver to allocate the necessary graphics buffers and launch the Root Isolate.
Actual results
Flutter Version: 3.41.2
OS: Android 15 (Target SDK 35)
Device: Vivo (MediaTek Chipset)
Graphics Engine: Impeller (Vulkan backend)
Key Integration: Unity Bridge, Native SDKs (Facebook, Smartlook)
Beginning load of flutter...
2026-02-24 11:31:17.149 28499-29670 ResourceExtractor com.yokara.dev.v1 I Found extracted resources res_timestamp-1-1771907223142
2026-02-24 11:31:17.149 28499-29670 ResourceExtractor com.yokara.dev.v1 I Resource version mismatch res_timestamp-1-1771907473033
2026-02-24 11:31:17.158 28499-29669 nativeloader com.yokara.dev.v1 D Load /data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.arm64_v8a.apk!/lib/arm64-v8a/libflutter.so using class loader ns clns-7 (caller=/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/base.apk!classes13.dex): ok
2026-02-24 11:31:17.159 28499-29669 FlutterJNI com.yokara.dev.v1 D flutter (null) was loaded normally!
2026-02-24 11:31:17.797 28499-29653 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:17.797 28499-29654 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:17.797 28499-29655 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:18.043 28499-29655 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:18.218 28499-29670 ResourceExtractor com.yokara.dev.v1 I Extracted baseline resource assets/flutter_assets/kernel_blob.bin
2026-02-24 11:31:18.219 28499-29670 ResourceExtractor com.yokara.dev.v1 I Extracted baseline resource assets/flutter_assets/vm_snapshot_data
2026-02-24 11:31:18.299 28499-29654 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:18.315 28499-29670 ResourceExtractor com.yokara.dev.v1 I Extracted baseline resource assets/flutter_assets/isolate_snapshot_data
2026-02-24 11:31:18.337 28499-28499 nativeloader com.yokara.dev.v1 D Load libpowerhalwrap_jni.so using system ns (caller=/system_ext/framework/mediatek-framework.jar): ok
2026-02-24 11:31:18.338 28499-28499 PowerHalWrapper com.yokara.dev.v1 I PowerHalWrapper.getInstance
2026-02-24 11:31:18.338 28499-28499 M-ProMotion com.yokara.dev.v1 I M-ProMotion is disabled
2026-02-24 11:31:18.351 28499-29687 HWUI com.yokara.dev.v1 E Device claims wide gamut support, cannot find matching config, error = EGL_SUCCESS
2026-02-24 11:31:18.351 28499-29687 HWUI com.yokara.dev.v1 W Failed to initialize 101010-2 format, error = EGL_SUCCESS
2026-02-24 11:31:18.465 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/lib/arm64'
2026-02-24 11:31:18.467 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/base.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.468 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.arm64_v8a.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.474 28499-29704 vulkan com.yokara.dev.v1 D added global layer 'VK_LAYER_KHRONOS_validation' from library '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.arm64_v8a.apk!/lib/arm64-v8a/libVkLayer_khronos_validation.so'
2026-02-24 11:31:18.476 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.en.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.476 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.vi.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.476 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.xhdpi.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.477 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/lib/arm64'
2026-02-24 11:31:18.478 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/base.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.479 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.arm64_v8a.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.479 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.en.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.479 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.vi.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.480 28499-29704 vulkan com.yokara.dev.v1 D searching for layers in '/data/app/~~Q0wteJ4lcvApxXZjMGkbXw==/com.yokara.dev.v1-6eum_pUdg7eHSvhbMZRm2g==/split_config.xhdpi.apk!/lib/arm64-v8a'
2026-02-24 11:31:18.507 28499-28499 MediaBrowserCompat com.yokara.dev.v1 D Connecting to a MediaBrowserService.
2026-02-24 11:31:18.511 28499-29704 flutter com.yokara.dev.v1 I [IMPORTANT:flutter/shell/platform/android/android_context_vk_impeller.cc(62)] Using the Impeller rendering backend (Vulkan).
2026-02-24 11:31:18.575 28499-28499 FLTFireContextHolder com.yokara.dev.v1 D received application context.
2026-02-24 11:31:18.685 28499-28499 AudioManager com.yokara.dev.v1 D getDevices, flags = 2
2026-02-24 11:31:18.700 28499-29731 flutter com.yokara.dev.v1 I The Dart VM service is listening on http://127.0.0.1:36795/lJ3x8fYNxYs=/
2026-02-24 11:31:20.051 28499-28499 flutter com.yokara.dev.v1 E [ERROR:flutter/runtime/dart_isolate.cc(146)] Could not prepare isolate.
2026-02-24 11:31:20.088 28499-28499 flutter com.yokara.dev.v1 E [ERROR:flutter/runtime/runtime_controller.cc(567)] Could not create root isolate.
2026-02-24 11:31:20.088 28499-28499 flutter com.yokara.dev.v1 E [ERROR:flutter/shell/common/shell.cc(799)] Could not launch engine with configuration.
2026-02-24 11:31:20.101 28499-28499 com.llfbandit.app_links com.yokara.dev.v1 D Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.yokara.dev.v1/com.yokara.v3.MainActivity }
2026-02-24 11:31:20.104 28499-28499 FlutterGeolocator com.yokara.dev.v1 D Attaching Geolocator to activity
2026-02-24 11:31:20.109 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.amplitude.amplitude_flutter.AmplitudeFlutterPlugin@8c82af7) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.109 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.llfbandit.app_links.AppLinksPlugin@61c4bcd) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.109 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.spencerccf.app_settings.AppSettingsPlugin@6b2ec82) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.ryanheise.audioservice.AudioServicePlugin@cca7f93) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.ryanheise.audio_session.AudioSessionPlugin@3c94bd0) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (xyz.luan.audioplayers.AudioplayersPlugin@4aed7c9) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.camera.CameraPlugin@2a74ece) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.functions.FlutterFirebaseFunctionsPlugin@c9381ef) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (dev.fluttercommunity.plus.connectivity.ConnectivityPlugin@a3f54fc) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.deepar.ai.DeepArPlugin@fc42785) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (dev.fluttercommunity.plus.device_info.DeviceInfoPlusPlugin@6d89da) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.fintasys.emoji_picker_flutter.EmojiPickerFlutterPlugin@7404e0b) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.analytics.FlutterFirebaseAnalyticsPlugin@5aac4e8) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.auth.FlutterFirebaseAuthPlugin@524b701) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.core.FlutterFirebaseCorePlugin@c2a69a6) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.crashlytics.FlutterFirebaseCrashlyticsPlugin@6a3bfe7) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.database.FirebaseDatabasePlugin@bdb4794) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.110 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingPlugin@ca4c23d) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.performance.FlutterFirebasePerformancePlugin@d837a32) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.firebase.firebaseremoteconfig.FirebaseRemoteConfigPlugin@4e27383) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (fr.g123k.flutterappbadger.FlutterAppBadgerPlugin@def4900) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (app.meedu.flutter_facebook_auth.FlutterFacebookAuthPlugin@d204539) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.pichillilorenzo.flutter_inappwebview_android.InAppWebViewFlutterPlugin@eeb077e) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (be.appmire.flutterkeychain.FlutterKeychainPlugin@fcec4df) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin@e7ff52c) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.flutter_plugin_android_lifecycle.FlutterAndroidLifecyclePlugin@536fbf5) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.it_nomads.fluttersecurestorage.FlutterSecureStoragePlugin@dac1d8a) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.Smartlook.Smartlook.flutter_smartlook.SmartlookPlugin@604cffb) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (carnegietechnologies.gallery_saver.GallerySaverPlugin@e8d3818) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.baseflow.geolocator.GeolocatorPlugin@3c86271) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.googlesignin.GoogleSignInPlugin@eb68856) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (flutter.moum.headset_connection_event.HeadsetConnectionEventPlugin@9c670d7) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (vn.hunghd.flutter.plugins.imagecropper.ImageCropperPlugin@d29bdc4) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.111 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.imagepicker.ImagePickerPlugin@c2fb4ad) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (dev.britannio.in_app_review.InAppReviewPlugin@42ad3e2) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_clean.InmobiCleanPlugin@5974373) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_datetime_picker.InmobiDatetimePickerPlugin@5e6f230) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (inmobi.getdeviceid.inmobi_get_device_deviceid.InmobiGetDeviceDeviceidPlugin@23feea9) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_iap.InmobiIapPlugin@fa64c2e) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_logcat.InmobiLogcatPlugin@e98a3cf) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_minio.InmobiMinioPlugin@a01015c) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_read_sqlite.InmobiReadSqlitePlugin@9ffcc65) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.inmobi_timeago.InmobiTimeagoPlugin@d4efd3a) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.ryanheise.just_audio.JustAudioPlugin@a5adeb) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (vn.lecle.lecle_social_share.LecleSocialSharePlugin@4ad748) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (live.exit.musicplayer.MusicPlayerPlugin@725c9e1) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (dev.fluttercommunity.plus.packageinfo.PackageInfoPlugin@39fb306) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.112 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.pathprovider.PathProviderPlugin@2f3dc7) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.baseflow.permissionhandler.PermissionHandlerPlugin@7da1ff4) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.fluttercandies.photo_manager.PhotoManagerPlugin@854231d) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (dev.fluttercommunity.plus.share.SharePlusPlugin@3f3f992) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.sharedpreferences.SharedPreferencesPlugin@dd7ef63) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.aboutyou.dart_packages.sign_in_with_apple.SignInWithApplePlugin@9734760) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (fman.ge.smart_auth.SmartAuthPlugin@a14d419) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.tekartik.sqflite.SqflitePlugin@7d41cde) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.urllauncher.UrlLauncherPlugin@7d01ebf) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (com.example.video_compress.VideoCompressPlugin@3b5798c) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.videoplayer.VideoPlayerPlugin@d9598d5) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (dev.fluttercommunity.plus.wakelock.WakelockPlusPlugin@70128ea) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.113 28499-28499 FlutterEngineCxnRegstry com.yokara.dev.v1 W Attempted to register plugin (io.flutter.plugins.webviewflutter.WebViewFlutterPlugin@4f1e7db) but it was already registered with this FlutterEngine (io.flutter.embedding.engine.FlutterEngine@c5bbd64).
2026-02-24 11:31:20.153 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden method Landroid/view/accessibility/AccessibilityNodeInfo;->getSourceNodeId()J (runtime_flags=0, domain=platform, api=unsupported,test-api) from Lio/flutter/view/AccessibilityViewEmbedder$ReflectionAccessors; (domain=app) using reflection: allowed
2026-02-24 11:31:20.153 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden method Landroid/view/accessibility/AccessibilityRecord;->getSourceNodeId()J (runtime_flags=0, domain=platform, api=unsupported) from Lio/flutter/view/AccessibilityViewEmbedder$ReflectionAccessors; (domain=app) using reflection: allowed
2026-02-24 11:31:20.153 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden field Landroid/view/accessibility/AccessibilityNodeInfo;->mChildNodeIds:Landroid/util/LongArray; (runtime_flags=0, domain=platform, api=unsupported) from Lio/flutter/view/AccessibilityViewEmbedder$ReflectionAccessors; (domain=app) using reflection: allowed
2026-02-24 11:31:20.153 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden method Landroid/util/LongArray;->get(I)J (runtime_flags=0, domain=platform, api=unsupported) from Lio/flutter/view/AccessibilityViewEmbedder$ReflectionAccessors; (domain=app) using reflection: allowed
2026-02-24 11:31:20.167 28499-28499 FlutterRenderer com.yokara.dev.v1 D Width is zero. 0,0
2026-02-24 11:31:20.176 28499-28499 SR_SDKLifecycleHandler com.yokara.dev.v1 D onActivityStarted() called with: activity = Activity(class = MainActivity, title = [DEV]Yokara)
2026-02-24 11:31:20.177 28499-28499 SR_SessionHandler com.yokara.dev.v1 D onActivityStarted() called with: activity = Activity(class = MainActivity, title = [DEV]Yokara)
2026-02-24 11:31:20.177 28499-28499 SR_SessionHandler com.yokara.dev.v1 D tryToProcessNewActivity() called with: activity = Activity(class = MainActivity, title = [DEV]Yokara)
2026-02-24 11:31:20.195 28499-28499 SR_SDKLifecycleHandler com.yokara.dev.v1 D onActivityResumed() called with: activity = Activity(class = MainActivity, title = [DEV]Yokara)
2026-02-24 11:31:20.205 28499-29686 PowerHalWrapper com.yokara.dev.v1 I PowerHalWrapper.getInstance
2026-02-24 11:31:20.208 28499-29623 SessionLifecycleClient com.yokara.dev.v1 D Queued message 1. Queue size 1
2026-02-24 11:31:20.216 28499-28499 libc com.yokara.dev.v1 W Access denied finding property "persist.vivo.ltw.enabled"
2026-02-24 11:31:20.227 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden field Lcom/android/internal/policy/DecorView;->mWindow:Lcom/android/internal/policy/PhoneWindow; (runtime_flags=0, domain=platform, api=unsupported) from Lcurtains/internal/WindowSpy$windowField$2; (domain=app) using reflection: allowed
2026-02-24 11:31:20.229 28499-28499 HWUI com.yokara.dev.v1 W Unknown dataspace 0
2026-02-24 11:31:20.261 28499-28499 Choreographer com.yokara.dev.v1 I Skipped 234 frames! The application may be doing too much work on its main thread.
2026-02-24 11:31:20.263 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden field Landroid/transition/TransitionManager;->sRunningTransitions:Ljava/lang/ThreadLocal; (runtime_flags=0, domain=platform, api=unsupported) from Lcom/cisco/android/common/utils/extensions/ClassExtKt; (domain=app) using reflection: allowed
2026-02-24 11:31:20.349 28499-28499 FlutterRenderer com.yokara.dev.v1 D Width is zero. 0,0
2026-02-24 11:31:20.373 28499-28499 ViewRootImpl com.yokara.dev.v1 D AppSizeAfterRelayout, size: Point(720, 1608), rotation: ROTATION_0
2026-02-24 11:31:20.374 28499-28499 BufferQueueConsumer com.yokara.dev.v1 D connect: controlledByApp=false
2026-02-24 11:31:20.375 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#0 constructor()
2026-02-24 11:31:20.375 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#0 update width=720 height=1608 format=-3 mTransformHint=0
2026-02-24 11:31:20.385 28499-28499 FlutterJNI com.yokara.dev.v1 D Sending viewport metrics to the engine.
2026-02-24 11:31:20.393 28499-28499 BufferQueueConsumer com.yokara.dev.v1 D connect: controlledByApp=false
2026-02-24 11:31:20.394 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D SurfaceView[com.yokara.dev.v1/com.yokara.v3.MainActivity]#1 constructor()
2026-02-24 11:31:20.395 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D SurfaceView[com.yokara.dev.v1/com.yokara.v3.MainActivity]#1 update width=720 height=1608 format=4 mTransformHint=0
2026-02-24 11:31:20.402 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 38
2026-02-24 11:31:20.402 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 0
2026-02-24 11:31:20.402 28499-29704 gralloc4 com.yokara.dev.v1 E Invalid base format! req_base_format = 0x0, req_format = 0x38, type = 0x0
2026-02-24 11:31:20.402 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Unrecognized and/or unsupported format 0x38 and usage 0xb00
2026-02-24 11:31:20.402 28499-29704 Gralloc4 com.yokara.dev.v1 E isSupported(1, 1, 56, 1, ...) failed with 5
2026-02-24 11:31:20.404 28499-29704 GraphicBufferAllocator com.yokara.dev.v1 E Failed to allocate (4 x 4) layerCount 1 format 56 usage b00: 5
2026-02-24 11:31:20.404 28499-29704 AHardwareBuffer com.yokara.dev.v1 E GraphicBuffer(w=4, h=4, lc=1) failed (Unknown error -5), handle=0x0
2026-02-24 11:31:20.404 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 3b
2026-02-24 11:31:20.404 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 0
2026-02-24 11:31:20.404 28499-29704 gralloc4 com.yokara.dev.v1 E Invalid base format! req_base_format = 0x0, req_format = 0x3b, type = 0x0
2026-02-24 11:31:20.404 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Unrecognized and/or unsupported format 0x3b and usage 0xb00
2026-02-24 11:31:20.404 28499-29704 Gralloc4 com.yokara.dev.v1 E isSupported(1, 1, 59, 1, ...) failed with 5
2026-02-24 11:31:20.405 28499-29704 GraphicBufferAllocator com.yokara.dev.v1 E Failed to allocate (4 x 4) layerCount 1 format 59 usage b00: 5
2026-02-24 11:31:20.405 28499-29704 AHardwareBuffer com.yokara.dev.v1 E GraphicBuffer(w=4, h=4, lc=1) failed (Unknown error -5), handle=0x0
2026-02-24 11:31:20.405 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 38
2026-02-24 11:31:20.405 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 0
2026-02-24 11:31:20.405 28499-29704 gralloc4 com.yokara.dev.v1 E Invalid base format! req_base_format = 0x0, req_format = 0x38, type = 0x0
2026-02-24 11:31:20.405 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Unrecognized and/or unsupported format 0x38 and usage 0xb00
2026-02-24 11:31:20.406 28499-29704 Gralloc4 com.yokara.dev.v1 E isSupported(1, 1, 56, 1, ...) failed with 5
2026-02-24 11:31:20.406 28499-29704 GraphicBufferAllocator com.yokara.dev.v1 E Failed to allocate (4 x 4) layerCount 1 format 56 usage b00: 5
2026-02-24 11:31:20.406 28499-29704 AHardwareBuffer com.yokara.dev.v1 E GraphicBuffer(w=4, h=4, lc=1) failed (Unknown error -5), handle=0x0
2026-02-24 11:31:20.406 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 3b
2026-02-24 11:31:20.406 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Format allocation info not found for format: 0
2026-02-24 11:31:20.406 28499-29704 gralloc4 com.yokara.dev.v1 E Invalid base format! req_base_format = 0x0, req_format = 0x3b, type = 0x0
2026-02-24 11:31:20.406 28499-29704 gralloc4 com.yokara.dev.v1 E ERROR: Unrecognized and/or unsupported format 0x3b and usage 0xb00
2026-02-24 11:31:20.406 28499-29704 Gralloc4 com.yokara.dev.v1 E isSupported(1, 1, 59, 1, ...) failed with 5
2026-02-24 11:31:20.407 28499-29704 GraphicBufferAllocator com.yokara.dev.v1 E Failed to allocate (4 x 4) layerCount 1 format 59 usage b00: 5
2026-02-24 11:31:20.407 28499-29704 AHardwareBuffer com.yokara.dev.v1 E GraphicBuffer(w=4, h=4, lc=1) failed (Unknown error -5), handle=0x0
2026-02-24 11:31:20.408 28499-29704 MAGT_SYNC_FRAME com.yokara.dev.v1 D MAGT Sync: MAGT is not supported. Disabling Sync.
2026-02-24 11:31:20.417 28499-29654 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:20.512 28499-28499 ViewRootImpl com.yokara.dev.v1 D AppSizeAfterRelayout, size: Point(1, 1495), rotation: ROTATION_0
2026-02-24 11:31:20.513 28499-28499 BufferQueueConsumer com.yokara.dev.v1 D connect: controlledByApp=false
2026-02-24 11:31:20.513 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#2 constructor()
2026-02-24 11:31:20.513 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#2 update width=1 height=1495 format=-2 mTransformHint=0
2026-02-24 11:31:20.518 28499-29687 BLASTBufferQueue com.yokara.dev.v1 I QoSAllocBuff Successful. Ret 0
2026-02-24 11:31:20.533 28499-29687 GrallocExtra com.yokara.dev.v1 I gralloc_extra_query:is_SW3D 0
2026-02-24 11:31:20.534 28499-29687 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#2 acquireNextBufferLocked size=1x1495 mFrameNumber=1 applyTransaction=true mTimestamp=109480688595833(auto) mPendingTransactions.size=0 graphicBufferId=122402272968730 transform=0
2026-02-24 11:31:20.563 28499-28499 ViewRootImpl com.yokara.dev.v1 D AppSizeAfterRelayout, size: Point(1, 1495), rotation: ROTATION_0
2026-02-24 11:31:20.563 28499-28499 BufferQueueConsumer com.yokara.dev.v1 D connect: controlledByApp=false
2026-02-24 11:31:20.564 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#3 constructor()
2026-02-24 11:31:20.564 28499-28499 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#3 update width=1 height=1495 format=-2 mTransformHint=0
2026-02-24 11:31:20.568 28499-29687 BLASTBufferQueue com.yokara.dev.v1 I QoSAllocBuff Successful. Ret 0
2026-02-24 11:31:20.570 28499-29742 HWUI com.yokara.dev.v1 I Davey! duration=4178ms; Flags=1, FrameTimelineVsyncId=14410825, IntendedVsync=109476511657452, Vsync=109480410394398, InputEventId=0, HandleInputStart=109480417866909, AnimationStart=109480418031909, PerformTraversalsStart=109480486669371, DrawStart=109480677237063, FrameDeadline=109476531657452, FrameInterval=109480416396833, FrameStartTime=16661269, SyncQueued=109480678604756, SyncStart=109480679011602, IssueDrawCommandsStart=109480683417140, SwapBuffers=109480685319525, FrameCompleted=109480690965756, DequeueBufferDuration=30461, QueueBufferDuration=1427462, GpuCompleted=109480688223217, SwapBuffersCompleted=109480690965756, DisplayPresentTime=0, CommandSubmissionCompleted=109480685319525,
2026-02-24 11:31:20.578 28499-29687 BLASTBufferQueue com.yokara.dev.v1 D VRI[MainActivity]#3 acquireNextBufferLocked size=1x1495 mFrameNumber=1 applyTransaction=true mTimestamp=109480733296756(auto) mPendingTransactions.size=0 graphicBufferId=122402272968734 transform=0
2026-02-24 11:31:20.615 28499-28499 SessionLifecycleService com.yokara.dev.v1 D Service bound to new client on process 28499
2026-02-24 11:31:20.620 28499-29740 HWUI com.yokara.dev.v1 I Davey! duration=4221ms; Flags=1, FrameTimelineVsyncId=14410825, IntendedVsync=109476511657452, Vsync=109480410394398, InputEventId=0, HandleInputStart=109480417866909, AnimationStart=109480418031909, PerformTraversalsStart=109480486669371, DrawStart=109480728679909, FrameDeadline=109476531657452, FrameInterval=109480416396833, FrameStartTime=16661269, SyncQueued=109480729429448, SyncStart=109480730214063, IssueDrawCommandsStart=109480730341756, SwapBuffers=109480732501756, FrameCompleted=109480734339217, DequeueBufferDuration=28307, QueueBufferDuration=659923, GpuCompleted=109480733064140, SwapBuffersCompleted=109480734339217, DisplayPresentTime=0, CommandSubmissionCompleted=109480732501756,
2026-02-24 11:31:20.630 28499-29752 SessionLifecycleService com.yokara.dev.v1 D App has not yet foregrounded. Using previously stored session: null
2026-02-24 11:31:20.630 28499-29752 SessionLifecycleService com.yokara.dev.v1 D Client android.os.Messenger@b006f99 bound at 109480770. Clients: 1
2026-02-24 11:31:20.634 28499-28499 FlutterGeolocator com.yokara.dev.v1 D Creating service.
2026-02-24 11:31:20.634 28499-28499 FlutterGeolocator com.yokara.dev.v1 D Binding to location service.
2026-02-24 11:31:20.672 28499-28499 SessionLifecycleClient com.yokara.dev.v1 D Connected to SessionLifecycleService. Queue size 1
2026-02-24 11:31:20.674 28499-29612 SessionLifecycleClient com.yokara.dev.v1 D Sending lifecycle 1 to service
2026-02-24 11:31:20.675 28499-29752 SessionLifecycleService com.yokara.dev.v1 D Activity foregrounding at 109480829.
2026-02-24 11:31:20.675 28499-29752 SessionLifecycleService com.yokara.dev.v1 D Cold start detected.
2026-02-24 11:31:20.678 28499-29752 SessionLifecycleService com.yokara.dev.v1 D Generated new session 94dd044cda8643e68a0e0c285f9eddbd
2026-02-24 11:31:20.679 28499-29752 SessionLifecycleService com.yokara.dev.v1 D Broadcasting new session: SessionDetails(sessionId=94dd044cda8643e68a0e0c285f9eddbd, firstSessionId=94dd044cda8643e68a0e0c285f9eddbd, sessionIndex=0, sessionStartTimestampUs=1771907480678000)
2026-02-24 11:31:20.683 28499-28499 MediaButtonReceiver com.yokara.dev.v1 W More than one BroadcastReceiver that handles android.intent.action.MEDIA_BUTTON was found, returning null.
2026-02-24 11:31:20.683 28499-28499 MediaSessionCompat com.yokara.dev.v1 W Couldn't find a unique registered media button receiver in the given context.
2026-02-24 11:31:20.710 28499-28499 System.out com.yokara.dev.v1 I ssss onAttachedToActivity flutterEngine warmed up
2026-02-24 11:31:20.715 28499-28499 FlutterGeolocator com.yokara.dev.v1 D Geolocator foreground service connected
2026-02-24 11:31:20.715 28499-28499 FlutterGeolocator com.yokara.dev.v1 D Initializing Geolocator services
2026-02-24 11:31:20.716 28499-28499 FlutterGeolocator com.yokara.dev.v1 D Flutter engine connected. Connected engine count 1
2026-02-24 11:31:20.729 28499-28499 SessionLifecycleClient com.yokara.dev.v1 D Session update received: 94dd044cda8643e68a0e0c285f9eddbd
2026-02-24 11:31:20.734 28499-28499 FlutterJNI com.yokara.dev.v1 D Sending viewport metrics to the engine.
2026-02-24 11:31:20.742 28499-29652 LeakCanary com.yokara.dev.v1 D LeakCanary is running and ready to detect memory leaks.
2026-02-24 11:31:20.744 28499-29623 SessionFirelogPublisher com.yokara.dev.v1 D Data Collection is enabled for at least one Subscriber
2026-02-24 11:31:20.798 28499-29623 SessionLifecycleClient com.yokara.dev.v1 D Notified CRASHLYTICS of new session 94dd044cda8643e68a0e0c285f9eddbd
2026-02-24 11:31:20.886 28499-29654 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:20.921 28499-29623 EventGDTLogger com.yokara.dev.v1 D Session Event: {"eventType":1,"sessionData":{"sessionId":"94dd044cda8643e68a0e0c285f9eddbd","firstSessionId":"94dd044cda8643e68a0e0c285f9eddbd","sessionIndex":0,"eventTimestampUs":1771907480678000,"dataCollectionStatus":{"performance":1,"crashlytics":2,"sessionSamplingRate":1.0},"firebaseInstallationId":"daUV4RFERjqK6Np_TL9Nwy","firebaseAuthenticationToken":"eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IjE6MjE3Njc2Njk1MDg5OmFuZHJvaWQ6ZGNhZDM4MDM5YTRhOTc1NWFjMzcxMCIsImV4cCI6MTc3MjUxMTQ0NCwiZmlkIjoiZGFVVjRSRkVSanFLNk5wX1RMOU53eSIsInByb2plY3ROdW1iZXIiOjIxNzY3NjY5NTA4OX0.AB2LPV8wRQIhAPrKIL1GKz9cVawAXxE3yml18FX3dZZ8m_2FXCu9jqS2AiBtsPnIyzN0oVZWUIeQkPyBeTRehLwAo98Sba1o9ky-jA"},"applicationInfo":{"appId":"1:217676695089:android:dcad38039a4a9755ac3710","deviceModel":"V2352","sessionSdkVersion":"2.0.1","osVersion":"15","logEnvironment":3,"androidAppInfo":{"packageName":"com.yokara.dev.v1","versionName":"10.54.2","appBuildVersion":"1","deviceManufacturer":"vivo","currentProcessDetails":{"processName":"com.yokara.dev.v1","pid":28499,"importance":100,"defaultProcess":true},"appProcessDetails":[{"processName":"com.yokara.dev.v1","pid":28499,"importance":100,"defaultProcess":true}]}}}
2026-02-24 11:31:20.922 28499-29623 SessionFirelogPublisher com.yokara.dev.v1 D Successfully logged Session Start event: 94dd044cda8643e68a0e0c285f9eddbd
2026-02-24 11:31:20.944 28499-29653 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:20.970 28499-29584 m.yokara.dev.v1 com.yokara.dev.v1 I Compiler allocated 8037KB to compile void android.view.ViewRootImpl.performTraversals()
2026-02-24 11:31:21.114 28499-29654 com.facebo...phResponse com.yokara.dev.v1 E {HttpStatus: 400, errorCode: 190, subErrorCode: -1, errorType: OAuthException, errorMessage: Invalid OAuth access token signature.}
2026-02-24 11:31:25.630 28499-29769 ProfileInstaller com.yokara.dev.v1 D Installing profile for com.yokara.dev.v1
2026-02-24 11:31:50.733 28499-29638 TRuntime.C...ortBackend com.yokara.dev.v1 I Making request to: https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog
2026-02-24 11:31:53.210 28499-29638 TRuntime.C...ortBackend com.yokara.dev.v1 I Status Code: 200
2026-02-24 11:31:53.254 28499-28499 m.yokara.dev.v1 com.yokara.dev.v1 I hiddenapi: Accessing hidden field Landroid/app/ActivityThread;->mServices:Landroid/util/ArrayMap; (runtime_flags=0, domain=platform, api=unsupported) from Lleakcanary/ServiceWatcher$activityThreadServices$2; (domain=app) using reflection: allowed
2026-02-24 11:31:53.256 28499-28499 LeakCanary com.yokara.dev.v1 D Watching instance of com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService (com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService received Service#onDestroy() callback) with key 1caeb688-5ddd-4047-a8c3-2fe754a20d62
2026-02-24 11:31:58.351 28499-29652 m.yokara.dev.v1 com.yokara.dev.v1 I Explicit concurrent copying GC freed 6204KB AllocSpace b
Code sample
Code sample
[Paste your code here]Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output
[Paste your output here]