Skip to content

flutter_gallery__back_button_memory out-of-memory after dart roll #188507

Description

@gaaclarke

examples

introducing PR

#188484

logs

[2026-06-24 01:57:44.509627] [STDOUT] back/forward iteration 4
[2026-06-24 01:57:44.510682] [STDOUT] Executing "/opt/s/w/ir/cache/android/sdk/platform-tools/adb -s MZR4VST8PJBIOZHA shell input keyevent KEYCODE_BACK" in "/opt/s/w/ir/x/w/rc/tmpsrynleez/flutter sdk/dev/integration_tests/flutter_gallery" with environment {ANDROID_NDK_PATH: /opt/s/w/ir/cache/android/sdk/ndk/28.2.13676358, BOT: true, LANG: en_US.UTF-8}
[2026-06-24 01:57:44.626707] [STDOUT] adb logcat: 06-24 02:00:25.970 13614 13614 I flutter : ==== MEMORY BENCHMARK ==== AppLifecycleState.inactive ====
[2026-06-24 01:57:44.626782] [STDOUT] adb logcat: 06-24 02:00:25.970 13614 13614 I flutter : This was lifecycle event number 0 in this instance
[2026-06-24 01:57:45.133928] [STDOUT] adb logcat: 06-24 02:00:26.477 13614 13614 I flutter : ==== MEMORY BENCHMARK ==== AppLifecycleState.hidden ====
[2026-06-24 01:57:45.135616] [STDOUT] adb logcat: 06-24 02:00:26.477 13614 13614 I flutter : This was lifecycle event number 0 in this instance
[2026-06-24 01:57:45.137828] [STDOUT] adb logcat: 06-24 02:00:26.477 13614 13614 I flutter : ==== MEMORY BENCHMARK ==== AppLifecycleState.paused ====
[2026-06-24 01:57:45.140332] [STDOUT] adb logcat: 06-24 02:00:26.477 13614 13614 I flutter : This was lifecycle event number 0 in this instance
[2026-06-24 01:57:45.143832] [STDOUT] adb logcat: 06-24 02:00:26.487 13614 13614 I flutter : ==== MEMORY BENCHMARK ==== AppLifecycleState.detached ====
[2026-06-24 01:57:45.143928] [STDOUT] adb logcat: 06-24 02:00:26.488 13614 13614 I flutter : This was lifecycle event number 0 in this instance
[2026-06-24 01:57:45.240598] [STDOUT] Executing "/opt/s/w/ir/cache/android/sdk/platform-tools/adb -s MZR4VST8PJBIOZHA shell am start -n io.flutter.demo.gallery/io.flutter.demo.gallery.MainActivity" in "/opt/s/w/ir/x/w/rc/tmpsrynleez/flutter sdk/dev/integration_tests/flutter_gallery" with environment {ANDROID_NDK_PATH: /opt/s/w/ir/cache/android/sdk/ndk/28.2.13676358, BOT: true, LANG: en_US.UTF-8}
[2026-06-24 01:57:45.299593] [STDOUT] stdout: Starting: Intent { cmp=io.flutter.demo.gallery/.MainActivity }
[2026-06-24 01:57:45.300605] [STDOUT] adb shell am start: Starting: Intent { cmp=io.flutter.demo.gallery/.MainActivity }
[2026-06-24 01:57:45.319731] [STDOUT] adb logcat: --------- beginning of crash
[2026-06-24 01:57:45.319866] [STDOUT] adb logcat: 06-24 02:00:26.665 13614 13614 F libc    : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 13614 (er.demo.gallery), pid 13614 (er.demo.gallery)
[2026-06-24 01:57:45.345678] [STDOUT] adb logcat: 06-24 02:00:26.690 13614 13874 I flutter : [IMPORTANT:flutter/shell/platform/android/android_context_vk_impeller.cc(62)] Using the Impeller rendering backend (Vulkan).
[2026-06-24 01:57:45.674033] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
[2026-06-24 01:57:45.674119] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : Build fingerprint: 'google/mokey/mokey:14/UP1A.231105.001.B2/11260668:userdebug/dev-keys'
[2026-06-24 01:57:45.674203] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : Revision: '0'
[2026-06-24 01:57:45.674235] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : ABI: 'arm64'
[2026-06-24 01:57:45.674256] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : Timestamp: 2026-06-24 02:00:26.745928215-0700
[2026-06-24 01:57:45.674281] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : Process uptime: 9s
[2026-06-24 01:57:45.674306] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : Cmdline: io.flutter.demo.gallery
[2026-06-24 01:57:45.675200] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : pid: 13614, tid: 13614, name: er.demo.gallery  >>> io.flutter.demo.gallery <<<
[2026-06-24 01:57:45.675270] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : uid: 10679
[2026-06-24 01:57:45.675362] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
[2026-06-24 01:57:45.675403] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : Abort message: '../../../flutter/third_party/dart/runtime/vm/virtual_memory_compressed.cc: 134: error: Failed to reserve region for compressed heap: 12 (Out of memory)'
[2026-06-24 01:57:45.675424] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :     x0  0000000000000000  x1  000000000000352e  x2  0000000000000006  x3  0000007fc8308960
[2026-06-24 01:57:45.675503] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :     x4  7160632e78737160  x5  7160632e78737160  x6  7160632e78737160  x7  7f7f7f7f7f7f7f7f
[2026-06-24 01:57:45.675532] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :     x8  00000000000000f0  x9  0000007a0bee6090  x10 0000000000000001  x11 0000007a0bf2ff00
[2026-06-24 01:57:45.675556] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :     x12 0000007fc8306180  x13 0000000000000099  x14 0000007fc8306230  x15 000000004cec4ec5
[2026-06-24 01:57:45.675629] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :     x16 0000007a0bf9cd08  x17 0000007a0bf78810  x18 0000007a14fc2000  x19 00000000000000ac
[2026-06-24 01:57:45.675661] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :     x20 00000000000000b2  x21 000000000000352e  x22 000000000000352e  x23 00000000ffffffff
[2026-06-24 01:57:45.675726] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :     x24 b4000077f3b956c0  x25 0000000000000001  x26 b4000078e3b530f0  x27 0000001100000000
[2026-06-24 01:57:45.675747] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :     x28 b400007793b446f0  x29 0000007fc83089e0
[2026-06-24 01:57:45.675803] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :     lr  0000007a0bf20414  sp  0000007fc8308940  pc  0000007a0bf20444  pst 0000000000000000
[2026-06-24 01:57:45.675832] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : 44 total frames
[2026-06-24 01:57:45.675901] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   : backtrace:
[2026-06-24 01:57:45.675921] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #00 pc 000000000005c444  /apex/com.android.runtime/lib64/bionic/libc.so (abort+180) (BuildId: e28e590ca0e65ae6ef686c6e737bc371)
[2026-06-24 01:57:45.675976] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #01 pc 0000000000906ca8  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/base.apk!libflutter.so (offset 0x8bc000) (BuildId: dfed32c7f909d2b1a143db28d7406516d6f88603)
[2026-06-24 01:57:45.676063] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #02 pc 0000000000a7d354  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/base.apk!libflutter.so (offset 0x8bc000) (BuildId: dfed32c7f909d2b1a143db28d7406516d6f88603)
[2026-06-24 01:57:45.676933] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #03 pc 00000000008f22e8  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/base.apk!libflutter.so (offset 0x8bc000) (BuildId: dfed32c7f909d2b1a143db28d7406516d6f88603)
[2026-06-24 01:57:45.677047] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #04 pc 00000000008f01a8  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/base.apk!libflutter.so (offset 0x8bc000) (BuildId: dfed32c7f909d2b1a143db28d7406516d6f88603)
[2026-06-24 01:57:45.677086] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #05 pc 00000000008efd08  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/base.apk!libflutter.so (offset 0x8bc000) (BuildId: dfed32c7f909d2b1a143db28d7406516d6f88603)
[2026-06-24 01:57:45.677167] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #06 pc 00000000008781d0  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/base.apk!libflutter.so (offset 0x8bc000) (BuildId: dfed32c7f909d2b1a143db28d7406516d6f88603)
[2026-06-24 01:57:45.677203] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #07 pc 000000000088c440  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/base.apk!libflutter.so (offset 0x8bc000) (BuildId: dfed32c7f909d2b1a143db28d7406516d6f88603)
[2026-06-24 01:57:45.677282] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #08 pc 000000000088c260  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/base.apk!libflutter.so (offset 0x8bc000) (BuildId: dfed32c7f909d2b1a143db28d7406516d6f88603)
[2026-06-24 01:57:45.677319] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #09 pc 00000000004ea25c  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/base.apk!libflutter.so (offset 0x8bc000) (BuildId: dfed32c7f909d2b1a143db28d7406516d6f88603)
[2026-06-24 01:57:45.677409] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #10 pc 0000000000376e30  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: b221ddf9493596dec8a84b0692083bef)
[2026-06-24 01:57:45.677441] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #11 pc 000000000058b8ac  /apex/com.android.art/lib64/libart.so (nterp_helper+7468) (BuildId: b221ddf9493596dec8a84b0692083bef)
[2026-06-24 01:57:45.677514] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #12 pc 000000000009e344  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/oat/arm64/base.vdex (io.flutter.embedding.engine.FlutterJNI.runBundleAndSnapshotFromLibrary+40)
[2026-06-24 01:57:45.677545] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #13 pc 000000000058b1d8  /apex/com.android.art/lib64/libart.so (nterp_helper+5720) (BuildId: b221ddf9493596dec8a84b0692083bef)
[2026-06-24 01:57:45.677615] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #14 pc 0000000000089f1e  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/oat/arm64/base.vdex (e3.b.a+66)
[2026-06-24 01:57:45.677644] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #15 pc 000000000058aad4  /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: b221ddf9493596dec8a84b0692083bef)
[2026-06-24 01:57:45.677713] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #16 pc 0000000000083bb8  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/oat/arm64/base.vdex (d3.j.a+188)
[2026-06-24 01:57:45.677742] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #17 pc 000000000058aad4  /apex/com.android.art/lib64/libart.so (nterp_helper+3924) (BuildId: b221ddf9493596dec8a84b0692083bef)
[2026-06-24 01:57:45.677811] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #18 pc 000000000006f680  /data/app/~~65grzFVTfksGjT9otmGn8g==/io.flutter.demo.gallery-Wvtw0gc1tpFSZ5jn63U4Mw==/oat/arm64/base.vdex (c3.f.onCreate+1536)
[2026-06-24 01:57:45.677844] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #19 pc 00000000004bb26c  /system/framework/arm64/boot-framework.oat (android.app.Activity.performCreate+988) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.677937] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #20 pc 0000000000234c30  /system/framework/arm64/boot-framework.oat (android.app.Instrumentation.callActivityOnCreate+80) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.677969] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #21 pc 000000000030e920  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.performLaunchActivity+2560) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.678846] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #22 pc 00000000003167cc  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleLaunchActivity+636) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.678979] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #23 pc 00000000004c9804  /system/framework/arm64/boot-framework.oat (android.app.servertransaction.LaunchActivityItem.execute+468) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.679015] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #24 pc 0000000000265b3c  /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.executeCallbacks+604) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.679090] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #25 pc 0000000000265864  /system/framework/arm64/boot-framework.oat (android.app.servertransaction.TransactionExecutor.execute+740) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.679296] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #26 pc 00000000002f6fb0  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+1680) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.679329] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #27 pc 00000000005621c8  /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+168) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.679342] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #28 pc 000000000056533c  /system/framework/arm64/boot-framework.oat (android.os.Looper.loopOnce+1036) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.679364] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #29 pc 0000000000564ea8  /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+552) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.679374] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #30 pc 000000000030dd90  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+1664) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.679398] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #31 pc 0000000000360680  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: b221ddf9493596dec8a84b0692083bef)
[2026-06-24 01:57:45.679409] [STDOUT] adb logcat: 06-24 02:00:27.017 13898 13898 F DEBUG   :       #32 pc 000000000026a97c  /apex/com.android.art/lib64/libart.so (_jobject* art::InvokeMethod<(art::PointerSize)8>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+780) (BuildId: b221ddf9493596dec8a84b0692083bef)
[2026-06-24 01:57:45.679600] [STDOUT] adb logcat: 06-24 02:00:27.018 13898 13898 F DEBUG   :       #33 pc 000000000026a660  /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*) (.__uniq.165753521025965369065708152063621506277)+32) (BuildId: b221ddf9493596dec8a84b0692083bef)
[2026-06-24 01:57:45.679625] [STDOUT] adb logcat: 06-24 02:00:27.018 13898 13898 F DEBUG   :       #34 pc 00000000000a1578  /system/framework/arm64/boot.oat (art_jni_trampoline+120) (BuildId: fd3effc0a0ee0fd72c4d1e66381793cc1798d605)
[2026-06-24 01:57:45.679634] [STDOUT] adb logcat: 06-24 02:00:27.018 13898 13898 F DEBUG   :       #35 pc 000000000074f6d4  /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+132) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.679642] [STDOUT] adb logcat: 06-24 02:00:27.018 13898 13898 F DEBUG   :       #36 pc 0000000000758f58  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3160) (BuildId: 95422bd569da3510eb0b148aec8a017ea5f8d36c)
[2026-06-24 01:57:45.679650] [STDOUT] adb logcat: 06-24 02:00:27.018 13898 13898 F DEBUG   :       #37 pc 0000000000360680  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: b221ddf9493596dec8a84b0692083bef)
[2026-06-24 01:57:45.679659] [STDOUT] adb logcat: 06-24 02:00:27.018 13898 13898 F DEBUG   :       #38 pc 00000000004942a0  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+516) (BuildId: b221ddf9493596dec8a84b0692083bef)
[2026-06-24 01:57:45.679666] [STDOUT] adb logcat: 06-24 02:00:27.018 13898 13898 F DEBUG   :       #39 pc 0000000000553310  /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+112) (BuildId: b221ddf9493596dec8a84b0692083bef)
[2026-06-24 01:57:45.679812] [STDOUT] adb logcat: 06-24 02:00:27.018 13898 13898 F DEBUG   :       #40 pc 00000000000d9ca8  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+104) (BuildId: 5ba0b9258e794363651ce015eb397cf8)
[2026-06-24 01:57:45.679878] [STDOUT] adb logcat: 06-24 02:00:27.018 13898 13898 F DEBUG   :       #41 pc 00000000000e5e8c  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+860) (BuildId: 5ba0b9258e794363651ce015eb397cf8)
[2026-06-24 01:57:45.679894] [STDOUT] adb logcat: 06-24 02:00:27.018 13898 13898 F DEBUG   :       #42 pc 000000000000254c  /system/bin/app_process64 (main+1260) (BuildId: d499bab8006607fbae5ca877d7e2f562)
[2026-06-24 01:57:45.679900] [STDOUT] adb logcat: 06-24 02:00:27.018 13898 13898 F DEBUG   :       #43 pc 0000000000054838  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+104) (BuildId: e28e590ca0e65ae6ef686c6e737bc371)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High-priority issues at the top of the work listdependency: dartDart team may need to help usteam-engineOwned by Engine team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions