You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build app from sources, build was succeded, but after launch on device i got the following exception:
--------- beginning of crash
02-20 08:07:53.351 6500 15755 E AndroidRuntime: FATAL EXCEPTION: mqt_native_modules
02-20 08:07:53.351 6500 15755 E AndroidRuntime: Process: com.verusmobile, PID: 6500
02-20 08:07:53.351 6500 15755 E AndroidRuntime: com.facebook.react.common.JavascriptException: Error: Expected Buffer, got s, stack:
02-20 08:07:53.351 6500 15755 E AndroidRuntime:
02-20 08:07:53.351 6500 15755 E AndroidRuntime: at com.facebook.react.modules.core.ExceptionsManagerModule.reportException(ExceptionsManagerModule.java:71)
02-20 08:07:53.351 6500 15755 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
02-20 08:07:53.351 6500 15755 E AndroidRuntime: at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:371)
02-20 08:07:53.351 6500 15755 E AndroidRuntime: at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:150)
02-20 08:07:53.351 6500 15755 E AndroidRuntime: at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
02-20 08:07:53.351 6500 15755 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:938)
02-20 08:07:53.351 6500 15755 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
02-20 08:07:53.351 6500 15755 E AndroidRuntime: at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:26)
02-20 08:07:53.351 6500 15755 E AndroidRuntime: at android.os.Looper.loop(Looper.java:246)
02-20 08:07:53.351 6500 15755 E AndroidRuntime: at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:225)
02-20 08:07:53.351 6500 15755 E AndroidRuntime: at java.lang.Thread.run(Thread.java:923)
02-20 08:07:53.354 970 6009 D NetdEventListenerService: DNS Requested by : 627, 10312
02-20 08:07:53.357 970 15794 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
02-20 08:07:53.358 970 7519 D Debug : low && ship && 3rdparty app crash, do not dump
02-20 08:07:53.358 970 7519 W ActivityManager: crash : com.verusmobile,10312
Unfortunatelly, i know almost nothing about react-native and how i can debug this and find the root, what caused this. The only things i changed in repo before build are:
I tried to build app from sources, build was succeded, but after launch on device i got the following exception:
Unfortunatelly, i know almost nothing about
react-native
and how i can debug this and find the root, what caused this. The only things i changed in repo before build are:package.json
Bcz of
toolbar-android
issue, mentioned here . And:android/gradle/wrapper/gradle-wrapper.properties
Bcz somehow without bump gradle it couldn't find
cargo
binary, after upgrade to5.6.4
this issue solved.My steps for build:
Also tried debug build:
And it also end up with the exception above, right after launch app.
react-native info
:Any ideas what i could try to find a reason of the exception?
The text was updated successfully, but these errors were encountered: