App keeps stopping

App keeps Stopping , I’m getting this error in virtual device that I’m running


These are logs that got generated:

2023-04-28 09:56:31.696 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup34: Permission denied
2023-04-28 09:56:31.701 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup35: Permission denied
2023-04-28 09:56:32.102 1620-2526 GmsTaskScheduler com.google.android.gms E sendWakeUpEvent called on SchedulerClientBroadcastStrategy
2023-04-28 09:56:37.555 4812-4812 SoLoader com.digitalglyde.gridrecon E couldn’t find DSO to load: libjscexecutor.so
SoSource 0: com.facebook.soloader.ApkSoSource[root = /data/data/com.digitalglyde.gridrecon/lib-main flags = 1]
SoSource 1: com.facebook.soloader.DirectorySoSource[root = /data/app/~~2pac6Pn0ICX7dm7JkloPQA==/com.digitalglyde.gridrecon-g_gyaVWDCwQACjHYf8WEcQ==/lib/x86 flags = 0]
SoSource 2: com.facebook.soloader.DirectorySoSource[root = /vendor/lib flags = 2]
SoSource 3: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
Native lib dir: /data/app/~~2pac6Pn0ICX7dm7JkloPQA==/com.digitalglyde.gridrecon-g_gyaVWDCwQACjHYf8WEcQ==/lib/x86
result: 0
2023-04-28 09:56:37.581 4812-4812 SoLoader com.digitalglyde.gridrecon E couldn’t find DSO to load: libhermes-executor-debug.so
SoSource 0: com.facebook.soloader.ApkSoSource[root = /data/data/com.digitalglyde.gridrecon/lib-main flags = 1]
SoSource 1: com.facebook.soloader.DirectorySoSource[root = /data/app/~~2pac6Pn0ICX7dm7JkloPQA==/com.digitalglyde.gridrecon-g_gyaVWDCwQACjHYf8WEcQ==/lib/x86 flags = 0]
SoSource 2: com.facebook.soloader.DirectorySoSource[root = /vendor/lib flags = 2]
SoSource 3: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
Native lib dir: /data/app/~~2pac6Pn0ICX7dm7JkloPQA==/com.digitalglyde.gridrecon-g_gyaVWDCwQACjHYf8WEcQ==/lib/x86
result: 0
2023-04-28 09:56:38.528 4812-4845 ReactNativeJS com.digitalglyde.gridrecon E Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: library “libhermes-executor-debug.so” not found: needed by /data/app/~~2pac6Pn0ICX7dm7JkloPQA==/com.digitalglyde.gridrecon-g_gyaVWDCwQACjHYf8WEcQ==/lib/x86/libreanimated.so in namespace classloader-namespace, js engine: hermes
2023-04-28 09:56:38.533 4812-4845 ReactNativeJS com.digitalglyde.gridrecon E Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native., js engine: hermes
2023-04-28 09:56:38.562 4812-4846 AndroidRuntime com.digitalglyde.gridrecon E FATAL EXCEPTION: mqt_native_modules
Process: com.digitalglyde.gridrecon, PID: 4812
com.facebook.react.common.JavascriptException: Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: library “libhermes-executor-debug.so” not found: needed by /data/app/~~2pac6Pn0ICX7dm7JkloPQA==/com.digitalglyde.gridrecon-g_gyaVWDCwQACjHYf8WEcQ==/lib/x86/libreanimated.so in namespace classloader-namespace, js engine: hermes, stack:
callNativeSyncHook@1:80029
nonPromiseMethodWrapper@1:77276
NativeReanimated@1:642731
anonymous@1:635949
loadModuleImplementation@1:45296
guardedLoadModule@1:44845
metroRequire@1:44473
anonymous@1:681719
loadModuleImplementation@1:45296
guardedLoadModule@1:44845
metroRequire@1:44473
anonymous@1:644684
loadModuleImplementation@1:45296
guardedLoadModule@1:44845
metroRequire@1:44473
anonymous@1:631147
loadModuleImplementation@1:45296
guardedLoadModule@1:44845
metroRequire@1:44473
anonymous@1:629741
loadModuleImplementation@1:45296
guardedLoadModule@1:44845
metroRequire@1:44473
anonymous@1:2049398
loadModuleImplementation@1:45296
guardedLoadModule@1:44845
metroRequire@1:44473
anonymous@1:2048291
loadModuleImplementation@1:45296
guardedLoadModule@1:44845
metroRequire@1:44473
anonymous@1:2047230
loadModuleImplementation@1:45296
guardedLoadModule@1:44845
metroRequire@1:44473
anonymous@1:1433353
loadModuleImplementation@1:45296
guardedLoadModule@1:44845
metroRequire@1:44473
anonymous@1:902940
loadModuleImplementation@1:45296
guardedLoadModule@1:44845
metroRequire@1:44473
anonymous@1:51699
loadModuleImplementation@1:45296
guardedLoadModule@1:44802
metroRequire@1:44473
global@1:44059

                                                                                                	at com.facebook.react.modules.core.ExceptionsManagerModule.reportException(ExceptionsManagerModule.java:72)
                                                                                                	at java.lang.reflect.Method.invoke(Native Method)
                                                                                                	at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372)
                                                                                                	at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:188)
                                                                                                	at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
                                                                                                	at android.os.Handler.handleCallback(Handler.java:938)
                                                                                                	at android.os.Handler.dispatchMessage(Handler.java:99)
                                                                                                	at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
                                                                                                	at android.os.Looper.loop(Looper.java:223)
                                                                                                	at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228)
                                                                                                	at java.lang.Thread.run(Thread.java:923)

2023-04-28 09:56:40.935 583-1664 TaskPersister system_process E File error accessing recents directory (directory doesn’t exist?).
2023-04-28 09:56:47.157 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup34: Permission denied
2023-04-28 09:56:47.162 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup35: Permission denied
2023-04-28 09:56:55.262 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup34: Permission denied
2023-04-28 09:56:55.267 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup35: Permission denied
2023-04-28 09:57:10.470 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup34: Permission denied
2023-04-28 09:57:10.484 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup35: Permission denied
2023-04-28 09:57:31.023 411-411 netmgr netmgr E qemu_pipe_open_ns:62: Could not connect to the ‘pipe:qemud:network’ service: Invalid argument
2023-04-28 09:57:31.023 411-411 netmgr netmgr E Failed to open QEMU pipe ‘qemud:network’: Invalid argument
2023-04-28 09:57:31.355 414-414 wifi_forwarder wifi_forwarder E qemu_pipe_open_ns:62: Could not connect to the ‘pipe:qemud:wififorward’ service: Invalid argument
2023-04-28 09:57:31.356 414-414 wifi_forwarder wifi_forwarder E RemoteConnection failed to initialize: RemoteConnection failed to open pipe
2023-04-28 09:58:31.085 411-411 netmgr netmgr E qemu_pipe_open_ns:62: Could not connect to the ‘pipe:qemud:network’ service: Invalid argument
2023-04-28 09:58:31.086 411-411 netmgr netmgr E Failed to open QEMU pipe ‘qemud:network’: Invalid argument
2023-04-28 09:58:31.412 414-414 wifi_forwarder wifi_forwarder E qemu_pipe_open_ns:62: Could not connect to the ‘pipe:qemud:wififorward’ service: Invalid argument
2023-04-28 09:58:31.412 414-414 wifi_forwarder wifi_forwarder E RemoteConnection failed to initialize: RemoteConnection failed to open pipe
2023-04-28 09:59:31.086 411-411 netmgr netmgr E qemu_pipe_open_ns:62: Could not connect to the ‘pipe:qemud:network’ service: Invalid argument
2023-04-28 09:59:31.087 411-411 netmgr netmgr E Failed to open QEMU pipe ‘qemud:network’: Invalid argument
2023-04-28 09:59:31.467 414-414 wifi_forwarder wifi_forwarder E qemu_pipe_open_ns:62: Could not connect to the ‘pipe:qemud:wififorward’ service: Invalid argument
2023-04-28 09:59:31.467 414-414 wifi_forwarder wifi_forwarder E RemoteConnection failed to initialize: RemoteConnection failed to open pipe
2023-04-28 10:00:18.108 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup34: Permission denied
2023-04-28 10:00:18.112 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup35: Permission denied
2023-04-28 10:00:31.103 411-411 netmgr netmgr E qemu_pipe_open_ns:62: Could not connect to the ‘pipe:qemud:network’ service: Invalid argument
2023-04-28 10:00:31.103 411-411 netmgr netmgr E Failed to open QEMU pipe ‘qemud:network’: Invalid argument
2023-04-28 10:00:31.503 414-414 wifi_forwarder wifi_forwarder E qemu_pipe_open_ns:62: Could not connect to the ‘pipe:qemud:wififorward’ service: Invalid argument
2023-04-28 10:00:31.503 414-414 wifi_forwarder wifi_forwarder E RemoteConnection failed to initialize: RemoteConnection failed to open pipe
2023-04-28 10:00:47.288 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup34: Permission denied
2023-04-28 10:00:47.293 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup35: Permission denied
2023-04-28 10:01:31.157 411-411 netmgr netmgr E qemu_pipe_open_ns:62: Could not connect to the ‘pipe:qemud:network’ service: Invalid argument
2023-04-28 10:01:31.157 411-411 netmgr netmgr E Failed to open QEMU pipe ‘qemud:network’: Invalid argument
2023-04-28 10:01:31.557 414-414 wifi_forwarder wifi_forwarder E qemu_pipe_open_ns:62: Could not connect to the ‘pipe:qemud:wififorward’ service: Invalid argument
2023-04-28 10:01:31.557 414-414 wifi_forwarder wifi_forwarder E RemoteConnection failed to initialize: RemoteConnection failed to open pipe
2023-04-28 10:01:32.124 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup34: Permission denied
2023-04-28 10:01:32.133 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup35: Permission denied
2023-04-28 10:01:47.193 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup34: Permission denied
2023-04-28 10:01:47.201 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup35: Permission denied
2023-04-28 10:02:18.390 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup34: Permission denied
2023-04-28 10:02:18.394 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup35: Permission denied
2023-04-28 10:02:31.213 411-411 netmgr netmgr E qemu_pipe_open_ns:62: Could not connect to the ‘pipe:qemud:network’ service: Invalid argument
2023-04-28 10:02:31.213 411-411 netmgr netmgr E Failed to open QEMU pipe ‘qemud:network’: Invalid argument
2023-04-28 10:02:31.582 414-414 wifi_forwarder wifi_forwarder E qemu_pipe_open_ns:62: Could not connect to the ‘pipe:qemud:wififorward’ service: Invalid argument
2023-04-28 10:02:31.583 414-414 wifi_forwarder wifi_forwarder E RemoteConnection failed to initialize: RemoteConnection failed to open pipe
2023-04-28 10:02:33.529 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup34: Permission denied
2023-04-28 10:02:33.533 217-220 android.sy…0-service [email protected] E Error opening kernel wakelock stats for: wakeup35: Permission denied