I am 1:1 following the unreal documentation instructions, have tried this in 5.0.3, 5.3, even a couple of 4.XX.X builds. I have been at this for nearly two weeks now. I am at this point extremely desperate. I seriously don’t understand what could possibly be happening that no version of unreal, no configuration the internet has ever mentioned and no crackpot solution anyone has ever posted works for me. I am beyond frustrated, so any help no matter how strange it may seem is welcome. Please, anything at this point. Thanks in advance.
Things that may be important:
I am using the source code. Again, everything is installed 1:1 how the unreal documentation depicts.
I have tried this not only on every android studio emulation rig I can find, but also two real life phones each with decent specs. The simple fact is the hardware isn’t a factor.
The closest thing I have to any real sort of error from logcat is below, from my most recent blank project from 5.3.
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A Build fingerprint: 'google/sdk_gphone64_x86_64/emu64xa:14/UPB5.230623.003/10615560:userdebug/dev-keys'
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A Revision: '0'
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A ABI: 'x86_64'
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A Timestamp: 2023-09-19 16:07:28.788270220+0100
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A Process uptime: 2s
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A Cmdline: com.Zeracorp.ZTDSimulator
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A pid: 4752, tid: 4752, name: rp.ZTDSimulator >>> com.Zeracorp.ZTDSimulator <<<
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A uid: 10183
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x000077f4dd90fff0
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A rax 000077f4dd900000 rbx 000077f4dd900000 rcx cdcdcdcdcdcdcdcd rdx 0000000000010000
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A r8 0000000000001000 r9 0000000000000000 r10 0000000000000003 r11 0000000000000246
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A r12 00007ffd02c96bff r13 00007ffd02c96c00 r14 0000000000010000 r15 000077f77cab87d0
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A rdi 000077f4dd900000 rsi 00000000000000cd
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A rbp 00007ffd02c96b10 rsp 00007ffd02c96af8 rip 000077f783d0c84e
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A 120 total frames
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A backtrace:
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #00 pc 000000000005484e /apex/com.android.runtime/lib64/bionic/libc.so (memset_avx2+94) (BuildId: fa337969c798946280caa45e2d71a2e7)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #01 pc 0000000009439f93 /data/app/~~zU7fWbzVoFlWiG41v1c0gg==/com.Zeracorp.ZTDSimulator-8FDX4L6mX9gpeDLrWZG6cw==/lib/x86_64/libUnreal.so (FMallocPoisonProxy::Malloc(unsigned long long, unsigned int)+51) (BuildId: 09158e6d1aa979477c3027828b8739b7d634f393)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #02 pc 000000000962cb18 /data/app/~~zU7fWbzVoFlWiG41v1c0gg==/com.Zeracorp.ZTDSimulator-8FDX4L6mX9gpeDLrWZG6cw==/lib/x86_64/libUnreal.so (TConcurrentLinearAllocator<UE::Private::FOutputDeviceBlockAllocationTag>::AllocateBlock(TConcurrentLinearAllocator<UE::Private::FOutputDeviceBlockAllocationTag>::FBlockHeader*&)+24) (BuildId: 09158e6d1aa979477c3027828b8739b7d634f393)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #03 pc 000000000960930a /data/app/~~zU7fWbzVoFlWiG41v1c0gg==/com.Zeracorp.ZTDSimulator-8FDX4L6mX9gpeDLrWZG6cw==/lib/x86_64/libUnreal.so (UE::EConsumeAllMpmcQueueResult UE::TConsumeAllMpmcQueue<UE::Private::FOutputDeviceItem, UE::Private::FOutputDeviceLinearAllocator>::ProduceItem<char16_t const* const&, FName const&, ELogVerbosity::Type const&, double const&>(char16_t const* const&, FName const&, ELogVerbosity::Type const&, double const&)+90) (BuildId: 09158e6d1aa979477c3027828b8739b7d634f393)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #04 pc 00000000095dfadb /data/app/~~zU7fWbzVoFlWiG41v1c0gg==/com.Zeracorp.ZTDSimulator-8FDX4L6mX9gpeDLrWZG6cw==/lib/x86_64/libUnreal.so (FOutputDeviceRedirector::Serialize(char16_t const*, ELogVerbosity::Type, FName const&, double)+1019) (BuildId: 09158e6d1aa979477c3027828b8739b7d634f393)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #05 pc 00000000094f657e /data/app/~~zU7fWbzVoFlWiG41v1c0gg==/com.Zeracorp.ZTDSimulator-8FDX4L6mX9gpeDLrWZG6cw==/lib/x86_64/libUnreal.so (FMsg::LogV(char const*, int, FName const&, ELogVerbosity::Type, char16_t const*, __va_list_tag*)+1342) (BuildId: 09158e6d1aa979477c3027828b8739b7d634f393)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #06 pc 00000000094fcb12 /data/app/~~zU7fWbzVoFlWiG41v1c0gg==/com.Zeracorp.ZTDSimulator-8FDX4L6mX9gpeDLrWZG6cw==/lib/x86_64/libUnreal.so (UE::Logging::Private::BasicLog(FLogCategoryBase const&, UE::Logging::Private::FStaticBasicLogRecord const*, ...)+914) (BuildId: 09158e6d1aa979477c3027828b8739b7d634f393)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #07 pc 00000000091e245d /data/app/~~zU7fWbzVoFlWiG41v1c0gg==/com.Zeracorp.ZTDSimulator-8FDX4L6mX9gpeDLrWZG6cw==/lib/x86_64/libUnreal.so (FAndroidMisc::SetVersionInfo(FString, int, FString, FString, FString, FString)+333) (BuildId: 09158e6d1aa979477c3027828b8739b7d634f393)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #08 pc 0000000010832a69 /data/app/~~zU7fWbzVoFlWiG41v1c0gg==/com.Zeracorp.ZTDSimulator-8FDX4L6mX9gpeDLrWZG6cw==/lib/x86_64/libUnreal.so (Java_com_epicgames_unreal_GameActivity_nativeSetAndroidVersionInformation+569) (BuildId: 09158e6d1aa979477c3027828b8739b7d634f393)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #09 pc 0000000000391a4b /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+219) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #10 pc 00000000003784c4 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+756) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #11 pc 00000000003c535c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+204) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #12 pc 000000000056ea27 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<true>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+1831) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #13 pc 000000000039ad6f /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16351) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #14 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #15 pc 000000000001a0f0 <anonymous:77f78149e000> (com.epicgames.unreal.GameActivity.onCreate+0)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #16 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #17 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #18 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #19 pc 000000000039ae32 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16546) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #20 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #21 pc 00000000001cb580 /system/framework/framework.jar (android.app.Activity.performCreate+0)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #22 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #23 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #24 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #25 pc 000000000039ae32 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16546) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #26 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #27 pc 00000000001cb564 /system/framework/framework.jar (android.app.Activity.performCreate+0)
2023-09-19 16:07:29.189 4795-4795 DEBUG pid-4795 A #28 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #29 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #30 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #31 pc 000000000039ae32 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16546) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #32 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #33 pc 000000000023a52c /system/framework/framework.jar (android.app.Instrumentation.callActivityOnCreate+0)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #34 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #35 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #36 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #37 pc 000000000039ae32 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16546) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #38 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #39 pc 00000000001b9f88 /system/framework/framework.jar (android.app.ActivityThread.performLaunchActivity+0)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #40 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #41 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #42 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #43 pc 000000000039ae32 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16546) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #44 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #45 pc 00000000001b9ea4 /system/framework/framework.jar (android.app.ActivityThread.handleLaunchActivity+0)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #46 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #47 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #48 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #49 pc 000000000039ae32 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16546) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #50 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #51 pc 00000000002d3884 /system/framework/framework.jar (android.app.servertransaction.LaunchActivityItem.execute+0)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #52 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #53 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #54 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #55 pc 000000000039ae32 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16546) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #56 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #57 pc 00000000002d61b0 /system/framework/framework.jar (android.app.servertransaction.TransactionExecutor.executeCallbacks+0)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #58 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #59 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #60 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #61 pc 000000000039ae32 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16546) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #62 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.190 4795-4795 DEBUG pid-4795 A #63 pc 00000000002d60f0 /system/framework/framework.jar (android.app.servertransaction.TransactionExecutor.execute+0)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #64 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #65 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #66 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #67 pc 000000000039ae32 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16546) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #68 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #69 pc 00000000001b8e80 /system/framework/framework.jar (android.app.ActivityThread$H.handleMessage+0)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #70 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #71 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #72 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #73 pc 000000000039ae32 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16546) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #74 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #75 pc 00000000001d6794 /system/framework/framework.jar (android.os.Handler.dispatchMessage+0)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #76 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #77 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #78 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #79 pc 000000000039ae32 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16546) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #80 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #81 pc 00000000001fbba0 /system/framework/framework.jar (android.os.Looper.loopOnce+0)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #82 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #83 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #84 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #85 pc 000000000039b0a1 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+17169) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #86 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #87 pc 00000000001fc314 /system/framework/framework.jar (android.os.Looper.loop+0)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #88 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #89 pc 000000000056d11e /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+110) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #90 pc 000000000056dd96 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2054) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #91 pc 000000000039b0a1 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+17169) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #92 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #93 pc 00000000001c3950 /system/framework/framework.jar (android.app.ActivityThread.main+0)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #94 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #95 pc 000000000091efc5 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+901) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #96 pc 0000000000391bdc /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+140) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #97 pc 0000000000378826 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+806) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #98 pc 00000000003c538f /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+255) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #99 pc 00000000007f0794 /apex/com.android.art/lib64/libart.so (_jobject* art::InvokeMethod<(art::PointerSize)8>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1476) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #100 pc 000000000075a347 /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*) (.__uniq.165753521025965369065708152063621506277)+39) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #101 pc 0000000000391a4b /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+219) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #102 pc 00000000003784c4 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+756) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #103 pc 00000000003c535c /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+204) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #104 pc 000000000056ddb0 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2080) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #105 pc 000000000039ae32 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+16546) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #106 pc 00000000003937a5 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+5) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #107 pc 000000000050cab8 /system/framework/framework.jar (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+0)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #108 pc 0000000000565ff7 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238)+647) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #109 pc 000000000091efc5 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+901) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #110 pc 0000000000391bdc /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+140) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #111 pc 0000000000d1578e /data/misc/apexdata/com.android.art/dalvik-cache/x86_64/boot.oat (com.android.internal.os.ZygoteInit.main+3038)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #112 pc 0000000000378826 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+806) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #113 pc 00000000003c538f /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+255) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #114 pc 00000000007f123f /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, __va_list_tag*)+399) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #115 pc 00000000006a7e9c /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, __va_list_tag*)+668) (BuildId: 7bb8b7e51aa2973cf22167cc6c483bef)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #116 pc 00000000000de888 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+136) (BuildId: 140296c7da6bfd8e3c406c87d6aeb4e4)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #117 pc 00000000000eb330 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+896) (BuildId: 140296c7da6bfd8e3c406c87d6aeb4e4)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #118 pc 0000000000002fa6 /system/bin/app_process64 (main+1622) (BuildId: f11cda2b6bb6bff1e502077a2f3e6cf7)
2023-09-19 16:07:29.191 4795-4795 DEBUG pid-4795 A #119 pc 00000000000529ef /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+95) (BuildId: fa337969c798946280caa45e2d71a2e7)