margelo / react-native-filament

🐧 A real-time physically based 3D rendering engine for React Native
https://margelo.github.io/react-native-filament/
MIT License
883 stars 15 forks source link

Android new architecture crash on app launch #248

Open Jpoliachik opened 1 month ago

Jpoliachik commented 1 month ago

First off, thanks for this library - it's amazing. Works great on iOS, but I'm having issues getting it running on Android.

With a fresh Expo project using new architecture, the build succeeds, but the app crashes at launch and I see this error in Android Studio logs (from Emulator):

Exception thrown during dispatchAppVisibility Window{a529d6c u0 com.example.withnewarch/com.example.withnewarch.MainActivity EXITING}
android.os.DeadObjectException
    at android.os.BinderProxy.transactNative(Native Method)
    at android.os.BinderProxy.transact(BinderProxy.java:584)
    at android.view.IWindow$Stub$Proxy.dispatchAppVisibility(IWindow.java:546)
    at com.android.server.wm.WindowState.sendAppVisibilityToClients(WindowState.java:3271)
    at com.android.server.wm.WindowContainer.sendAppVisibilityToClients(WindowContainer.java:1221)
    at com.android.server.wm.WindowToken.setClientVisible(WindowToken.java:409)
    at com.android.server.wm.ActivityRecord.setClientVisible(ActivityRecord.java:6946)
    at com.android.server.wm.ActivityRecord.postApplyAnimation(ActivityRecord.java:5637)
    at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5580)
    at com.android.server.wm.Transition.finishTransition(Transition.java:1151)
    at com.android.server.wm.TransitionController.finishTransition(TransitionController.java:868)
    at com.android.server.wm.WindowOrganizerController.finishTransition(WindowOrganizerController.java:396)
    at android.window.IWindowOrganizerController$Stub.onTransact(IWindowOrganizerController.java:286)
    at com.android.server.wm.WindowOrganizerController.onTransact(WindowOrganizerController.java:181)
    at android.os.Binder.execTransactInternal(Binder.java:1344)
    at android.os.Binder.execTransact(Binder.java:1275)

And a longer crash log that I get on a physical device:

