wang-bin / fvp

Flutter video player plugin for all desktop+mobile platforms. download prebuilt examples from github actions. https://pub.dev/packages/fvp
BSD 3-Clause "New" or "Revised" License
121 stars 19 forks source link

Crash on Android debug mode #86

Open Nicoeevee opened 1 month ago

Nicoeevee commented 1 month ago

Describe the bug After upgrade following https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply#androidsettings-gradle debug mode only release mode works

Expected behavior Play video as same as other platform

Log Add

import 'package:logging/logging.dart';
import 'package:intl/intl.dart';

add the following lines before registerWith()

  Logger.root.level = Level.ALL;
  final df = DateFormat("HH:mm:ss.SSS");
  Logger.root.onRecord.listen((record) {
    print('${record.loggerName}.${record.level.name}: ${df.format(record.time)}: ${record.message}');
  });

and

[fvp] 213922952 player-5476376670378768976 create(https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4)
[mdk] default0xb400006de1d61f30 new FrameReader...
W/libOpenSLES(12067): Leaving Object::GetInterface (SL_RESULT_FEATURE_UNSUPPORTED)
W/libOpenSLES(12067): Leaving Object::GetInterface (SL_RESULT_FEATURE_UNSUPPORTED)
[mdk] I/flutter (12067): fvp.FINE: 2024-05-14 18:38:48.166199: 213922952 player-5476376670378768976 create(https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4)
Registered audio backends: AudioTrack OpenSL null 
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.186722: default0xb400006de1d61f30 new FrameReader...
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.187280: Registered audio backends: AudioTrack OpenSL null 
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.187767: OpenSL extensions: ANDROID_SDK_LEVEL_34
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.188186: default0xb400006de1d60310 new FrameReader...
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.188582: Registered audio backends: AudioTrack OpenSL null 
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.189001: OpenSL extensions: ANDROID_SDK_LEVEL_34
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.189400: 0xb400006ef1db3d90mdk::Player::Player()
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.189801: player property: video.decoder = shader_resource=0
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.190174: player property: avformat.strict = experimental
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.190564: player property: avio.protocol_whitelist = file,rtmp,http,https,tls,rtp,tcp,udp,crypto,httpproxy,data,concatf,concat,subfile
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.191011: player property: avformat.rtsp_transport = tcp
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.191391: player property: avio.tls_verify = 0
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.192379: video decoders: "AMediaCodec", "FFmpeg"
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.192812: video decoders: "AMediaCodec", "FFmpeg"
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.193256: player property: avformat.fflags = +nobuffer
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.193678: player property: avformat.fpsprobesize = 0
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.194056: default FrameReader0xb400006de1d61f30 state: 0=>0=>0, 0
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.194966: default0xb400006de1d61f30 virtual void mdk::FrameReader::stop(), current state: 0
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.196266: default FrameReader0xb400006de1d61f30 state: 0=>0=>0, 0
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.198355: default0xb400006de1d61f30 virtual void mdk::FrameReader::stop(), current state: 0
[mdk] OpenSL extensions: ANDROID_SDK_LEVEL_34
[mdk] default0xb400006de1d60310 new FrameReader...
[mdk] Registered audio backends: AudioTrack OpenSL null 
[mdk] OpenSL extensions: ANDROID_SDK_LEVEL_34
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.199789: 0xb400006e91db1f60 MediaControl.prepare(0, ...) https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.200948: default 0xb400006de1d61f30 FrameReader.start(0, ...)
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.203068: default 0xb400006de1d61f30 FrameReader::update MediaStatus 0=>0X2
F/example(12067): java_vm_ext.cc:591] JNI DETECTED ERROR IN APPLICATION: JNI ERROR (app bug): jobject is an invalid global reference: 0x2ea6 (stale reference with serial number 1 v. current 2)
F/example(12067): java_vm_ext.cc:591]     in call to GetObjectRefType
I/flutter (12067): fvp.FINE: 2024-05-14 18:38:48.219882: 745966584 player-5476376670378768976 onMediaStatus: MediaStatus(noMedia) => MediaStatus(+loading)
[mdk] 0xb400006ef1db3d90mdk::Player::Player()
[mdk] player property: video.decoder = shader_resource=0
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.222668: default FrameReader0xb400006de1d61f30 state: 0=>0=>1, 0
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.223271: default FrameReader0xb400006de1d61f30 state: 0=>1=>1, 0
[mdk] player property: avformat.strict = experimental
[mdk] player property: avio.protocol_whitelist = file,rtmp,http,https,tls,rtp,tcp,udp,crypto,httpproxy,data,concatf,concat,subfile
[mdk] player property: avformat.rtsp_transport = tcp
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.223758: start frame reader thread: 465554635952
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.224425: try to load av module: /data/app/~~e4roTJBAb6aTWcWtgwey5A==/com.example-luCzvsD12c5wa48bCHFVJQ==/lib/arm64/libffmpeg.so
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.224865: ffmpeg loaded: /data/app/~~e4roTJBAb6aTWcWtgwey5A==/com.example-luCzvsD12c5wa48bCHFVJQ==/lib/arm64/libffmpeg.so
[mdk] player property: avio.tls_verify = 0
[mdk] video decoders: "AMediaCodec", "FFmpeg"
[mdk] video decoders: "AMediaCodec", "FFmpeg"
[mdk] player property: avformat.fflags = +nobuffer
[mdk] player property: avformat.fpsprobesize = 0
[mdk] default FrameReader0xb400006de1d61f30 state: 0=>0=>0, 0
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.227257: FFmpeg/Libav runtime git-2024-04-20-a44c346-avbuild
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.228053: Selected avutil runtime version: 59.15.100 (build: 59.15.100), license: LGPL version 2.1 or later
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.228779: Selected avutil runtime configuration: --extra-version=avbuild --disable-doc --disable-debug --disable-static --enable-shared --enable-runtime-cpudetect --disable-iamf --enable-mediacodec --enable-jni --disable-vulkan --disable-v4l2-m2m --disable-indevs --enable-indev=android_camera --disable-outdevs --disable-postproc --ar=llvm-ar --ranlib=llvm-ranlib --nm=llvm-nm --strip=llvm-strip --target-os=android --arch=arm64 --enable-cross-compile --cross-prefix=aarch64-linux-android- --pkg-config=pkg-config --cc=clang --extra-ldexeflags='-Wl,--gc-sections -Wl,-z,nocopyreloc -pie -fPIE ' --enable-lto --enable-pic --extra-cflags='-Wa,--noexecstack -fdata-sections -ffunction-sections -fstack-protector-strong -ffast-math -fstrict-aliasing --target=aarch64-none-linux-android21' --extra-ldflags='-Wl,--gc-sections -Wl,-z,relro -Wl,-z,now --sysroot /usr/local/lib/android/sdk/ndk/26.3.11579264/toolchains/llvm/prebuilt/linux-x86_64//sysroot -fuse-ld=lld -rtlib=compiler-rt --target=aarch64
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.229354: global option: ffmpeg.configuration = --extra-version=avbuild --disable-doc --disable-debug --disable-static --enable-shared --enable-runtime-cpudetect --disable-iamf --enable-mediacodec --enable-jni --disable-vulkan --disable-v4l2-m2m --disable-indevs --enable-indev=android_camera --disable-outdevs --disable-postproc --ar=llvm-ar --ranlib=llvm-ranlib --nm=llvm-nm --strip=llvm-strip --target-os=android --arch=arm64 --enable-cross-compile --cross-prefix=aarch64-linux-android- --pkg-config=pkg-config --cc=clang --extra-ldexeflags='-Wl,--gc-sections -Wl,-z,nocopyreloc -pie -fPIE ' --enable-lto --enable-pic --extra-cflags='-Wa,--noexecstack -fdata-sections -ffunction-sections -fstack-protector-strong -ffast-math -fstrict-aliasing --target=aarch64-none-linux-android21' --extra-ldflags='-Wl,--gc-sections -Wl,-z,relro -Wl,-z,now --sysroot /usr/local/lib/android/sdk/ndk/26.3.11579264/toolchains/llvm/prebuilt/linux-x86_64//sysroot -fuse-ld=lld -rtlib=compiler-rt --target=aarch64-
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.230117: global option: ffmpeg.version = 7
[mdk] default0xb400006de1d61f30 virtual void mdk::FrameReader::stop(), current state: 0
[mdk] default FrameReader0xb400006de1d61f30 state: 0=>0=>0, 0
[mdk] default0xb400006de1d61f30 virtual void mdk::FrameReader::stop(), current state: 0
[mdk] 0xb400006e91db1f60 MediaControl.prepare(0, ...) https://flutter.github.io/assets-for-api-docs/assets/videos/bee.mp4
[mdk] default 0xb400006de1d61f30 FrameReader.start(0, ...)
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.231782: avutil_version0x6c8d2273ec
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.232327: 465554635952 JMI: JNI Modern Interface. Version 0.1.0
I/flutter (12067): 
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.232902: global option: android.app.Application = 0x2eaa
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.233316: global option: android.content.Context = 0x2eaa
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.233698: Selected avcodec runtime version: 61.5.103 (build: 61.5.103), license: LGPL version 2.1 or later
I/flutter (12067): mdk.INFO: 2024-05-14 18:38:48.234133: av_jni_set_java_vm0x6c8d12e944
[mdk] default 0xb400006de1d61f30 FrameReader::update MediaStatus 0=>0X2
[fvp] 745966584 player-5476376670378768976 onMediaStatus: MediaStatus(noMedia) => MediaStatus(+loading)
[mdk] default FrameReader0xb400006de1d61f30 state: 0=>0=>1, 0
[mdk] default FrameReader0xb400006de1d61f30 state: 0=>1=>1, 0
[mdk] start frame reader thread: 465554635952
[mdk] try to load av module: /data/app/~~e4roTJBAb6aTWcWtgwey5A==/com.example-luCzvsD12c5wa48bCHFVJQ==/lib/arm64/libffmpeg.so
[mdk] ffmpeg loaded: /data/app/~~e4roTJBAb6aTWcWtgwey5A==/com.example-luCzvsD12c5wa48bCHFVJQ==/lib/arm64/libffmpeg.so
[mdk] FFmpeg/Libav runtime git-2024-04-20-a44c346-avbuild
[mdk] Selected avutil runtime version: 59.15.100 (build: 59.15.100), license: LGPL version 2.1 or later
[mdk] Selected avutil runtime configuration: --extra-version=avbuild --disable-doc --disable-debug --disable-static --enable-shared --enable-runtime-cpudetect --disable-iamf --enable-mediacodec --enable-jni --disable-vulkan --disable-v4l2-m2m --disable-indevs --enable-indev=android_camera --disable-outdevs --disable-postproc --ar=llvm-ar --ranlib=llvm-ranlib --nm=llvm-nm --strip=llvm-strip --target-os=android --arch=arm64 --enable-cross-compile --cross-prefix=aarch64-linux-android- --pkg-config=pkg-config --cc=clang --extra-ldexeflags='-Wl,--gc-sections -Wl,-z,nocopyreloc -pie -fPIE ' --enable-lto --enable-pic --extra-cflags='-Wa,--noexecstack -fdata-sections -ffunction-sections -fstack-protector-strong -ffast-math -fstrict-aliasing --target=aarch64-none-linux-android21' --extra-ldflags='-Wl,--gc-sections -Wl,-z,relro -Wl,-z,now --sysroot /usr/local/lib/android/sdk/ndk/26.3.11579264/toolchains/llvm/prebuilt/linux-x86_64//sysroot -fuse-ld=lld -rtlib=compiler-rt --target=aarch64-none-linux-android21' --enable-small --disable-outdevs --disable-filters --disable-muxers --disable-encoders --disable-decoders --disable-demuxers --disable-protocols --enable-wolfssl --disable-avdevice --enable-decoder='*sub*,movtext,*web*,aac*,ac3*,eac3*,alac*,ape,ass,ccaption,cfhd,cook,dca,dnxhd,exr,truehd,*yuv*,flv,flac,gif,h26[3-4]*,hevc*,hap,mp[1-3]*,prores,*[mj]peg*,mlp,mpl2,nellymoser,opus,pcm*,qtrle,*png*,tiff,rawvideo,rv*,sami,srt,ssa,v210*,vc1*,vorbis,vp[6-9]*,wm*,wrapped_avframe' --enable-demuxer='*sub*,*ac3,*ac,*[mj]peg*,*web*,au,ape,ass,avi,concat,dnxhd,dts*,*dash*,*flv,gif,hls,h264,hevc,kux,matroska,mov,mp3,mxf,ogg,pcm*,rawvideo,rt*p,spdif,srt,vc1,v210*,wav,*pipe,image2' --enable-encoder='aac,gif,h26[3-4]*,av1*,hevc*,mjpeg*,*png,opus,pcm*,prores*,rawvideo,spdif,speedhq,*jpeg,*png,vp[8-9]*,wrapped_avframe' --enable-muxer='*jpeg,fifo,flv,gif,hls,h264,hevc,image2,mov,mp4,mpegts,matroska,null,pcm*,rawvideo,spdif,*pipe,*segment,webm,wav' --enable-filter='*null*,afade,*fifo,*format,*resample,aeval,atempo,pan,crop,eq*,framerate,hw*,scale,volume' --enable-protocol='cache,concat*,*content,crypto*,data,fd,*file,ftp,h*,i*,pipe,rt*,s*,t*,u*'
[mdk] global option: ffmpeg.configuration = --extra-version=avbuild --disable-doc --disable-debug --disable-static --enable-shared --enable-runtime-cpudetect --disable-iamf --enable-mediacodec --enable-jni --disable-vulkan --disable-v4l2-m2m --disable-indevs --enable-indev=android_camera --disable-outdevs --disable-postproc --ar=llvm-ar --ranlib=llvm-ranlib --nm=llvm-nm --strip=llvm-strip --target-os=android --arch=arm64 --enable-cross-compile --cross-prefix=aarch64-linux-android- --pkg-config=pkg-config --cc=clang --extra-ldexeflags='-Wl,--gc-sections -Wl,-z,nocopyreloc -pie -fPIE ' --enable-lto --enable-pic --extra-cflags='-Wa,--noexecstack -fdata-sections -ffunction-sections -fstack-protector-strong -ffast-math -fstrict-aliasing --target=aarch64-none-linux-android21' --extra-ldflags='-Wl,--gc-sections -Wl,-z,relro -Wl,-z,now --sysroot /usr/local/lib/android/sdk/ndk/26.3.11579264/toolchains/llvm/prebuilt/linux-x86_64//sysroot -fuse-ld=lld -rtlib=compiler-rt --target=aarch64-none-linux-android21' --enable-small --disable-outdevs --disable-filters --disable-muxers --disable-encoders --disable-decoders --disable-demuxers --disable-protocols --enable-wolfssl --disable-avdevice --enable-decoder='*sub*,movtext,*web*,aac*,ac3*,eac3*,alac*,ape,ass,ccaption,cfhd,cook,dca,dnxhd,exr,truehd,*yuv*,flv,flac,gif,h26[3-4]*,hevc*,hap,mp[1-3]*,prores,*[mj]peg*,mlp,mpl2,nellymoser,opus,pcm*,qtrle,*png*,tiff,rawvideo,rv*,sami,srt,ssa,v210*,vc1*,vorbis,vp[6-9]*,wm*,wrapped_avframe' --enable-demuxer='*sub*,*ac3,*ac,*[mj]peg*,*web*,au,ape,ass,avi,concat,dnxhd,dts*,*dash*,*flv,gif,hls,h264,hevc,kux,matroska,mov,mp3,mxf,ogg,pcm*,rawvideo,rt*p,spdif,srt,vc1,v210*,wav,*pipe,image2' --enable-encoder='aac,gif,h26[3-4]*,av1*,hevc*,mjpeg*,*png,opus,pcm*,prores*,rawvideo,spdif,speedhq,*jpeg,*png,vp[8-9]*,wrapped_avframe' --enable-muxer='*jpeg,fifo,flv,gif,hls,h264,hevc,image2,mov,mp4,mpegts,matroska,null,pcm*,rawvideo,spdif,*pipe,*segment,webm,wav' --enable-filter='*null*,afade,*fifo,*format,*resample,aeval,atempo,pan,crop,eq*,framerate,hw*,scale,volume' --enable-protocol='cache,concat*,*content,crypto*,data,fd,*file,ftp,h*,i*,pipe,rt*,s*,t*,u*'
[mdk] global option: ffmpeg.version = 7
[mdk] avutil_version0x6c8d2273ec
[mdk] 465554635952 JMI: JNI Modern Interface. Version 0.1.0

[mdk] global option: android.app.Application = 0x2eaa
[mdk] global option: android.content.Context = 0x2eaa
[mdk] Selected avcodec runtime version: 61.5.103 (build: 61.5.103), license: LGPL version 2.1 or later
[mdk] av_jni_set_java_vm0x6c8d12e944
F/example(12067): runtime.cc:691] Runtime aborting...
F/example(12067): runtime.cc:691] Dumping all threads without mutator lock held
F/example(12067): runtime.cc:691] All threads:
F/example(12067): runtime.cc:691] DALVIK THREADS (64):
F/example(12067): runtime.cc:691] "main" prio=10 tid=1 Native
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x732aae08 self=0xb400006d31d257b0
F/example(12067): runtime.cc:691]   | sysTid=12067 nice=-10 cgrp=system sched=0/0 handle=0x6fe8efe4f8
F/example(12067): runtime.cc:691]   | state=S schedstat=( 7041537323 1381576844 8422 ) utm=648 stm=56 core=6 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x7ff0aad000-0x7ff0aaf000 stackSize=8188KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e1c  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00232858  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+140) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 003deaf4  /apex/com.android.art/lib64/libart.so (art::::CheckJNI::CallMethodV +3024) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 003ddefc  /apex/com.android.art/lib64/libart.so (art::::CheckJNI::CallObjectMethodV +72) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 000d9878  /system/lib64/libandroid_runtime.so (_JNIEnv::CallObjectMethod+120) (BuildId: ff3670cd8e0afe5f1936322ffd554eea)
F/example(12067): runtime.cc:691]   native: #05 pc 001d0600  /system/lib64/libandroid_runtime.so ((anonymous namespace)::Receiver::handleEvent+96) (BuildId: ff3670cd8e0afe5f1936322ffd554eea)
F/example(12067): runtime.cc:691]   native: #06 pc 0000f2a4  /system/lib64/libutils.so (android::Looper::pollOnce+408) (BuildId: b9f944e1629e98a94f0d3db6226ebdc1)
F/example(12067): runtime.cc:691]   native: #07 pc 0017b604  /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce+44) (BuildId: ff3670cd8e0afe5f1936322ffd554eea)
F/example(12067): runtime.cc:691]   native: #08 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #09 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 004962a4  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+2092) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 001fcf9c  /system/framework/framework.jar (android.os.MessageQueue.next)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 001fbf80  /system/framework/framework.jar (android.os.Looper.loopOnce)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 001fc6f4  /system/framework/framework.jar (android.os.Looper.loop)
F/example(12067): runtime.cc:691]   native: #24 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #27 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #28 pc 001c398c  /system/framework/framework.jar (android.app.ActivityThread.main)
F/example(12067): runtime.cc:691]   native: #29 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #30 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #31 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #32 pc 0033ee80  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #33 pc 0037ff40  /apex/com.android.art/lib64/libart.so (_jobject* art::InvokeMethod<8>+1556) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #34 pc 0037f91c  /apex/com.android.art/lib64/libart.so (art::Method_invoke +32) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #35 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #36 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #37 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #38 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #39 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #40 pc 0050befc  /system/framework/framework.jar (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run)
F/example(12067): runtime.cc:691]   native: #41 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #42 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #43 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   at android.os.MessageQueue.nativePollOnce(Native method)
F/example(12067): runtime.cc:691]   at android.os.MessageQueue.next(MessageQueue.java:335)
F/example(12067): runtime.cc:691]   at android.os.Looper.loopOnce(Looper.java:162)
F/example(12067): runtime.cc:691]   at android.os.Looper.loop(Looper.java:294)
F/example(12067): runtime.cc:691]   at android.app.ActivityThread.main(ActivityThread.java:8177)
F/example(12067): runtime.cc:691]   at java.lang.reflect.Method.invoke(Native method)
F/example(12067): runtime.cc:691]   at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
F/example(12067): runtime.cc:691]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "FinalizerWatchdogDaemon" prio=5 tid=8 Waiting
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14380090 self=0xb400006d31d52ad0
F/example(12067): runtime.cc:691]   | sysTid=12080 nice=4 cgrp=system sched=0/0 handle=0x6cbf9f0cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 778542 1156302 12 ) utm=0 stm=0 core=0 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6cbf8ed000-0x6cbf8ef000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e1c  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00232858  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+140) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 0028cf58  /apex/com.android.art/lib64/libart.so (art::Monitor::Wait+6120) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 000fdc54  /apex/com.android.art/javalib/core-oj.jar (java.lang.Object.wait)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 000fdc38  /apex/com.android.art/javalib/core-oj.jar (java.lang.Object.wait)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 0002b2b8  /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 004962a4  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+2092) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 0002b8fc  /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$FinalizerWatchdogDaemon.runInternal)
F/example(12067): runtime.cc:691]   native: #24 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #27 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #28 pc 0002ad94  /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$Daemon.run)
F/example(12067): runtime.cc:691]   native: #29 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #30 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #31 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #32 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #33 pc 0010eaf0  /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run)
F/example(12067): runtime.cc:691]   native: #34 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #35 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #36 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #37 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #38 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #39 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #40 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #41 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Native method)
F/example(12067): runtime.cc:691]   - waiting on <0x05221586> (a java.lang.Daemons$FinalizerWatchdogDaemon)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Object.java:386)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Object.java:524)
F/example(12067): runtime.cc:691]   at java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded(Daemons.java:428)
F/example(12067): runtime.cc:691]   - locked <0x05221586> (a java.lang.Daemons$FinalizerWatchdogDaemon)
F/example(12067): runtime.cc:691]   at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal(Daemons.java:408)
F/example(12067): runtime.cc:691]   at java.lang.Daemons$Daemon.run(Daemons.java:145)
F/example(12067): runtime.cc:691]   at java.lang.Thread.run(Thread.java:1012)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "FinalizerDaemon" prio=5 tid=10 Waiting
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14382bf0 self=0xb400006d31d57e40
F/example(12067): runtime.cc:691]   | sysTid=12079 nice=4 cgrp=system sched=0/0 handle=0x6cbfafacb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 7077709 3018958 11 ) utm=0 stm=0 core=5 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6cbf9f7000-0x6cbf9f9000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e1c  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00232858  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+140) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 0028cf58  /apex/com.android.art/lib64/libart.so (art::Monitor::Wait+6120) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 000fdc54  /apex/com.android.art/javalib/core-oj.jar (java.lang.Object.wait)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 001227f0  /apex/com.android.art/javalib/core-oj.jar (java.lang.ref.ReferenceQueue.remove)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 001227d0  /apex/com.android.art/javalib/core-oj.jar (java.lang.ref.ReferenceQueue.remove)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 0002b12c  /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$FinalizerDaemon.runInternal)
F/example(12067): runtime.cc:691]   native: #24 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #27 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #28 pc 0002ad94  /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$Daemon.run)
F/example(12067): runtime.cc:691]   native: #29 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #30 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #31 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #32 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #33 pc 0010eaf0  /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run)
F/example(12067): runtime.cc:691]   native: #34 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #35 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #36 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #37 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #38 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #39 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #40 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #41 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Native method)
F/example(12067): runtime.cc:691]   - waiting on <0x0db62e47> (a java.lang.Object)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Object.java:386)
F/example(12067): runtime.cc:691]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:210)
F/example(12067): runtime.cc:691]   - locked <0x0db62e47> (a java.lang.Object)
F/example(12067): runtime.cc:691]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:231)
F/example(12067): runtime.cc:691]   at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:309)
F/example(12067): runtime.cc:691]   at java.lang.Daemons$Daemon.run(Daemons.java:145)
F/example(12067): runtime.cc:691]   at java.lang.Thread.run(Thread.java:1012)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "ReferenceQueueDaemon" prio=5 tid=13 Waiting
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14382ef0 self=0xb400006d31d389a0
F/example(12067): runtime.cc:691]   | sysTid=12078 nice=4 cgrp=system sched=0/0 handle=0x6cbfc04cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 14772921 2838957 22 ) utm=1 stm=0 core=0 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6cbfb01000-0x6cbfb03000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e1c  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00232858  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+140) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 0028cf58  /apex/com.android.art/lib64/libart.so (art::Monitor::Wait+6120) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 000fdc54  /apex/com.android.art/javalib/core-oj.jar (java.lang.Object.wait)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 000fdc38  /apex/com.android.art/javalib/core-oj.jar (java.lang.Object.wait)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 0002bb58  /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$ReferenceQueueDaemon.runInternal)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 0002ad94  /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$Daemon.run)
F/example(12067): runtime.cc:691]   native: #24 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #27 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #28 pc 0010eaf0  /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run)
F/example(12067): runtime.cc:691]   native: #29 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #30 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #31 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #32 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #33 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #34 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #35 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #36 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Native method)
F/example(12067): runtime.cc:691]   - waiting on <0x0a958674> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Object.java:386)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Object.java:524)
F/example(12067): runtime.cc:691]   at java.lang.Daemons$ReferenceQueueDaemon.runInternal(Daemons.java:239)
F/example(12067): runtime.cc:691]   - locked <0x0a958674> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
F/example(12067): runtime.cc:691]   at java.lang.Daemons$Daemon.run(Daemons.java:145)
F/example(12067): runtime.cc:691]   at java.lang.Thread.run(Thread.java:1012)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "GmsDynamite" prio=1 tid=37 Waiting
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14385558 self=0xb400006d31db08b0
F/example(12067): runtime.cc:691]   | sysTid=12176 nice=19 cgrp=system sched=0/0 handle=0x6c7a05ccb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 188699 1951458 3 ) utm=0 stm=0 core=6 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6c79f59000-0x6c79f5b000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e1c  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: c74277f481a383c87215b672f6465e24)
Nicoeevee commented 1 month ago
F/example(12067): runtime.cc:691]   native: #01 pc 00232858  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+140) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 0028cf58  /apex/com.android.art/lib64/libart.so (art::Monitor::Wait+6120) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 000fdc54  /apex/com.android.art/javalib/core-oj.jar (java.lang.Object.wait)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 000fdc38  /apex/com.android.art/javalib/core-oj.jar (java.lang.Object.wait)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 004a2f2c  [anon:dalvik-classes.dex extracted in memory from /data/app/~~e4roTJBAb6aTWcWtgwey5A==/com.example-luCzvsD12c5wa48bCHFVJQ==/base.apk] (com.google.android.gms.dynamite.zza.run)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #24 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #26 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Native method)
F/example(12067): runtime.cc:691]   - waiting on <0x0259c79d> (a com.google.android.gms.dynamite.zza)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Object.java:386)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Object.java:524)
F/example(12067): runtime.cc:691]   at com.google.android.gms.dynamite.zza.run(com.google.android.gms:play-services-basement@@18.3.0:2)
F/example(12067): runtime.cc:691]   - locked <0x0259c79d> (a com.google.android.gms.dynamite.zza)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "Timer-0" prio=5 tid=52 Waiting
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14386d48 self=0xb400006d31dd50c0
F/example(12067): runtime.cc:691]   | sysTid=12206 nice=0 cgrp=system sched=0/0 handle=0x6c62c59cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 143594 632344 2 ) utm=0 stm=0 core=6 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6c62b56000-0x6c62b58000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e1c  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00232858  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+140) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 0028cf58  /apex/com.android.art/lib64/libart.so (art::Monitor::Wait+6120) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 000fdc54  /apex/com.android.art/javalib/core-oj.jar (java.lang.Object.wait)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 000fdc38  /apex/com.android.art/javalib/core-oj.jar (java.lang.Object.wait)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 0020fcd0  /apex/com.android.art/javalib/core-oj.jar (java.util.TimerThread.mainLoop)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 004962a4  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+2092) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 0020fe44  /apex/com.android.art/javalib/core-oj.jar (java.util.TimerThread.run)
F/example(12067): runtime.cc:691]   native: #24 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #27 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #28 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #29 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #30 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #31 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Native method)
F/example(12067): runtime.cc:691]   - waiting on <0x0b7a0412> (a java.util.TaskQueue)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Object.java:386)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Object.java:524)
F/example(12067): runtime.cc:691]   at java.util.TimerThread.mainLoop(Timer.java:534)
F/example(12067): runtime.cc:691]   - locked <0x0b7a0412> (a java.util.TaskQueue)
F/example(12067): runtime.cc:691]   at java.util.TimerThread.run(Timer.java:513)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "OkHttp ConnectionPool" prio=5 tid=55 TimedWaiting
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x143876a8 self=0xb400006d31d7e220
F/example(12067): runtime.cc:691]   | sysTid=12218 nice=0 cgrp=system sched=0/0 handle=0x6c86f7bcb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 444948 0 2 ) utm=0 stm=0 core=5 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6c86e78000-0x6c86e7a000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e20  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 0028d79c  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::TimedWait+252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 0028bb70  /apex/com.android.art/lib64/libart.so (art::Monitor::Wait+1024) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 00015138  /apex/com.android.art/javalib/okhttp.jar (com.android.okhttp.ConnectionPool$1.run)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 002474e4  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor.runWorker)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 00246380  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor$Worker.run)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 0010eaf0  /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run)
F/example(12067): runtime.cc:691]   native: #24 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #27 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #28 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #29 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #30 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #31 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at java.lang.Object.wait(Native method)
F/example(12067): runtime.cc:691]   - waiting on <0x081d67e3> (a com.android.okhttp.ConnectionPool)
F/example(12067): runtime.cc:691]   at com.android.okhttp.ConnectionPool$1.run(ConnectionPool.java:106)
F/example(12067): runtime.cc:691]   - locked <0x081d67e3> (a com.android.okhttp.ConnectionPool)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
F/example(12067): runtime.cc:691]   at java.lang.Thread.run(Thread.java:1012)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "Signal Catcher" prio=10 tid=2 WaitingInMainSignalCatcherLoop
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14380000 self=0xb400006d31d2e2c0
F/example(12067): runtime.cc:691]   | sysTid=12072 nice=-20 cgrp=system sched=0/0 handle=0x6d1cec6cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 236770 54063 2 ) utm=0 stm=0 core=7 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6d1cdcf000-0x6d1cdd1000 stackSize=991KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 000ab078  /apex/com.android.runtime/lib64/bionic/libc.so (__rt_sigtimedwait+8) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00068b4c  /apex/com.android.runtime/lib64/bionic/libc.so (sigwait64+88) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #02 pc 004c7318  /apex/com.android.art/lib64/libart.so (art::SignalCatcher::WaitForSignal+108) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 004c6b4c  /apex/com.android.art/lib64/libart.so (art::SignalCatcher::Run+236) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #05 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   (no managed stack frames)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "androidmapsapi-bg-1" prio=4 tid=3 Waiting
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14385a40 self=0xb400006d31d2c6f0
F/example(12067): runtime.cc:691]   | sysTid=12181 nice=10 cgrp=system sched=0/0 handle=0x6d1bdc8cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 26266615 2858906 19 ) utm=2 stm=0 core=2 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6d1bcc5000-0x6d1bcc7000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e1c  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00539b80  /apex/com.android.art/lib64/libart.so (art::Thread::Park+2428) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 00538db4  /apex/com.android.art/lib64/libart.so (art::Unsafe_park +160) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 0025033c  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.locks.LockSupport.park)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 0024ebf8  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 00237d88  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ForkJoinPool.unmanagedBlock)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 00237a70  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ForkJoinPool.managedBlock)
F/example(12067): runtime.cc:691]   native: #24 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #27 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #28 pc 0024f1e0  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await)
F/example(12067): runtime.cc:691]   native: #29 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #30 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #31 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #32 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #33 pc 0023ca28  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.LinkedBlockingQueue.take)
F/example(12067): runtime.cc:691]   native: #34 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #35 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #36 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #37 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #38 pc 00246978  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor.getTask)
F/example(12067): runtime.cc:691]   native: #39 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #40 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #41 pc 004962a4  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+2092) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #42 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #43 pc 002474e4  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor.runWorker)
F/example(12067): runtime.cc:691]   native: #44 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #45 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #46 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #47 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #48 pc 00246380  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor$Worker.run)
F/example(12067): runtime.cc:691]   native: #49 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #50 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #51 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #52 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #53 pc 0010eaf0  /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run)
F/example(12067): runtime.cc:691]   native: #54 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #55 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #56 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #57 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #58 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #59 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #60 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #61 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at jdk.internal.misc.Unsafe.park(Native method)
F/example(12067): runtime.cc:691]   - waiting on an unknown object
F/example(12067): runtime.cc:691]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
F/example(12067): runtime.cc:691]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
F/example(12067): runtime.cc:691]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
F/example(12067): runtime.cc:691]   at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
F/example(12067): runtime.cc:691]   at java.lang.Thread.run(Thread.java:1012)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "binder:12067_4" prio=5 tid=4 Native
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14385bd0 self=0xb400006d31daece0
F/example(12067): runtime.cc:691]   | sysTid=12183 nice=0 cgrp=system sched=0/0 handle=0x6d1acbecb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 89643704 32866245 272 ) utm=7 stm=1 core=1 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6d1abc7000-0x6d1abc9000 stackSize=991KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 000aa698  /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+8) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00063668  /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+156) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #02 pc 00089b1c  /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool+348) (BuildId: 070fc2e184a78c38027a3f1c513d1cab)
F/example(12067): runtime.cc:691]   native: #03 pc 000899ac  /system/lib64/libbinder.so (android::PoolThread::threadLoop+24) (BuildId: 070fc2e184a78c38027a3f1c513d1cab)
F/example(12067): runtime.cc:691]   native: #04 pc 0000fe28  /system/lib64/libutils.so (android::Thread::_threadLoop+584) (BuildId: b9f944e1629e98a94f0d3db6226ebdc1)
F/example(12067): runtime.cc:691]   native: #05 pc 000e5b18  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell+140) (BuildId: ff3670cd8e0afe5f1936322ffd554eea)
F/example(12067): runtime.cc:691]   native: #06 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #07 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   (no managed stack frames)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "process reaper" prio=10 tid=5 TimedWaiting
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14385c48 self=0xb400006d31d33630
F/example(12067): runtime.cc:691]   | sysTid=12184 nice=-8 cgrp=system sched=0/0 handle=0x6d1abc0cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 520989 3467031 1 ) utm=0 stm=0 core=6 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6d1aab5000-0x6d1aab7000 stackSize=1071KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e20  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 005393fc  /apex/com.android.art/lib64/libart.so (art::Thread::Park+504) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 00538db4  /apex/com.android.art/lib64/libart.so (art::Unsafe_park +160) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 00250398  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.locks.LockSupport.parkNanos)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 002444b4  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.SynchronousQueue$TransferStack.transfer)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 00244a64  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.SynchronousQueue.poll)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 00246978  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor.getTask)
F/example(12067): runtime.cc:691]   native: #24 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 004962a4  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+2092) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #27 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #28 pc 002474e4  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor.runWorker)
F/example(12067): runtime.cc:691]   native: #29 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #30 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #31 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #32 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #33 pc 00246380  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor$Worker.run)
F/example(12067): runtime.cc:691]   native: #34 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #35 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #36 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #37 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #38 pc 0010eaf0  /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run)
F/example(12067): runtime.cc:691]   native: #39 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #40 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #41 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #42 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #43 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #44 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #45 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #46 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at jdk.internal.misc.Unsafe.park(Native method)
F/example(12067): runtime.cc:691]   - waiting on an unknown object
F/example(12067): runtime.cc:691]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
F/example(12067): runtime.cc:691]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
F/example(12067): runtime.cc:691]   at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
F/example(12067): runtime.cc:691]   at java.lang.Thread.run(Thread.java:1012)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "Thread-5" prio=4 tid=6 Waiting
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14385d10 self=0xb400006d31db5c20
F/example(12067): runtime.cc:691]   | sysTid=12185 nice=10 cgrp=system sched=0/0 handle=0x6d18aaecb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 388646 15625 2 ) utm=0 stm=0 core=7 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6d189ab000-0x6d189ad000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e1c  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00539b80  /apex/com.android.art/lib64/libart.so (art::Thread::Park+2428) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 00538db4  /apex/com.android.art/lib64/libart.so (art::Unsafe_park +160) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 0025033c  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.locks.LockSupport.park)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 0024ebf8  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 00237d88  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ForkJoinPool.unmanagedBlock)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 00237a70  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ForkJoinPool.managedBlock)
F/example(12067): runtime.cc:691]   native: #24 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #27 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #28 pc 0024f1e0  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await)
F/example(12067): runtime.cc:691]   native: #29 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #30 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #31 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #32 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #33 pc 002400d0  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.PriorityBlockingQueue.take)
F/example(12067): runtime.cc:691]   native: #34 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #35 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #36 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #37 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #38 pc 00195a18  /data/user_de/0/com.google.android.gms/app_chimera/m/0000030e/dl-MapsCoreDynamite.integ_241110201100400.apk (m.ajo.b)
F/example(12067): runtime.cc:691]   native: #39 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #40 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #41 pc 004962a4  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+2092) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #42 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #43 pc 00195c90  /data/user_de/0/com.google.android.gms/app_chimera/m/0000030e/dl-MapsCoreDynamite.integ_241110201100400.apk (m.ajo.run)
F/example(12067): runtime.cc:691]   native: #44 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #45 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #46 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #47 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #48 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #49 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #50 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #51 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at jdk.internal.misc.Unsafe.park(Native method)
F/example(12067): runtime.cc:691]   - waiting on an unknown object
F/example(12067): runtime.cc:691]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
F/example(12067): runtime.cc:691]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
F/example(12067): runtime.cc:691]   at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
F/example(12067): runtime.cc:691]   at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:538)
F/example(12067): runtime.cc:691]   at m.ajo.b(:com.google.android.gms.policy_maps_core_dynamite@241110203@241110201042.615149234.615149234:3)
F/example(12067): runtime.cc:691]   at m.ajo.run(:com.google.android.gms.policy_maps_core_dynamite@241110203@241110201042.615149234.615149234:11)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "perfetto_hprof_listener" prio=10 tid=7 Native (still starting up)
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x0 self=0xb400006d31d546a0
F/example(12067): runtime.cc:691]   | sysTid=12073 nice=-20 cgrp=system sched=0/0 handle=0x6d17dc8cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 281353 1756875 2 ) utm=0 stm=0 core=5 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6d17cd1000-0x6d17cd3000 stackSize=991KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 000aa374  /apex/com.android.runtime/lib64/bionic/libc.so (read+4) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00026510  /apex/com.android.art/lib64/libperfetto_hprof.so (void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, ArtPlugin_Initialize::$_7> >+316) (BuildId: 888fccb98ffaab10da6d2a68e2c3df1c)
F/example(12067): runtime.cc:691]   native: #02 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #03 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   (no managed stack frames)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "ADB-JDWP Connection Control Thread" prio=10 tid=9 WaitingInMainDebuggerLoop
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x143826d0 self=0xb400006d31d56270
F/example(12067): runtime.cc:691]   | sysTid=12075 nice=-20 cgrp=system sched=0/0 handle=0x6d17ccacb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 2254060 2684480 17 ) utm=0 stm=0 core=1 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6d17bd3000-0x6d17bd5000 stackSize=991KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 000ab758  /apex/com.android.runtime/lib64/bionic/libc.so (__ppoll+8) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00065ed0  /apex/com.android.runtime/lib64/bionic/libc.so (poll+92) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #02 pc 0000a33c  /apex/com.android.art/lib64/libadbconnection.so (adbconnection::AdbConnectionState::RunPollLoop+724) (BuildId: fe7440a9759ed8f746099e0e6e9ef60a)
F/example(12067): runtime.cc:691]   native: #03 pc 00008b80  /apex/com.android.art/lib64/libadbconnection.so (adbconnection::CallbackFunction+1320) (BuildId: fe7440a9759ed8f746099e0e6e9ef60a)
F/example(12067): runtime.cc:691]   native: #04 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #05 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   (no managed stack frames)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "HeapTaskDaemon" prio=5 tid=11 WaitingForTaskProcessor
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14388368 self=0xb400006d31d2ab20
F/example(12067): runtime.cc:691]   | sysTid=12077 nice=4 cgrp=system sched=0/0 handle=0x6cbfd0ecb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 111114317 35231719 86 ) utm=10 stm=0 core=6 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6cbfc0b000-0x6cbfc0d000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e1c  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00232858  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+140) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 0039e578  /apex/com.android.art/lib64/libart.so (art::gc::TaskProcessor::GetTask+740) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 0039e214  /apex/com.android.art/lib64/libart.so (art::gc::TaskProcessor::RunAllTasks+48) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #09 pc 0002ba68  /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$HeapTaskDaemon.runInternal)
F/example(12067): runtime.cc:691]   native: #10 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #14 pc 0002ad94  /apex/com.android.art/javalib/core-libart.jar (java.lang.Daemons$Daemon.run)
F/example(12067): runtime.cc:691]   native: #15 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #19 pc 0010eaf0  /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run)
F/example(12067): runtime.cc:691]   native: #20 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #24 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #27 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at dalvik.system.VMRuntime.runHeapTasks(Native method)
F/example(12067): runtime.cc:691]   at java.lang.Daemons$HeapTaskDaemon.runInternal(Daemons.java:687)
F/example(12067): runtime.cc:691]   at java.lang.Daemons$Daemon.run(Daemons.java:145)
F/example(12067): runtime.cc:691]   at java.lang.Thread.run(Thread.java:1012)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "Jit thread pool worker thread 0" prio=5 tid=12 Native
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14382e78 self=0xb400006d31d5d1b0
F/example(12067): runtime.cc:691]   | sysTid=12076 nice=9 cgrp=system sched=0/0 handle=0x6cbfe14cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 177846404 17149586 181 ) utm=14 stm=3 core=1 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6cbfd15000-0x6cbfd17000 stackSize=1023KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e1c  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00232858  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+140) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 005a7514  /apex/com.android.art/lib64/libart.so (art::ThreadPool::GetTask+120) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 005a7300  /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Run+136) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 005a71dc  /apex/com.android.art/lib64/libart.so (art::ThreadPoolWorker::Callback+164) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #06 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   (no managed stack frames)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "binder:12067_1" prio=5 tid=14 Native
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14383258 self=0xb400006d31d5b5e0
F/example(12067): runtime.cc:691]   | sysTid=12081 nice=0 cgrp=system sched=0/0 handle=0x6cb8791cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 16705372 6668643 91 ) utm=1 stm=0 core=1 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6cb869a000-0x6cb869c000 stackSize=991KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 000aa698  /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+8) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00063668  /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+156) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #02 pc 00089b1c  /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool+348) (BuildId: 070fc2e184a78c38027a3f1c513d1cab)
F/example(12067): runtime.cc:691]   native: #03 pc 000899ac  /system/lib64/libbinder.so (android::PoolThread::threadLoop+24) (BuildId: 070fc2e184a78c38027a3f1c513d1cab)
F/example(12067): runtime.cc:691]   native: #04 pc 0000fe28  /system/lib64/libutils.so (android::Thread::_threadLoop+584) (BuildId: b9f944e1629e98a94f0d3db6226ebdc1)
F/example(12067): runtime.cc:691]   native: #05 pc 000e5b18  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell+140) (BuildId: ff3670cd8e0afe5f1936322ffd554eea)
F/example(12067): runtime.cc:691]   native: #06 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #07 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   (no managed stack frames)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "binder:12067_2" prio=5 tid=15 Native
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x143835e8 self=0xb400006d31d59a10
F/example(12067): runtime.cc:691]   | sysTid=12082 nice=0 cgrp=system sched=0/0 handle=0x6cb7693cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 175250256 60119482 418 ) utm=13 stm=3 core=1 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6cb759c000-0x6cb759e000 stackSize=991KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 000aa698  /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+8) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00063668  /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+156) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #02 pc 00089b1c  /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool+348) (BuildId: 070fc2e184a78c38027a3f1c513d1cab)
F/example(12067): runtime.cc:691]   native: #03 pc 000899ac  /system/lib64/libbinder.so (android::PoolThread::threadLoop+24) (BuildId: 070fc2e184a78c38027a3f1c513d1cab)
F/example(12067): runtime.cc:691]   native: #04 pc 0000fe28  /system/lib64/libutils.so (android::Thread::_threadLoop+584) (BuildId: b9f944e1629e98a94f0d3db6226ebdc1)
F/example(12067): runtime.cc:691]   native: #05 pc 000e5b18  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell+140) (BuildId: ff3670cd8e0afe5f1936322ffd554eea)
F/example(12067): runtime.cc:691]   native: #06 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #07 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   (no managed stack frames)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "binder:12067_3" prio=5 tid=16 Native
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14383a48 self=0xb400006d31d5ed80
F/example(12067): runtime.cc:691]   | sysTid=12083 nice=0 cgrp=system sched=0/0 handle=0x6cb6595cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 108721459 24004842 434 ) utm=7 stm=2 core=2 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6cb649e000-0x6cb64a0000 stackSize=991KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 000aa698  /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+8) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00063668  /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+156) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #02 pc 00089b1c  /system/lib64/libbinder.so (android::IPCThreadState::joinThreadPool+348) (BuildId: 070fc2e184a78c38027a3f1c513d1cab)
F/example(12067): runtime.cc:691]   native: #03 pc 000899ac  /system/lib64/libbinder.so (android::PoolThread::threadLoop+24) (BuildId: 070fc2e184a78c38027a3f1c513d1cab)
F/example(12067): runtime.cc:691]   native: #04 pc 0000fe28  /system/lib64/libutils.so (android::Thread::_threadLoop+584) (BuildId: b9f944e1629e98a94f0d3db6226ebdc1)
F/example(12067): runtime.cc:691]   native: #05 pc 000e5b18  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell+140) (BuildId: ff3670cd8e0afe5f1936322ffd554eea)
F/example(12067): runtime.cc:691]   native: #06 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #07 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   (no managed stack frames)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "Profile Saver" prio=5 tid=17 Native
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14383ad8 self=0xb400006d31d60950
F/example(12067): runtime.cc:691]   | sysTid=12090 nice=9 cgrp=system sched=0/0 handle=0x6cb3d33cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 31480261 2100989 20 ) utm=3 stm=0 core=4 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6cb3c3c000-0x6cb3c3e000 stackSize=991KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e1c  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00232858  /apex/com.android.art/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks+140) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 003cfc2c  /apex/com.android.art/lib64/libart.so (art::ProfileSaver::Run+864) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 003c5e70  /apex/com.android.art/lib64/libart.so (art::ProfileSaver::RunProfileSaverThread+152) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #05 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   (no managed stack frames)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "RenderThread" prio=10 tid=18 Native
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14383c18 self=0xb400006d31d640f0
F/example(12067): runtime.cc:691]   | sysTid=12094 nice=-10 cgrp=system sched=0/0 handle=0x6d2b99bcb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 148966980 44651240 812 ) utm=9 stm=5 core=7 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6d2b8a4000-0x6d2b8a6000 stackSize=991KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 000ab658  /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 0000f1d8  /system/lib64/libutils.so (android::Looper::pollOnce+204) (BuildId: b9f944e1629e98a94f0d3db6226ebdc1)
F/example(12067): runtime.cc:691]   native: #02 pc 002ab288  /system/lib64/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop+212) (BuildId: ac1bfc7ab7f1aee9a39a0ca01707543c)
F/example(12067): runtime.cc:691]   native: #03 pc 0000fe28  /system/lib64/libutils.so (android::Thread::_threadLoop+584) (BuildId: b9f944e1629e98a94f0d3db6226ebdc1)
F/example(12067): runtime.cc:691]   native: #04 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #05 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   (no managed stack frames)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "flutter-worker-0" prio=5 tid=19 TimedWaiting
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14383ce0 self=0xb400006d31d65cc0
F/example(12067): runtime.cc:691]   | sysTid=12107 nice=0 cgrp=system sched=0/0 handle=0x6d2b89dcb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 10067812 2116041 5 ) utm=0 stm=0 core=1 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6d2b79a000-0x6d2b79c000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e20  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 005393fc  /apex/com.android.art/lib64/libart.so (art::Thread::Park+504) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 00538db4  /apex/com.android.art/lib64/libart.so (art::Unsafe_park +160) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 00250398  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.locks.LockSupport.parkNanos)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 002444b4  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.SynchronousQueue$TransferStack.transfer)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 00244a64  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.SynchronousQueue.poll)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 00246978  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor.getTask)
F/example(12067): runtime.cc:691]   native: #24 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 004962a4  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+2092) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #27 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #28 pc 002474e4  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor.runWorker)
F/example(12067): runtime.cc:691]   native: #29 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #30 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #31 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #32 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #33 pc 00246380  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor$Worker.run)
F/example(12067): runtime.cc:691]   native: #34 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #35 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #36 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #37 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #38 pc 0010eaf0  /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run)
F/example(12067): runtime.cc:691]   native: #39 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #40 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #41 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #42 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #43 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #44 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #45 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #46 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at jdk.internal.misc.Unsafe.park(Native method)
F/example(12067): runtime.cc:691]   - waiting on an unknown object
F/example(12067): runtime.cc:691]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
F/example(12067): runtime.cc:691]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
F/example(12067): runtime.cc:691]   at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
F/example(12067): runtime.cc:691]   at java.lang.Thread.run(Thread.java:1012)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "AsyncTask #1" prio=4 tid=20 Waiting
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14383fd0 self=0xb400006d31d62520
F/example(12067): runtime.cc:691]   | sysTid=12109 nice=10 cgrp=system sched=0/0 handle=0x6d2b793cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 742678937 135444638 622 ) utm=64 stm=10 core=6 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6d2b690000-0x6d2b692000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e1c  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 00539b80  /apex/com.android.art/lib64/libart.so (art::Thread::Park+2428) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 00538db4  /apex/com.android.art/lib64/libart.so (art::Unsafe_park +160) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 0025033c  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.locks.LockSupport.park)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 00244284  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.SynchronousQueue$TransferStack$SNode.block)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 00237d88  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ForkJoinPool.unmanagedBlock)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 00237a70  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ForkJoinPool.managedBlock)
F/example(12067): runtime.cc:691]   native: #24 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #27 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #28 pc 002444b4  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.SynchronousQueue$TransferStack.transfer)
F/example(12067): runtime.cc:691]   native: #29 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #30 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #31 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #32 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #33 pc 00244aac  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.SynchronousQueue.take)
F/example(12067): runtime.cc:691]   native: #34 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #35 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #36 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #37 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #38 pc 00246978  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor.getTask)
F/example(12067): runtime.cc:691]   native: #39 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #40 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #41 pc 004962a4  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+2092) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #42 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #43 pc 002474e4  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor.runWorker)
F/example(12067): runtime.cc:691]   native: #44 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #45 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #46 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #47 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #48 pc 00246380  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor$Worker.run)
F/example(12067): runtime.cc:691]   native: #49 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #50 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #51 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #52 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #53 pc 0010eaf0  /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run)
F/example(12067): runtime.cc:691]   native: #54 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #55 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #56 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #57 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #58 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #59 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #60 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #61 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at jdk.internal.misc.Unsafe.park(Native method)
F/example(12067): runtime.cc:691]   - waiting on an unknown object
F/example(12067): runtime.cc:691]   at java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
F/example(12067): runtime.cc:691]   at java.util.concurrent.SynchronousQueue$TransferStack$SNode.block(SynchronousQueue.java:288)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3466)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3437)
F/example(12067): runtime.cc:691]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:397)
F/example(12067): runtime.cc:691]   at java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:886)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1071)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
F/example(12067): runtime.cc:691]   at java.lang.Thread.run(Thread.java:1012)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "flutter-worker-1" prio=5 tid=21 TimedWaiting
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14384270 self=0xb400006d31d69460
F/example(12067): runtime.cc:691]   | sysTid=12115 nice=0 cgrp=system sched=0/0 handle=0x6d2b689cb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 34056297 36407450 31 ) utm=1 stm=2 core=5 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6d2b586000-0x6d2b588000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 00055e20  /apex/com.android.runtime/lib64/bionic/libc.so (syscall+32) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 005393fc  /apex/com.android.art/lib64/libart.so (art::Thread::Park+504) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #02 pc 00538db4  /apex/com.android.art/lib64/libart.so (art::Unsafe_park +160) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 00250398  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.locks.LockSupport.parkNanos)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 002444b4  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.SynchronousQueue$TransferStack.transfer)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 00244a64  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.SynchronousQueue.poll)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #22 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #23 pc 00246978  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor.getTask)
F/example(12067): runtime.cc:691]   native: #24 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #25 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #26 pc 004962a4  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+2092) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #27 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #28 pc 002474e4  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor.runWorker)
F/example(12067): runtime.cc:691]   native: #29 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #30 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #31 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #32 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #33 pc 00246380  /apex/com.android.art/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor$Worker.run)
F/example(12067): runtime.cc:691]   native: #34 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #35 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #36 pc 00496d1c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+4772) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #37 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #38 pc 0010eaf0  /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run)
F/example(12067): runtime.cc:691]   native: #39 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #40 pc 0037140c  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #41 pc 00355768  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #42 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #43 pc 0023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #44 pc 0053b96c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback+1600) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #45 pc 000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start+208) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #46 pc 0005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   at jdk.internal.misc.Unsafe.park(Native method)
F/example(12067): runtime.cc:691]   - waiting on an unknown object
F/example(12067): runtime.cc:691]   at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
F/example(12067): runtime.cc:691]   at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
F/example(12067): runtime.cc:691]   at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
F/example(12067): runtime.cc:691]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
F/example(12067): runtime.cc:691]   at java.lang.Thread.run(Thread.java:1012)
F/example(12067): runtime.cc:691] 
F/example(12067): runtime.cc:691] "AudioPortEventHandler" prio=5 tid=22 Native
F/example(12067): runtime.cc:691]   | group="" sCount=1 ucsCount=0 flags=1 obj=0x14384358 self=0xb400006d31d78eb0
F/example(12067): runtime.cc:691]   | sysTid=12146 nice=0 cgrp=system sched=0/0 handle=0x6c91d7bcb0
F/example(12067): runtime.cc:691]   | state=S schedstat=( 1638802 352865 4 ) utm=0 stm=0 core=3 HZ=100
F/example(12067): runtime.cc:691]   | stack=0x6c91c78000-0x6c91c7a000 stackSize=1039KB
F/example(12067): runtime.cc:691]   | held mutexes=
F/example(12067): runtime.cc:691]   native: #00 pc 000ab658  /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8) (BuildId: c74277f481a383c87215b672f6465e24)
F/example(12067): runtime.cc:691]   native: #01 pc 0000f1d8  /system/lib64/libutils.so (android::Looper::pollOnce+204) (BuildId: b9f944e1629e98a94f0d3db6226ebdc1)
F/example(12067): runtime.cc:691]   native: #02 pc 0017b604  /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce+44) (BuildId: ff3670cd8e0afe5f1936322ffd554eea)
F/example(12067): runtime.cc:691]   native: #03 pc 00355630  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #04 pc 0033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #05 pc 00512a24  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+1976) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #06 pc 004962a4  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+2092) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #07 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #08 pc 001fcf9c  /system/framework/framework.jar (android.os.MessageQueue.next)
F/example(12067): runtime.cc:691]   native: #09 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #10 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #11 pc 00495e6c  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1012) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #12 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #13 pc 001fbf80  /system/framework/framework.jar (android.os.Looper.loopOnce)
F/example(12067): runtime.cc:691]   native: #14 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #15 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #16 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #17 pc 00357dd8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #18 pc 001fc6f4  /system/framework/framework.jar (android.os.Looper.loop)
F/example(12067): runtime.cc:691]   native: #19 pc 00371b14  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute +232) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #20 pc 005136f0  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>+5252) (BuildId: 02bec5940be704b863f6514fc7d81c41)
F/example(12067): runtime.cc:691]   native: #21 pc 004961dc  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>+1892) (BuildId: 02bec5940be704b863f6514fc7d81c41)
E/FlutterGeolocator(12067): Geolocator position updates started
F/libc    (12067): Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 13245 (Thread-13), pid 12067 (example)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'google/redfin/redfin:14/UP1A.231105.001.B2/11260668:user/release-keys'
Revision: 'MP1.0'
ABI: 'arm64'
Timestamp: 2024-05-14 18:38:49.672343807+0800
Process uptime: 53s
Cmdline: com.example
pid: 12067, tid: 13245, name: Thread-13  >>> com.example <<<
uid: 10571
signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
Abort message: 'JNI DETECTED ERROR IN APPLICATION: JNI ERROR (app bug): jobject is an invalid global reference: 0x2ea6 (stale reference with serial number 1 v. current 2)
    in call to GetObjectRefType'
    x0  0000000000000000  x1  00000000000033bd  x2  0000000000000006  x3  0000006c6537ea10
    x4  fefeff6b6436d673  x5  fefeff6b6436d673  x6  fefeff6b6436d673  x7  7f7f7f7f7f7fff7f
    x8  00000000000000f0  x9  0000006fd4af7090  x10 0000000000000001  x11 0000006fd4b3d058
    x12 0000000000004646  x13 00000000000000db  x14 0000006c6537d820  x15 000000000000005d
    x16 0000006fd4ba1d08  x17 0000006fd4b7ee90  x18 0000006c26430000  x19 0000000000002f23
    x20 00000000000033bd  x21 00000000ffffffff  x22 0000000000000000  x23 0000006d2f7f28e0
    x24 0000000000000000  x25 0000000000000001  x26 0000000000000000  x27 0000006d30365000
    x28 b400006eb1d3a190  x29 0000006c6537ea90
    lr  0000006fd4b2e9b8  sp  0000006c6537e9f0  pc  0000006fd4b2e9e4  pst 0000000000001000
15 total frames
backtrace:
      #00 pc 00000000000599e4  /apex/com.android.runtime/lib64/bionic/libc.so (abort+164) (BuildId: c74277f481a383c87215b672f6465e24)
      #01 pc 0000000000771c60  /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+904) (BuildId: 02bec5940be704b863f6514fc7d81c41)
      #02 pc 00000000000357d0  /apex/com.google.mainline.primary.libs@341339000/lib64/libbase.so/75d3253827fcfd7a8d7b02ad45991611ec4ca424c0278e13e8acfad4d14e597a3ecff6c0caa2b785c73838528ee6e9c2b313240ff895f50ee39b1d7bc10f390a/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_0::__invoke(char const*)+80) (BuildId: 6f67f69ff36b970d0b831cfdab3b578d)
      #03 pc 0000000000034d58  /apex/com.google.mainline.primary.libs@341339000/lib64/libbase.so/75d3253827fcfd7a8d7b02ad45991611ec4ca424c0278e13e8acfad4d14e597a3ecff6c0caa2b785c73838528ee6e9c2b313240ff895f50ee39b1d7bc10f390a/libbase.so (android::base::LogMessage::~LogMessage()+352) (BuildId: 6f67f69ff36b970d0b831cfdab3b578d)
      #04 pc 00000000003ee70c  /apex/com.android.art/lib64/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+3540) (BuildId: 02bec5940be704b863f6514fc7d81c41)
      #05 pc 00000000002d1c0c  /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::AbortF(char const*, ...) (.__uniq.99033978352804627313491551960229047428)+188) (BuildId: 02bec5940be704b863f6514fc7d81c41)
      #06 pc 000000000038932c  /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const*, art::(anonymous namespace)::JniValueType*) (.__uniq.99033978352804627313491551960229047428)+1544) (BuildId: 02bec5940be704b863f6514fc7d81c41)
      #07 pc 000000000068ae20  /apex/com.android.art/lib64/libart.so (art::(anonymous namespace)::CheckJNI::GetObjectRefType(_JNIEnv*, _jobject*) (.__uniq.99033978352804627313491551960229047428.llvm.362250457533049209)+692) (BuildId: 02bec5940be704b863f6514fc7d81c41)
      #08 pc 0000000000519a04  /data/app/~~e4roTJBAb6aTWcWtgwey5A==/com.example-luCzvsD12c5wa48bCHFVJQ==/lib/arm64/libffmpeg.so (av_jni_set_android_app_ctx+36)
      #09 pc 000000000018090c  /data/app/~~e4roTJBAb6aTWcWtgwey5A==/com.example-luCzvsD12c5wa48bCHFVJQ==/lib/arm64/libmdk.so (BuildId: 12687300e66cbc375da2cc0b401e1bc28c74e8b7)
      #10 pc 00000000000f9ad8  /data/app/~~e4roTJBAb6aTWcWtgwey5A==/com.example-luCzvsD12c5wa48bCHFVJQ==/lib/arm64/libmdk.so (mdk::abi::PacketIO::create(char const*)+676) (BuildId: 12687300e66cbc375da2cc0b401e1bc28c74e8b7)
      #11 pc 00000000000da1b8  /data/app/~~e4roTJBAb6aTWcWtgwey5A==/com.example-luCzvsD12c5wa48bCHFVJQ==/lib/arm64/libmdk.so (BuildId: 12687300e66cbc375da2cc0b401e1bc28c74e8b7)
      #12 pc 00000000000d9e68  /data/app/~~e4roTJBAb6aTWcWtgwey5A==/com.example-luCzvsD12c5wa48bCHFVJQ==/lib/arm64/libmdk.so (BuildId: 12687300e66cbc375da2cc0b401e1bc28c74e8b7)
      #13 pc 00000000000be6a8  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+208) (BuildId: c74277f481a383c87215b672f6465e24)
      #14 pc 000000000005b21c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: c74277f481a383c87215b672f6465e24)
Lost connection to device.
the Dart compiler exited unexpectedly.
wang-bin commented 1 month ago

upgrade fvp to the latest release version