2024-07-23 13:58:32.839 28117-28447 ReactNativeJS           com.example.withnewarch              I  Loading react-native-worklets-core...
2024-07-23 13:58:32.842 28117-28447 ReactNativeJS           com.example.withnewarch              I  react-native-worklets-core loaded successfully!
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578] JNI DETECTED ERROR IN APPLICATION: JNI GetObjectRefType called with pending exception java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/lib/arm64, /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]]] couldn't find "libreact-native-filament.so"
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at void java.lang.Runtime.loadLibrary0(java.lang.ClassLoader, java.lang.Class, java.lang.String) (Runtime.java:1067)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at void java.lang.Runtime.loadLibrary0(java.lang.Class, java.lang.String) (Runtime.java:1007)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at void java.lang.System.loadLibrary(java.lang.String) (System.java:1667)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at void com.margelo.filament.FilamentModuleImpl.<clinit>() (FilamentModuleImpl.java:9)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at void com.margelo.filament.FilamentModule.<init>(com.facebook.react.bridge.ReactApplicationContext) (FilamentModule.java:10)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at com.facebook.react.bridge.NativeModule com.margelo.filament.FilamentViewPackage.getModule(java.lang.String, com.facebook.react.bridge.ReactApplicationContext) (FilamentViewPackage.java:25)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at com.facebook.react.bridge.NativeModule com.facebook.react.ReactPackageTurboModuleManagerDelegate.lambda$initialize$0(com.facebook.react.BaseReactPackage, com.facebook.react.bridge.ReactApplicationContext, java.lang.String) (ReactPackageTurboModuleManagerDelegate.java:76)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at com.facebook.react.bridge.NativeModule com.facebook.react.ReactPackageTurboModuleManagerDelegate$$ExternalSyntheticLambda0.getModule(java.lang.String) (D8$$SyntheticClass:-1)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at com.facebook.react.turbomodule.core.interfaces.TurboModule com.facebook.react.ReactPackageTurboModuleManagerDelegate.getModule(java.lang.String) (ReactPackageTurboModuleManagerDelegate.java:173)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at com.facebook.react.bridge.NativeModule com.facebook.react.internal.turbomodule.core.TurboModuleManager.lambda$new$1(com.facebook.react.internal.turbomodule.core.TurboModuleManagerDelegate, java.lang.String) (TurboModuleManager.java:85)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at com.facebook.react.bridge.NativeModule com.facebook.react.internal.turbomodule.core.TurboModuleManager$$ExternalSyntheticLambda1.getModule(java.lang.String) (D8$$SyntheticClass:-1)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at com.facebook.react.bridge.NativeModule com.facebook.react.internal.turbomodule.core.TurboModuleManager.getOrCreateModule(java.lang.String, com.facebook.react.internal.turbomodule.core.TurboModuleManager$ModuleHolder, boolean) (TurboModuleManager.java:310)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at com.facebook.react.bridge.NativeModule com.facebook.react.internal.turbomodule.core.TurboModuleManager.getModule(java.lang.String) (TurboModuleManager.java:270)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at com.facebook.react.bridge.CxxModuleWrapper com.facebook.react.internal.turbomodule.core.TurboModuleManager.getTurboLegacyCxxModule(java.lang.String) (TurboModuleManager.java:203)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at void com.facebook.jni.NativeRunnable.run() (NativeRunnable.java:-2)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:883)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:100)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at void com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(android.os.Message) (MessageQueueThreadHandler.java:27)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at void android.os.Looper.loop() (Looper.java:237)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at void com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run() (MessageQueueThreadImpl.java:233)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]   at void java.lang.Thread.run() (Thread.java:919)
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578] 
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]     in call to GetObjectRefType
2024-07-23 13:58:32.849 28117-28447 ple.withnewarc          com.example.withnewarch              A  java_vm_ext.cc:578]     from void com.facebook.jni.NativeRunnable.run()
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351] No pending exception expected: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/lib/arm64, /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]]] couldn't find "libreact-native-filament.so"
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at void java.lang.Runtime.loadLibrary0(java.lang.ClassLoader, java.lang.Class, java.lang.String) (Runtime.java:1067)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at void java.lang.Runtime.loadLibrary0(java.lang.Class, java.lang.String) (Runtime.java:1007)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at void java.lang.System.loadLibrary(java.lang.String) (System.java:1667)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at void com.margelo.filament.FilamentModuleImpl.<clinit>() (FilamentModuleImpl.java:9)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at void com.margelo.filament.FilamentModule.<init>(com.facebook.react.bridge.ReactApplicationContext) (FilamentModule.java:10)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at com.facebook.react.bridge.NativeModule com.margelo.filament.FilamentViewPackage.getModule(java.lang.String, com.facebook.react.bridge.ReactApplicationContext) (FilamentViewPackage.java:25)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at com.facebook.react.bridge.NativeModule com.facebook.react.ReactPackageTurboModuleManagerDelegate.lambda$initialize$0(com.facebook.react.BaseReactPackage, com.facebook.react.bridge.ReactApplicationContext, java.lang.String) (ReactPackageTurboModuleManagerDelegate.java:76)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at com.facebook.react.bridge.NativeModule com.facebook.react.ReactPackageTurboModuleManagerDelegate$$ExternalSyntheticLambda0.getModule(java.lang.String) (D8$$SyntheticClass:-1)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at com.facebook.react.turbomodule.core.interfaces.TurboModule com.facebook.react.ReactPackageTurboModuleManagerDelegate.getModule(java.lang.String) (ReactPackageTurboModuleManagerDelegate.java:173)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at com.facebook.react.bridge.NativeModule com.facebook.react.internal.turbomodule.core.TurboModuleManager.lambda$new$1(com.facebook.react.internal.turbomodule.core.TurboModuleManagerDelegate, java.lang.String) (TurboModuleManager.java:85)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at com.facebook.react.bridge.NativeModule com.facebook.react.internal.turbomodule.core.TurboModuleManager$$ExternalSyntheticLambda1.getModule(java.lang.String) (D8$$SyntheticClass:-1)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at com.facebook.react.bridge.NativeModule com.facebook.react.internal.turbomodule.core.TurboModuleManager.getOrCreateModule(java.lang.String, com.facebook.react.internal.turbomodule.core.TurboModuleManager$ModuleHolder, boolean) (TurboModuleManager.java:310)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at com.facebook.react.bridge.NativeModule com.facebook.react.internal.turbomodule.core.TurboModuleManager.getModule(java.lang.String) (TurboModuleManager.java:270)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at com.facebook.react.bridge.CxxModuleWrapper com.facebook.react.internal.turbomodule.core.TurboModuleManager.getTurboLegacyCxxModule(java.lang.String) (TurboModuleManager.java:203)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at void com.facebook.jni.NativeRunnable.run() (NativeRunnable.java:-2)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:883)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:100)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at void com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(android.os.Message) (MessageQueueThreadHandler.java:27)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at void android.os.Looper.loop() (Looper.java:237)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at void com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run() (MessageQueueThreadImpl.java:233)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351]   at void java.lang.Thread.run() (Thread.java:919)
2024-07-23 13:58:32.933 28117-28447 ple.withnewarc          com.example.withnewarch              A  thread.cc:2351] 
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] Runtime aborting --- recursively, so no thread-specific detail!
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #00 pc 00000000004113c8  /apex/com.android.runtime/lib64/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+140)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #01 pc 00000000004b9324  /apex/com.android.runtime/lib64/libart.so (art::Runtime::Abort(char const*)+1372)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #02 pc 000000000000b458  /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+580)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #03 pc 00000000004feda0  /apex/com.android.runtime/lib64/libart.so (art::Thread::AssertNoPendingException() const+1136)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #04 pc 0000000000166a5c  /apex/com.android.runtime/lib64/libart.so (art::ClassLinker::FindClass(art::Thread*, char const*, art::Handle<art::mirror::ClassLoader>)+64)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #05 pc 0000000000153a48  /apex/com.android.runtime/lib64/libart.so (art::ClassLinker::DoResolveType(art::dex::TypeIndex, art::Handle<art::mirror::DexCache>, art::Handle<art::mirror::ClassLoader>)+184)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #06 pc 0000000000526a6c  /apex/com.android.runtime/lib64/libart.so (_ZN3art8verifier4impl12_GLOBAL__N_114MethodVerifierILb0EE6VerifyEv$09bf97eb2c0d684adb6d215f7005036e+1540)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #07 pc 000000000052a5e0  /apex/com.android.runtime/lib64/libart.so (art::verifier::MethodVerifier::FindLocksAtDexPc(art::ArtMethod*, unsigned int, std::__1::vector<art::verifier::MethodVerifier::DexLockInfo, std::__1::allocator<art::verifier::MethodVerifier::DexLockInfo>>*, unsigned int)+648)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #08 pc 000000000040ebc8  /apex/com.android.runtime/lib64/libart.so (art::Monitor::VisitLocks(art::StackVisitor*, void (*)(art::ObjPtr<art::mirror::Object>, void*), void*, bool)+820)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #09 pc 000000000040fc00  /apex/com.android.runtime/lib64/libart.so (art::MonitorObjectsStackVisitor::VisitFrame()+164)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #10 pc 00000000004dc2e0  /apex/com.android.runtime/lib64/libart.so (_ZN3art12StackVisitor9WalkStackILNS0_16CountTransitionsE0EEEvb+1644)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #11 pc 00000000004fdb04  /apex/com.android.runtime/lib64/libart.so (art::Thread::DumpJavaStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, bool) const+452)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #12 pc 00000000004f98e0  /apex/com.android.runtime/lib64/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool, BacktraceMap*, bool) const+536)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #13 pc 0000000000513fe8  /apex/com.android.runtime/lib64/libart.so (art::DumpCheckpoint::Run(art::Thread*)+828)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #14 pc 000000000050d170  /apex/com.android.runtime/lib64/libart.so (art::ThreadList::RunCheckpoint(art::Closure*, art::Closure*)+592)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #15 pc 000000000050c5cc  /apex/com.android.runtime/lib64/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char>>&, bool)+1964)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #16 pc 00000000004b9374  /apex/com.android.runtime/lib64/libart.so (art::Runtime::Abort(char const*)+1452)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #17 pc 000000000000b458  /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+580)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #18 pc 0000000000377794  /apex/com.android.runtime/lib64/libart.so (art::JavaVMExt::JniAbort(char const*, char const*)+1584)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #19 pc 00000000003779b8  /apex/com.android.runtime/lib64/libart.so (art::JavaVMExt::JniAbortV(char const*, char const*, std::__va_list)+108)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #20 pc 0000000000369ddc  /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::AbortF(char const*, ...)+136)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #21 pc 00000000003688b0  /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::CheckPossibleHeapValue(art::ScopedObjectAccess&, char, art::(anonymous namespace)::JniValueType)+1144)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #22 pc 0000000000367c98  /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::ScopedCheck::Check(art::ScopedObjectAccess&, bool, char const*, art::(anonymous namespace)::JniValueType*)+652)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #23 pc 00000000003672f8  /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::CheckJNI::GetObjectRefType(_JNIEnv*, _jobject*)+668)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #24 pc 00000000000216b4  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfbjni.so (offset 1307000) (facebook::jni::isObjectRefType(_jobject*, jobjectRefType)+68)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #25 pc 000000000004ec0c  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libturbomodulejsijni.so (offset 2cf2000) (facebook::jni::LocalReferenceAllocator::verifyReference(_jobject*) const+28)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #26 pc 000000000004ec7c  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libturbomodulejsijni.so (offset 2cf2000) (facebook::jni::LocalReferenceAllocator::deleteReference(_jobject*) const+76)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #27 pc 0000000000064938  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libturbomodulejsijni.so (offset 2cf2000) (facebook::jni::base_owned_ref<facebook::jni::JString, facebook::jni::LocalReferenceAllocator>::reset(_jstring*)+156)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #28 pc 0000000000064874  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libturbomodulejsijni.so (offset 2cf2000) (facebook::jni::base_owned_ref<facebook::jni::JString, facebook::jni::LocalReferenceAllocator>::reset()+24)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #29 pc 0000000000064828  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libturbomodulejsijni.so (offset 2cf2000) (facebook::jni::base_owned_ref<facebook::jni::JString, facebook::jni::LocalReferenceAllocator>::~base_owned_ref()+24)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #30 pc 0000000000064690  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libturbomodulejsijni.so (offset 2cf2000) (facebook::jni::basic_strong_ref<facebook::jni::JString, facebook::jni::LocalReferenceAllocator>::~basic_strong_ref()+20)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #31 pc 0000000000060534  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libturbomodulejsijni.so (offset 2cf2000) (facebook::jni::JMethod<facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::react::CxxModuleWrapper, facebook::react::CxxModuleWrapperBase>::JavaPart, facebook::jni::HybridClass<facebook::react::CxxModuleWrapperBase, facebook::react::JNativeModule>::JavaPart, void>::_javaobject*> (std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char>> const&)>::operator()(facebook::jni::alias_ref<_jobject*>, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char>> const&) const+164)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #32 pc 000000000005f698  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libturbomodulejsijni.so (offset 2cf2000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #33 pc 000000000005f1a0  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libturbomodulejsijni.so (offset 2cf2000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #34 pc 000000000005f148  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libturbomodulejsijni.so (offset 2cf2000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #35 pc 000000000005f114  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libturbomodulejsijni.so (offset 2cf2000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #36 pc 000000000005dbc4  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libturbomodulejsijni.so (offset 2cf2000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #37 pc 00000000000b8020  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreact_nativemodule_core.so (offset 2299000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #38 pc 00000000000b4898  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreact_nativemodule_core.so (offset 2299000) (std::__ndk1::function<std::__ndk1::shared_ptr<facebook::react::TurboModule> (std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char>> const&)>::operator()(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char>> const&) const+36)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #39 pc 00000000000b45bc  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreact_nativemodule_core.so (offset 2299000) (facebook::react::TurboModuleBinding::getModule(facebook::jsi::Runtime&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char>> const&) const+108)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #40 pc 00000000000b6b00  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreact_nativemodule_core.so (offset 2299000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #41 pc 00000000000b69f8  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreact_nativemodule_core.so (offset 2299000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #42 pc 00000000000b6980  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreact_nativemodule_core.so (offset 2299000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #43 pc 00000000000b6934  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreact_nativemodule_core.so (offset 2299000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #44 pc 00000000000b5860  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreact_nativemodule_core.so (offset 2299000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #45 pc 000000000007c430  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermesinstancejni.so (offset 19de000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #46 pc 000000000007c380  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermesinstancejni.so (offset 19de000) (std::__ndk1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) const+72)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #47 pc 000000000007c328  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermesinstancejni.so (offset 19de000) (facebook::jsi::DecoratedHostFunction::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+84)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #48 pc 000000000007c2c4  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermesinstancejni.so (offset 19de000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #49 pc 000000000007c24c  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermesinstancejni.so (offset 19de000) (_ZNSt6__ndk128__invoke_void_return_wrapperIN8facebook3jsi5ValueELb0EE6__callIJRNS2_21DecoratedHostFunctionERNS2_7RuntimeERKS3_PSA_mEEES3_DpOT_+60)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #50 pc 000000000007c200  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermesinstancejni.so (offset 19de000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #51 pc 000000000007b144  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermesinstancejni.so (offset 19de000) (std::__ndk1::__function::__func<facebook::jsi::DecoratedHostFunction, std::__ndk1::allocator<facebook::jsi::DecoratedHostFunction>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+64)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #52 pc 00000000000b869c  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermes.so (offset 15eb000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #53 pc 00000000001150c4  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermes.so (offset 15eb000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #54 pc 00000000001342cc  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermes.so (offset 15eb000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #55 pc 0000000000133800  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermes.so (offset 15eb000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #56 pc 0000000000174e5c  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermes.so (offset 15eb000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #57 pc 00000000000abd50  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermes.so (offset 15eb000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #58 pc 00000000000abbcc  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermes.so (offset 15eb000) (facebook::hermes::HermesRuntime::evaluateJavaScriptWithSourceMap(std::__ndk1::shared_ptr<facebook::jsi::Buffer const> const&, std::__ndk1::shared_ptr<facebook::jsi::Buffer const> const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char>> const&)+100)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #59 pc 00000000000acf18  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermes.so (offset 15eb000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #60 pc 0000000000074db4  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libhermesinstancejni.so (offset 19de000) (facebook::jsi::RuntimeDecorator<facebook::jsi::Runtime, facebook::jsi::Runtime>::evaluateJavaScript(std::__ndk1::shared_ptr<facebook::jsi::Buffer const> const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char>> const&)+60)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #61 pc 000000000012d598  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!librninstance.so (offset 28ef000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #62 pc 000000000012d4b4  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!librninstance.so (offset 28ef000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #63 pc 000000000012d464  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!librninstance.so (offset 28ef000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #64 pc 000000000012d438  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!librninstance.so (offset 28ef000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #65 pc 000000000012c2d8  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!librninstance.so (offset 28ef000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #66 pc 000000000044f800  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfabricjni.so (offset ba4000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #67 pc 000000000044f708  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfabricjni.so (offset ba4000) (std::__ndk1::function<void (facebook::jsi::Runtime&)>::operator()(facebook::jsi::Runtime&) const+28)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #68 pc 00000000005d3cc4  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfabricjni.so (offset ba4000) (facebook::react::Task::execute(facebook::jsi::Runtime&, bool)+612)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #69 pc 00000000005cb7b8  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfabricjni.so (offset ba4000) (facebook::react::RuntimeScheduler_Modern::executeMacrotask(facebook::jsi::Runtime&, std::__ndk1::shared_ptr<facebook::react::Task>, bool) const+84)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #70 pc 00000000005cb244  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfabricjni.so (offset ba4000) (_ZN8facebook5react23RuntimeScheduler_Modern11executeTaskERNS_3jsi7RuntimeERKNSt6__ndk110shared_ptrINS0_4TaskEEENS5_6chrono10time_pointINSB_12steady_clockENSB_8durationIxNS5_5ratioILl1ELl1000000000EEEEEEE+220)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #71 pc 00000000005cacd4  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfabricjni.so (offset ba4000) (facebook::react::RuntimeScheduler_Modern::startWorkLoop(facebook::jsi::Runtime&, bool)+236)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #72 pc 00000000005d35a0  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfabricjni.so (offset ba4000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #73 pc 00000000005d3568  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfabricjni.so (offset ba4000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #74 pc 00000000005d3518  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfabricjni.so (offset ba4000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #75 pc 00000000005d34ec  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfabricjni.so (offset ba4000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #76 pc 00000000005d25a8  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfabricjni.so (offset ba4000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #77 pc 00000000001063d8  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!librninstance.so (offset 28ef000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #78 pc 0000000000104a0c  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!librninstance.so (offset 28ef000) (std::__ndk1::function<void (facebook::jsi::Runtime&)>::operator()(facebook::jsi::Runtime&) const+28)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #79 pc 00000000001223f4  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!librninstance.so (offset 28ef000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #80 pc 0000000000122368  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!librninstance.so (offset 28ef000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #81 pc 0000000000122320  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!librninstance.so (offset 28ef000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #82 pc 00000000001222fc  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!librninstance.so (offset 28ef000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #83 pc 0000000000121308  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!librninstance.so (offset 28ef000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #84 pc 00000000001f5d40  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreactnativejni.so (offset 25d5000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #85 pc 00000000001f5c28  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreactnativejni.so (offset 25d5000) (std::__ndk1::function<void ()>::operator()() const+20)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #86 pc 0000000000210934  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreactnativejni.so (offset 25d5000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #87 pc 00000000002108cc  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreactnativejni.so (offset 25d5000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #88 pc 0000000000210884  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreactnativejni.so (offset 25d5000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #89 pc 0000000000210860  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreactnativejni.so (offset 25d5000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #90 pc 000000000020f818  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libreactnativejni.so (offset 25d5000) (???)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #91 pc 0000000000019804  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfbjni.so (offset 1307000) (_ZN8facebook3jni6detail13MethodWrapperIMNS0_15JNativeRunnableEFvvEXadL_ZNS3_3runEvEES3_vJEE8dispatchENS0_9alias_refIPNS1_8JTypeForINS0_11HybridClassIS3_NS0_9JRunnableEE8JavaPartESA_vE11_javaobjectEEE+72)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #92 pc 0000000000019744  /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!libfbjni.so (offset 1307000) (_ZN8facebook3jni6detail15FunctionWrapperIPFvNS0_9alias_refIPNS1_8JTypeForINS0_11HybridClassINS0_15JNativeRunnableENS0_9JRunnableEE8JavaPartES7_vE11_javaobjectEEEESC_vJEE4callEP7_JNIEnvP8_jobjectSF_+60)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #93 pc 0000000000140350  /apex/com.android.runtime/lib64/libart.so (art_quick_generic_jni_trampoline+144)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #94 pc 0000000000137334  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #95 pc 0000000000145fec  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+244)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #96 pc 00000000002e2e18  /apex/com.android.runtime/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+384)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #97 pc 00000000002de078  /apex/com.android.runtime/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+892)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #98 pc 00000000005a2c84  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+980)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #99 pc 0000000000131a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #100 pc 00000000003572c4  /system/framework/framework.jar (android.os.Handler.handleCallback+4)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #101 pc 00000000005a423c  /apex/com.android.runtime/lib64/libart.so (MterpInvokeStatic+1040)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #102 pc 0000000000131994  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static+20)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #103 pc 0000000000357130  /system/framework/framework.jar (android.os.Handler.dispatchMessage+8)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #104 pc 00000000005a23e4  /apex/com.android.runtime/lib64/libart.so (MterpInvokeSuper+2248)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #105 pc 0000000000131894  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_super+20)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #106 pc 0000000000359a0c  [anon:dalvik-classes.dex extracted in memory from /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk] (com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #107 pc 00000000005a178c  /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtual+1352)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #108 pc 0000000000131814  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual+20)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #109 pc 0000000000397b7e  /system/framework/framework.jar (android.os.Looper.loop+466)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #110 pc 00000000005a423c  /apex/com.android.runtime/lib64/libart.so (MterpInvokeStatic+1040)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #111 pc 0000000000131994  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static+20)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #112 pc 0000000000359b9a  [anon:dalvik-classes.dex extracted in memory from /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk] (com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run+74)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #113 pc 00000000005a2fac  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1788)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #114 pc 0000000000131a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #115 pc 00000000000eaa54  /apex/com.android.runtime/javalib/core-oj.jar (java.lang.Thread.run+8)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #116 pc 00000000002b412c  /apex/com.android.runtime/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.5034879496665571415+240)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #117 pc 0000000000592a34  /apex/com.android.runtime/lib64/libart.so (artQuickToInterpreterBridge+1032)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #118 pc 0000000000140468  /apex/com.android.runtime/lib64/libart.so (art_quick_to_interpreter_bridge+88)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #119 pc 0000000000137334  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #120 pc 0000000000145fec  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+244)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #121 pc 00000000004b0ea0  /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #122 pc 00000000004b1fb4  /apex/com.android.runtime/lib64/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue const*)+416)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #123 pc 00000000004f2f6c  /apex/com.android.runtime/lib64/libart.so (art::Thread::CreateCallback(void*)+1176)
2024-07-23 13:58:32.974 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #124 pc 00000000000e6f20  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+36)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] #125 pc 00000000000850c8  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:642] 
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650] No pending exception expected: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/lib/arm64, /data/app/com.example.withnewarch-BQxbA4PjJaIMu29-UffTbQ==/base.apk!/lib/arm64-v8a, /system/lib64, /system/product/lib64]]] couldn't find "libreact-native-filament.so"
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at void java.lang.Runtime.loadLibrary0(java.lang.ClassLoader, java.lang.Class, java.lang.String) (Runtime.java:1067)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at void java.lang.Runtime.loadLibrary0(java.lang.Class, java.lang.String) (Runtime.java:1007)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at void java.lang.System.loadLibrary(java.lang.String) (System.java:1667)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at void com.margelo.filament.FilamentModuleImpl.<clinit>() (FilamentModuleImpl.java:9)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at void com.margelo.filament.FilamentModule.<init>(com.facebook.react.bridge.ReactApplicationContext) (FilamentModule.java:10)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at com.facebook.react.bridge.NativeModule com.margelo.filament.FilamentViewPackage.getModule(java.lang.String, com.facebook.react.bridge.ReactApplicationContext) (FilamentViewPackage.java:25)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at com.facebook.react.bridge.NativeModule com.facebook.react.ReactPackageTurboModuleManagerDelegate.lambda$initialize$0(com.facebook.react.BaseReactPackage, com.facebook.react.bridge.ReactApplicationContext, java.lang.String) (ReactPackageTurboModuleManagerDelegate.java:76)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at com.facebook.react.bridge.NativeModule com.facebook.react.ReactPackageTurboModuleManagerDelegate$$ExternalSyntheticLambda0.getModule(java.lang.String) (D8$$SyntheticClass:-1)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at com.facebook.react.turbomodule.core.interfaces.TurboModule com.facebook.react.ReactPackageTurboModuleManagerDelegate.getModule(java.lang.String) (ReactPackageTurboModuleManagerDelegate.java:173)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at com.facebook.react.bridge.NativeModule com.facebook.react.internal.turbomodule.core.TurboModuleManager.lambda$new$1(com.facebook.react.internal.turbomodule.core.TurboModuleManagerDelegate, java.lang.String) (TurboModuleManager.java:85)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at com.facebook.react.bridge.NativeModule com.facebook.react.internal.turbomodule.core.TurboModuleManager$$ExternalSyntheticLambda1.getModule(java.lang.String) (D8$$SyntheticClass:-1)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at com.facebook.react.bridge.NativeModule com.facebook.react.internal.turbomodule.core.TurboModuleManager.getOrCreateModule(java.lang.String, com.facebook.react.internal.turbomodule.core.TurboModuleManager$ModuleHolder, boolean) (TurboModuleManager.java:310)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at com.facebook.react.bridge.NativeModule com.facebook.react.internal.turbomodule.core.TurboModuleManager.getModule(java.lang.String) (TurboModuleManager.java:270)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at com.facebook.react.bridge.CxxModuleWrapper com.facebook.react.internal.turbomodule.core.TurboModuleManager.getTurboLegacyCxxModule(java.lang.String) (TurboModuleManager.java:203)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at void com.facebook.jni.NativeRunnable.run() (NativeRunnable.java:-2)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at void android.os.Handler.handleCallback(android.os.Message) (Handler.java:883)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:100)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at void com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(android.os.Message) (MessageQueueThreadHandler.java:27)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at void android.os.Looper.loop() (Looper.java:237)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at void com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run() (MessageQueueThreadImpl.java:233)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650]   at void java.lang.Thread.run() (Thread.java:919)
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650] 
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              A  runtime.cc:650] 
2024-07-23 13:58:32.975 28117-28447 ple.withnewarc          com.example.withnewarch              W  0xebadde09 skipped times: 0

Steps to reproduce:

Outputs for java -version:

openjdk version "17.0.9" 2023-10-17 LTS
OpenJDK Runtime Environment Zulu17.46+19-CA (build 17.0.9+8-LTS)
OpenJDK 64-Bit Server VM Zulu17.46+19-CA (build 17.0.9+8-LTS, mixed mode, sharing)

Any help appreciated!

Rakha112 commented 1 month ago

I'm also experiencing a force close on Android New Architecture, but it works fine on iOS. I'm using React Native CLI