getsentry / sentry-react-native

Official Sentry SDK for React Native
https://sentry.io
MIT License
1.58k stars 337 forks source link

App is crashing in Sentry init on Android 8 and lower (API 26 and lower) with JDK 18 #2340

Closed renchap closed 2 years ago

renchap commented 2 years ago

Environment

How do you use Sentry? Self-hosted, 22.6.0

Which SDK and version? @sentry/react-native: 4.1.0 react-native: 0.68.2

Steps to Reproduce

  1. Create an Android emulator running Android 7 (API 24) , Android 7.1 (API 25) or Android 8 (API 26)
  2. Build your RN app (which uses Sentry) and run it in the emulator

Expected Result

The app launches properly.

Actual Result

It crashes with the following error:

Could not invoke RNSentry.initNativeSdk

null

The method 'java.lang.String java.lang.Object.toString(' was expected to be
of type interface but instead was found to be of type virtual (declaration of
'io.sentry.react.RNSentryModule' appears in /data/app/com.inteji.notos-1/
base.apk:classes2.dex)

invoke JavaMethodwrapper. java: 383
invoke JavaModuleWrapper. java: 188
run NativeRunnable.java
handleCallback Handler. java: 751
dispatchllessage Handler. java: 95
dispatchMessage MessageQueueThreadHandler. java: 27
loop Looper. java: 154
run MessageQueueThreadImpl.java:228
run Thread. java: 761
image

When starting the app without calling Sentry.init, the app works fine. On Android 9 (API 27) and higher, the app works fine.

marandaneto commented 2 years ago

@renchap thanks, I'm checking it now.

marandaneto commented 2 years ago

@renchap I cannot reproduce it, I've tried on Android 5, 6, 7, and 8. Can you share the SDK init code snippet? And if possible a minimal reproduction example as well, thanks.

renchap commented 2 years ago

The init is quite simple:

  Sentry.init({
    dsn: "https://key@sentry.domain.tld/6",
    environment: getEnvironment(),
    tracesSampleRate: 1,
    integrations: [
      new Sentry.ReactNativeTracing({
        routingInstrumentation: sentryRoutingInstrumentation,
        tracingOrigins: [
          "localhost",
          /.*\.notos.co\//,
        ],
      }),
    ],
  })

I will try to provide a repro.

marandaneto commented 2 years ago

@renchap yes please, meanwhile enable the debug: true and copy-paste the logs, maybe there are hints, thanks.

renchap commented 2 years ago

Here are the logs with debug: true, but I dont see anything really useful :(

Logs ``` 07-04 15:37:49.468 1235 1377 E TaskPersister: File error accessing recents directory (directory doesn't exist?). 07-04 15:37:50.649 3804 5129 W GmsLocationProvider: Error removing location updates: 16 07-04 15:37:50.664 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:50.674 1235 5092 I GnssLocationProvider: WakeLock acquired by sendMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@12740ef) 07-04 15:37:50.674 1235 1249 I GnssLocationProvider: WakeLock released by handleMessage(SET_REQUEST, 0, com.android.server.location.GnssLocationProvider$GpsRequest@12740ef) 07-04 15:37:50.920 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:50.974 1235 1302 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.google.android.apps.nexuslauncher/.NexusLauncherActivity (has extras)} from uid 1000 07-04 15:37:54.454 1235 3803 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.inteji.notos/.MainActivity bnds=[1269,1132][1582,1440]} from uid 10022 07-04 15:37:54.467 5492 5492 I zygote64: Late-enabling -Xcheck:jni 07-04 15:37:54.471 1235 3803 I ActivityManager: Start proc 5492:com.inteji.notos/u0a76 for activity com.inteji.notos/.MainActivity 07-04 15:37:54.487 1024 1024 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 16388096 07-04 15:37:54.517 5492 5492 W FirebaseApp: Default FirebaseApp failed to initialize because no default options were found. This usually means that com.google.gms:google-services was not applied to your gradle project. 07-04 15:37:54.517 5492 5492 I FirebaseInitProvider: FirebaseApp initialization unsuccessful 07-04 15:37:54.521 5492 5492 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration. 07-04 15:37:54.527 5492 5492 D Sentry : io.sentry.auto-init read: false 07-04 15:37:54.527 5492 5492 I Sentry : Retrieving auto-init from AndroidManifest.xml 07-04 15:37:54.528 5492 5492 V fb-UnpackingSoSource: locked dso store /data/user/0/com.inteji.notos/lib-main 07-04 15:37:54.529 5492 5492 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/com.inteji.notos/lib-main 07-04 15:37:54.529 5492 5492 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.inteji.notos/lib-main 07-04 15:37:54.529 2181 2321 D EGL_emulation: eglMakeCurrent: 0x7c59700200: ver 3 0 (tinfo 0x7c4f936280) 07-04 15:37:54.531 5492 5492 D SoLoader: libjscexecutor.so not found on /data/data/com.inteji.notos/lib-main 07-04 15:37:54.531 5492 5492 D SoLoader: libjscexecutor.so not found on /data/app/com.inteji.notos-onGwpC3eIjm-SpPliZZbeQ==/lib/arm64 07-04 15:37:54.531 5492 5492 D SoLoader: libjscexecutor.so not found on /system/lib64 07-04 15:37:54.531 5492 5492 D SoLoader: libjscexecutor.so not found on /vendor/lib64 07-04 15:37:54.531 5492 5492 E SoLoader: couldn't find DSO to load: libjscexecutor.so 07-04 15:37:54.531 5492 5492 E SoLoader: SoSource 0: com.facebook.soloader.ApkSoSource[root = /data/data/com.inteji.notos/lib-main flags = 1] 07-04 15:37:54.531 5492 5492 E SoLoader: SoSource 1: com.facebook.soloader.DirectorySoSource[root = /data/app/com.inteji.notos-onGwpC3eIjm-SpPliZZbeQ==/lib/arm64 flags = 0] 07-04 15:37:54.531 5492 5492 E SoLoader: SoSource 2: com.facebook.soloader.DirectorySoSource[root = /system/lib64 flags = 2] 07-04 15:37:54.531 5492 5492 E SoLoader: SoSource 3: com.facebook.soloader.DirectorySoSource[root = /vendor/lib64 flags = 2] 07-04 15:37:54.531 5492 5492 E SoLoader: Native lib dir: /data/app/com.inteji.notos-onGwpC3eIjm-SpPliZZbeQ==/lib/arm64 07-04 15:37:54.531 5492 5492 E SoLoader: result: 0 07-04 15:37:54.531 5492 5492 D SoLoader: libhermes.so not found on /data/data/com.inteji.notos/lib-main 07-04 15:37:54.532 5492 5492 D SoLoader: libhermes.so found on /data/app/com.inteji.notos-onGwpC3eIjm-SpPliZZbeQ==/lib/arm64 07-04 15:37:54.532 5492 5492 D SoLoader: Not resolving dependencies for libhermes.so 07-04 15:37:54.537 5492 5492 D SoLoader: libhermes-executor-debug.so not found on /data/data/com.inteji.notos/lib-main 07-04 15:37:54.537 5492 5492 D SoLoader: libhermes-executor-debug.so found on /data/app/com.inteji.notos-onGwpC3eIjm-SpPliZZbeQ==/lib/arm64 07-04 15:37:54.537 5492 5492 D SoLoader: Not resolving dependencies for libhermes-executor-debug.so 07-04 15:37:54.545 5492 5492 D NetworkSecurityConfig: No Network Security Config specified, using platform default 07-04 15:37:54.553 5492 5515 D SoLoader: libfbjni.so not found on /data/data/com.inteji.notos/lib-main 07-04 15:37:54.553 5492 5515 D SoLoader: libfbjni.so found on /data/app/com.inteji.notos-onGwpC3eIjm-SpPliZZbeQ==/lib/arm64 07-04 15:37:54.553 5492 5515 D SoLoader: Not resolving dependencies for libfbjni.so 07-04 15:37:54.561 5492 5515 D SoLoader: libflipper.so not found on /data/data/com.inteji.notos/lib-main 07-04 15:37:54.562 5492 5515 D SoLoader: libflipper.so found on /data/app/com.inteji.notos-onGwpC3eIjm-SpPliZZbeQ==/lib/arm64 07-04 15:37:54.562 5492 5515 D SoLoader: Not resolving dependencies for libflipper.so 07-04 15:37:54.572 5492 5492 I flipper : flipper: FlipperClient::addPlugin Inspector 07-04 15:37:54.572 5492 5492 I flipper : flipper: FlipperClient::addPlugin React 07-04 15:37:54.572 5492 5492 I flipper : flipper: FlipperClient::addPlugin Databases 07-04 15:37:54.585 5492 5492 I flipper : flipper: FlipperClient::addPlugin Preferences 07-04 15:37:54.591 5492 5492 I flipper : flipper: FlipperClient::addPlugin CrashReporter 07-04 15:37:54.594 5492 5492 I flipper : flipper: FlipperClient::addPlugin Network 07-04 15:37:54.597 5492 5515 W System.err: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 07-04 15:37:54.597 5492 5515 W System.err: SLF4J: Defaulting to no-operation (NOP) logger implementation 07-04 15:37:54.597 5492 5515 W System.err: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 07-04 15:37:54.598 5492 5492 D ReactNativeHeader: Registered RN Header 07-04 15:37:54.598 5492 5492 D ReactNativeHeader: 3.0.4 07-04 15:37:54.610 5492 5537 I OMXClient: Treble IOmx obtained 07-04 15:37:54.611 1051 1100 I OMXMaster: makeComponentInstance(OMX.google.mp3.decoder) in omx@1.0-service process 07-04 15:37:54.613 1051 1100 E OMXNodeInstance: getConfig(0x7b17036300:google.mp3.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001) 07-04 15:37:54.614 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(8192) returning hidl_memory(0x7cfd62c2f0, 8192) 07-04 15:37:54.620 1017 1017 I chatty : uid=1000(system) allocator@1.0-s identical 2 lines 07-04 15:37:54.620 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(8192) returning hidl_memory(0x7cfd62c2f0, 8192) 07-04 15:37:54.621 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(9216) returning hidl_memory(0x7cfd62c2f0, 9216) 07-04 15:37:54.621 1017 1017 I chatty : uid=1000(system) allocator@1.0-s identical 2 lines 07-04 15:37:54.621 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(9216) returning hidl_memory(0x7cfd62c2f0, 9216) 07-04 15:37:54.637 5492 5545 I OMXClient: Treble IOmx obtained 07-04 15:37:54.638 1051 1097 I OMXMaster: makeComponentInstance(OMX.google.mp3.decoder) in omx@1.0-service process 07-04 15:37:54.638 5492 5497 I zygote64: Do partial code cache collection, code=29KB, data=22KB 07-04 15:37:54.639 1051 1097 E OMXNodeInstance: getConfig(0x7b17036300:google.mp3.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001) 07-04 15:37:54.639 5492 5497 I zygote64: After code cache collection, code=29KB, data=22KB 07-04 15:37:54.639 5492 5497 I zygote64: Increasing code cache capacity to 128KB 07-04 15:37:54.640 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(8192) returning hidl_memory(0x7cfd62c2f0, 8192) 07-04 15:37:54.640 1017 1017 I chatty : uid=1000(system) allocator@1.0-s identical 2 lines 07-04 15:37:54.641 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(8192) returning hidl_memory(0x7cfd62c2f0, 8192) 07-04 15:37:54.641 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(9216) returning hidl_memory(0x7cfd62c2f0, 9216) 07-04 15:37:54.642 1017 1017 I chatty : uid=1000(system) allocator@1.0-s identical 2 lines 07-04 15:37:54.643 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(9216) returning hidl_memory(0x7cfd62c2f0, 9216) 07-04 15:37:54.647 5492 5492 W Intercom realtime: No realtime endpoints present so we can't connect 07-04 15:37:54.655 5492 5550 I OMXClient: Treble IOmx obtained 07-04 15:37:54.656 1051 1097 I OMXMaster: makeComponentInstance(OMX.google.mp3.decoder) in omx@1.0-service process 07-04 15:37:54.658 1051 1097 E OMXNodeInstance: getConfig(0x7b17036300:google.mp3.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001) 07-04 15:37:54.659 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(8192) returning hidl_memory(0x7cfd62c2f0, 8192) 07-04 15:37:54.660 1017 1017 I chatty : uid=1000(system) allocator@1.0-s identical 2 lines 07-04 15:37:54.660 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(8192) returning hidl_memory(0x7cfd62c2f0, 8192) 07-04 15:37:54.661 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(9216) returning hidl_memory(0x7cfd62c2f0, 9216) 07-04 15:37:54.662 1017 1017 I chatty : uid=1000(system) allocator@1.0-s identical 2 lines 07-04 15:37:54.662 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(9216) returning hidl_memory(0x7cfd62c2f0, 9216) 07-04 15:37:54.681 5492 5555 I OMXClient: Treble IOmx obtained 07-04 15:37:54.682 1051 1100 I OMXMaster: makeComponentInstance(OMX.google.mp3.decoder) in omx@1.0-service process 07-04 15:37:54.682 1051 1100 E OMXNodeInstance: getConfig(0x7b170363c0:google.mp3.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001) 07-04 15:37:54.683 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(8192) returning hidl_memory(0x7cfd62c2f0, 8192) 07-04 15:37:54.683 1037 1612 E SurfaceFlinger: ro.sf.lcd_density must be defined as a build property 07-04 15:37:54.683 5492 5558 D OpenGLRenderer: HWUI GL Pipeline 07-04 15:37:54.683 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(8192) returning hidl_memory(0x7cfd62c2f0, 8192) 07-04 15:37:54.684 1017 1017 I chatty : uid=1000(system) allocator@1.0-s identical 1 line 07-04 15:37:54.684 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(8192) returning hidl_memory(0x7cfd62c2f0, 8192) 07-04 15:37:54.685 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(9216) returning hidl_memory(0x7cfd62c2f0, 9216) 07-04 15:37:54.685 1017 1017 I chatty : uid=1000(system) allocator@1.0-s identical 2 lines 07-04 15:37:54.685 1017 1017 W /system/bin/hw/android.hidl.allocator@1.0-service: ashmem_create_region(9216) returning hidl_memory(0x7cfd62c2f0, 9216) 07-04 15:37:54.687 5492 5497 I zygote64: Do partial code cache collection, code=60KB, data=48KB 07-04 15:37:54.688 5492 5492 W unknown:ReactNative: Packager connection already open, nooping. 07-04 15:37:54.688 5492 5497 I zygote64: After code cache collection, code=60KB, data=48KB 07-04 15:37:54.688 5492 5497 I zygote64: Increasing code cache capacity to 256KB 07-04 15:37:54.698 1024 1024 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 16388096 07-04 15:37:54.698 1024 1024 I chatty : uid=1000(system) allocator@2.0-s identical 1 line 07-04 15:37:54.699 1024 1024 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 16388096 07-04 15:37:54.699 5492 5558 D : HostConnection::get() New Host Connection established 0x7c5bc39540, tid 5558 07-04 15:37:54.700 5492 5558 I OpenGLRenderer: Initialized EGL, version 1.4 07-04 15:37:54.700 5492 5558 D OpenGLRenderer: Swap behavior 1 07-04 15:37:54.700 5492 5558 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... 07-04 15:37:54.700 5492 5558 D OpenGLRenderer: Swap behavior 0 07-04 15:37:54.701 5492 5558 D EGL_emulation: eglCreateContext: 0x7c5bc3eea0: maj 3 min 0 rcv 3 07-04 15:37:54.701 5492 5558 D EGL_emulation: eglMakeCurrent: 0x7c5bc3eea0: ver 3 0 (tinfo 0x7c5bcbdcc0) 07-04 15:37:54.708 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.713 5492 5558 D EGL_emulation: eglMakeCurrent: 0x7c5bc3eea0: ver 3 0 (tinfo 0x7c5bcbdcc0) 07-04 15:37:54.714 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.725 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.726 1235 1257 I ActivityManager: Displayed com.inteji.notos/.MainActivity: +263ms 07-04 15:37:54.732 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.742 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.757 5492 5563 I flipper : flipper: FlipperClient::onConnected 07-04 15:37:54.760 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.767 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.776 1024 1024 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 339968 07-04 15:37:54.778 1024 1024 I chatty : uid=1000(system) allocator@2.0-s identical 1 line 07-04 15:37:54.778 1024 1024 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 339968 07-04 15:37:54.782 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.787 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.792 5492 5558 D EGL_emulation: eglMakeCurrent: 0x7c5bc3eea0: ver 3 0 (tinfo 0x7c5bcbdcc0) 07-04 15:37:54.801 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.833 1413 1728 I chatty : uid=10027(u0_a27) RenderThread identical 4 lines 07-04 15:37:54.838 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.837 5570 5570 W run-as : type=1400 audit(0.0:155): avc: granted { use } for path="/dev/pts/1" dev="devpts" ino=4 scontext=u:r:runas:s0 tcontext=u:r:adbd:s0 tclass=fd 07-04 15:37:54.837 5570 5570 W run-as : type=1400 audit(0.0:156): avc: granted { use } for path="/dev/pts/1" dev="devpts" ino=4 scontext=u:r:runas:s0 tcontext=u:r:adbd:s0 tclass=fd 07-04 15:37:54.837 5570 5570 W run-as : type=1400 audit(0.0:157): avc: granted { use } for path="socket:[1314]" dev="sockfs" ino=1314 scontext=u:r:runas:s0 tcontext=u:r:adbd:s0 tclass=fd 07-04 15:37:54.838 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.859 1413 1728 D EGL_emulation: eglMakeCurrent: 0x7c4f74cfe0: ver 3 0 (tinfo 0x7c4f708b00) 07-04 15:37:54.910 1037 1037 W SurfaceFlinger: couldn't log to binary event log: overflow. 07-04 15:37:55.022 5492 5497 I zygote64: Do full code cache collection, code=124KB, data=85KB 07-04 15:37:55.022 5492 5497 I zygote64: After code cache collection, code=94KB, data=50KB 07-04 15:37:55.234 5492 5558 D EGL_emulation: eglMakeCurrent: 0x7c5bc3eea0: ver 3 0 (tinfo 0x7c5bcbdcc0) 07-04 15:37:55.239 5492 5573 I AsyncStorage_Next: SQLite checkpoint not required on this API version. 07-04 15:37:55.239 5492 5573 I AsyncStorage_Next: SQLite checkpoint not required. 07-04 15:37:55.244 5492 5573 D SoLoader: libreactnativejni.so not found on /data/data/com.inteji.notos/lib-main 07-04 15:37:55.244 5492 5573 D SoLoader: libreactnativejni.so found on /data/app/com.inteji.notos-onGwpC3eIjm-SpPliZZbeQ==/lib/arm64 07-04 15:37:55.244 5492 5573 D SoLoader: Not resolving dependencies for libreactnativejni.so 07-04 15:37:56.255 5492 5573 W unknown:ReactContext: initializeMessageQueueThreads() is called. 07-04 15:37:56.266 5492 5492 W unknown:ReactNative: Packager connection already open, nooping. 07-04 15:37:56.311 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.drawer.ReactDrawerLayoutManager 07-04 15:37:56.314 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.uimanager.LayoutShadowNode 07-04 15:37:56.316 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager 07-04 15:37:56.318 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollContainerViewManager 07-04 15:37:56.318 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ReactProgressBarViewManager 07-04 15:37:56.319 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ProgressBarShadowNode 07-04 15:37:56.320 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactScrollViewManager 07-04 15:37:56.321 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager 07-04 15:37:56.323 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager$ReactSliderShadowNode 07-04 15:37:56.323 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager 07-04 15:37:56.324 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager$ReactSwitchShadowNode 07-04 15:37:56.325 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager 07-04 15:37:56.326 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager 07-04 15:37:56.326 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode 07-04 15:37:56.326 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.image.ReactImageManager 07-04 15:37:56.327 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ReactModalHostManager 07-04 15:37:56.328 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ModalHostShadowNode 07-04 15:37:56.328 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextManager 07-04 15:37:56.329 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextShadowNode 07-04 15:37:56.329 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputManager 07-04 15:37:56.331 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputShadowNode 07-04 15:37:56.332 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextViewManager 07-04 15:37:56.333 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextShadowNode 07-04 15:37:56.333 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.view.ReactViewManager 07-04 15:37:56.334 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextViewManager 07-04 15:37:56.334 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextShadowNode 07-04 15:37:56.334 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.unimplementedview.ReactUnimplementedViewManager 07-04 15:37:56.335 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class org.reactnative.maskedview.RNCMaskedViewManager 07-04 15:37:56.335 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativegooglesignin.RNGoogleSigninButtonViewManager 07-04 15:37:56.335 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.mrousavy.blurhash.BlurhashViewManager 07-04 15:37:56.335 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerRootViewManager 07-04 15:37:56.335 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerButtonViewManager 07-04 15:37:56.336 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapCalloutManager 07-04 15:37:56.336 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapMarkerManager 07-04 15:37:56.336 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapPolylineManager 07-04 15:37:56.337 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapGradientPolylineManager 07-04 15:37:56.337 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapPolygonManager 07-04 15:37:56.337 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapCircleManager 07-04 15:37:56.337 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapManager 07-04 15:37:56.339 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapLiteManager 07-04 15:37:56.339 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapUrlTileManager 07-04 15:37:56.339 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapWMSTileManager 07-04 15:37:56.339 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapLocalTileManager 07-04 15:37:56.340 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapOverlayManager 07-04 15:37:56.340 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapHeatmapManager 07-04 15:37:56.340 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativepagerview.PagerViewViewManager 07-04 15:37:56.340 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaProviderManager 07-04 15:37:56.340 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewManager 07-04 15:37:56.340 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewShadowNode 07-04 15:37:56.341 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenContainerViewManager 07-04 15:37:56.341 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenViewManager 07-04 15:37:56.341 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackViewManager 07-04 15:37:56.341 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderConfigViewManager 07-04 15:37:56.342 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderSubviewManager 07-04 15:37:56.342 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.SearchBarManager 07-04 15:37:56.342 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$GroupViewManager 07-04 15:37:56.343 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RenderableShadowNode 07-04 15:37:56.343 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PathViewManager 07-04 15:37:56.343 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$CircleViewManager 07-04 15:37:56.343 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$EllipseViewManager 07-04 15:37:56.344 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LineViewManager 07-04 15:37:56.344 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RectViewManager 07-04 15:37:56.344 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextViewManager 07-04 15:37:56.344 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TSpanViewManager 07-04 15:37:56.344 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextPathViewManager 07-04 15:37:56.345 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ImageViewManager 07-04 15:37:56.345 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ClipPathViewManager 07-04 15:37:56.345 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$DefsViewManager 07-04 15:37:56.345 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$UseViewManager 07-04 15:37:56.345 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$SymbolManager 07-04 15:37:56.346 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LinearGradientManager 07-04 15:37:56.346 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RadialGradientManager 07-04 15:37:56.347 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PatternManager 07-04 15:37:56.347 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MaskManager 07-04 15:37:56.347 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ForeignObjectManager 07-04 15:37:56.347 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MarkerManager 07-04 15:37:56.347 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.SvgViewManager 07-04 15:37:56.348 5492 5577 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.brentvatne.react.ReactVideoViewManager 07-04 15:37:56.349 5492 5577 W unknown:ReactContext: initializeMessageQueueThreads() is called. 07-04 15:37:56.349 5492 5577 D SoLoader: libyoga.so not found on /data/data/com.inteji.notos/lib-main 07-04 15:37:56.349 5492 5577 D SoLoader: libyoga.so found on /data/app/com.inteji.notos-onGwpC3eIjm-SpPliZZbeQ==/lib/arm64 07-04 15:37:56.349 5492 5577 D SoLoader: Not resolving dependencies for libyoga.so 07-04 15:37:56.353 5492 5577 I flipper : flipper: FlipperClient::addPlugin Fresco 07-04 15:37:56.463 1025 1065 D hwcomposer: hw_composer sent 1453 syncs in 60s 07-04 15:37:56.507 5492 5576 D SoLoader: libreactnativeblob.so not found on /data/data/com.inteji.notos/lib-main 07-04 15:37:56.507 5492 5576 D SoLoader: libreactnativeblob.so found on /data/app/com.inteji.notos-onGwpC3eIjm-SpPliZZbeQ==/lib/arm64 07-04 15:37:56.507 5492 5576 D SoLoader: Not resolving dependencies for libreactnativeblob.so 07-04 15:37:56.521 5492 5497 I zygote64: Do partial code cache collection, code=123KB, data=75KB 07-04 15:37:56.521 5492 5497 I zygote64: After code cache collection, code=123KB, data=75KB 07-04 15:37:56.521 5492 5497 I zygote64: Increasing code cache capacity to 512KB 07-04 15:37:56.578 5492 5577 I WebViewFactory: Loading com.google.android.webview version 58.0.3029.125 (code 303012550) 07-04 15:37:56.604 5492 5577 I cr_LibraryLoader: Time to load native libraries: 1 ms (timestamps 3140-3141) 07-04 15:37:56.605 5492 5577 I chromium: [INFO:library_loader_hooks.cc(140)] Chromium logging enabled: level = 0, default verbosity = 0 07-04 15:37:56.605 5492 5577 I cr_LibraryLoader: Expected native library version number "58.0.3029.125", actual native library version number "58.0.3029.125" 07-04 15:37:56.605 5492 5576 W ResourceType: No package identifier when getting value for resource number 0x00000000 07-04 15:37:56.622 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', '[ReactNativeTracing] Native frames instrumentation initialized.' 07-04 15:37:56.624 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Setting idle transaction on scope. Span ID: b816168d886078f6' 07-04 15:37:56.626 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', '[Tracing] starting navigation transaction - Route Change' 07-04 15:37:56.626 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Starting heartbeat' 07-04 15:37:56.626 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'pinging Heartbeat -> current counter: 0' 07-04 15:37:56.627 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', '[ReactNativeTracing] Starting navigation transaction "Route Change" on scope' 07-04 15:37:56.627 5492 5577 I react-native-sentry: Starting with DSN: 'https://key@sentry.domain.tld/6' 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: Exception in native call 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: java.lang.RuntimeException: Could not invoke RNSentry.initNativeSdk 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:383) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:188) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at android.os.Handler.handleCallback(Handler.java:789) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at android.os.Handler.dispatchMessage(Handler.java:98) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at android.os.Looper.loop(Looper.java:164) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at java.lang.Thread.run(Thread.java:764) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: Caused by: java.lang.reflect.InvocationTargetException 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at java.lang.reflect.Method.invoke(Native Method) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: ... 8 more 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: Caused by: java.lang.IncompatibleClassChangeError: The method 'java.lang.String java.lang.Object.toString()' was expected to be of type interface but instead was found to be of type virtual (declaration of 'io.sentry.react.RNSentryModule' appears in /data/app/com.inteji.notos-onGwpC3eIjm-SpPliZZbeQ==/base.apk:classes2.dex) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at io.sentry.react.RNSentryModule.lambda$initNativeSdk$1$io-sentry-react-RNSentryModule(RNSentryModule.java:192) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at io.sentry.react.RNSentryModule$$ExternalSyntheticLambda6.configure(Unknown Source:6) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at io.sentry.android.core.SentryAndroid.lambda$init$1(SentryAndroid.java:94) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at io.sentry.android.core.SentryAndroid$$ExternalSyntheticLambda0.configure(Unknown Source:8) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at io.sentry.Sentry.init(Sentry.java:117) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at io.sentry.android.core.SentryAndroid.init(SentryAndroid.java:83) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at io.sentry.android.core.SentryAndroid.init(SentryAndroid.java:64) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: at io.sentry.react.RNSentryModule.initNativeSdk(RNSentryModule.java:88) 07-04 15:37:56.629 5492 5577 E unknown:ReactNative: ... 10 more 07-04 15:37:56.632 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: ReactNativeTracing' 07-04 15:37:56.633 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Unhandled promise rejections will be caught by Sentry.' 07-04 15:37:56.633 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: ReactNativeErrorHandlers' 07-04 15:37:56.633 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: Release' 07-04 15:37:56.633 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: InboundFilters' 07-04 15:37:56.633 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: FunctionToString' 07-04 15:37:56.634 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: Breadcrumbs' 07-04 15:37:56.634 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: LinkedErrors' 07-04 15:37:56.634 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: Dedupe' 07-04 15:37:56.634 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: HttpContext' 07-04 15:37:56.634 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: EventOrigin' 07-04 15:37:56.634 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: SdkInfo' 07-04 15:37:56.634 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: DebugSymbolicator' 07-04 15:37:56.634 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: RewriteFrames' 07-04 15:37:56.634 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', 'Integration installed: DeviceContext' 07-04 15:37:56.637 5492 5577 W unknown:ReactNative: Invoking JS callback after bridge has been destroyed. 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: Unhandled SoftException 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: java.lang.RuntimeException: Catalyst Instance has already disappeared: requested by BlobModule 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.blob.BlobModule.addNetworkingHandler(BlobModule.java:300) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at java.lang.reflect.Method.invoke(Native Method) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:188) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Handler.handleCallback(Handler.java:789) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Handler.dispatchMessage(Handler.java:98) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Looper.loop(Looper.java:164) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at java.lang.Thread.run(Thread.java:764) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: Unhandled SoftException 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: java.lang.RuntimeException: Catalyst Instance has already disappeared: requested by DeviceInfo 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.deviceinfo.DeviceInfoModule.invalidate(DeviceInfoModule.java:114) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ModuleHolder.destroy(ModuleHolder.java:110) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.NativeModuleRegistry.notifyJSInstanceDestroy(NativeModuleRegistry.java:108) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.CatalystInstanceImpl$1.run(CatalystInstanceImpl.java:368) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Handler.handleCallback(Handler.java:789) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Handler.dispatchMessage(Handler.java:98) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Looper.loop(Looper.java:164) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at java.lang.Thread.run(Thread.java:764) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: Unhandled SoftException 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: java.lang.RuntimeException: Catalyst Instance has already disappeared: requested by FrescoModule 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.fresco.FrescoModule.invalidate(FrescoModule.java:202) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ModuleHolder.destroy(ModuleHolder.java:110) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.NativeModuleRegistry.notifyJSInstanceDestroy(NativeModuleRegistry.java:108) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.CatalystInstanceImpl$1.run(CatalystInstanceImpl.java:368) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Handler.handleCallback(Handler.java:789) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Handler.dispatchMessage(Handler.java:98) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Looper.loop(Looper.java:164) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at java.lang.Thread.run(Thread.java:764) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: Unhandled SoftException 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: java.lang.RuntimeException: Catalyst Instance has already disappeared: requested by AppState 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.appstate.AppStateModule.invalidate(AppStateModule.java:127) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ModuleHolder.destroy(ModuleHolder.java:110) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.NativeModuleRegistry.notifyJSInstanceDestroy(NativeModuleRegistry.java:108) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.CatalystInstanceImpl$1.run(CatalystInstanceImpl.java:368) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Handler.handleCallback(Handler.java:789) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Handler.dispatchMessage(Handler.java:98) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Looper.loop(Looper.java:164) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228) 07-04 15:37:56.638 5492 5577 E unknown:ReactContextBaseJavaModule: at java.lang.Thread.run(Thread.java:764) 07-04 15:37:56.643 1037 1037 D SurfaceFlinger: duplicate layer name: changing com.inteji.notos/com.inteji.notos.MainActivity to com.inteji.notos/com.inteji.notos.MainActivity#1 07-04 15:37:56.646 1024 1024 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 16388096 07-04 15:37:56.647 1024 1024 I chatty : uid=1000(system) allocator@2.0-s identical 1 line 07-04 15:37:56.647 1024 1024 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 16388096 07-04 15:37:56.662 5492 5492 E unknown:ReactInstanceManager: destroyRootView called 07-04 15:37:56.662 5492 5492 E unknown:ReactInstanceManager: destroyRootView called, unmountReactApplication 07-04 15:37:56.665 5492 5558 D EGL_emulation: eglMakeCurrent: 0x7c5bc3eea0: ver 3 0 (tinfo 0x7c5bcbdcc0) 07-04 15:37:56.667 5492 5577 W unknown:ReactNative: Invoking JS callback after bridge has been destroyed. 07-04 15:37:56.672 5492 5497 I zygote64: Compiler allocated 8MB to compile void android.widget.TextView.(android.content.Context, android.util.AttributeSet, int, int) 07-04 15:37:56.676 5492 5597 W unknown:ReactNative: Invoking JS callback after bridge has been destroyed. 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: Unhandled SoftException 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: java.lang.RuntimeException: Catalyst Instance has already disappeared: requested by Timing 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.TimingModule.access$000(TimingModule.java:22) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.TimingModule$BridgeTimerExecutor.callTimers(TimingModule.java:28) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.JavaTimerManager$TimerFrameCallback.doFrame(JavaTimerManager.java:84) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame(ReactChoreographer.java:175) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame(ChoreographerCompat.java:85) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:909) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at android.view.Choreographer.doCallbacks(Choreographer.java:723) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at android.view.Choreographer.doFrame(Choreographer.java:655) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:897) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at android.os.Handler.handleCallback(Handler.java:789) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at android.os.Handler.dispatchMessage(Handler.java:98) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at android.os.Looper.loop(Looper.java:164) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at android.app.ActivityThread.main(ActivityThread.java:6541) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at java.lang.reflect.Method.invoke(Native Method) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240) 07-04 15:37:56.701 5492 5492 E unknown:ReactContextBaseJavaModule: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767) 07-04 15:37:56.709 5492 5577 D IntercomModule: setLogLevel 07-04 15:37:56.709 5492 5577 W unknown:ReactNative: Invoking JS callback after bridge has been destroyed. 07-04 15:37:56.709 5492 5577 I Intercom: Dispatched Action: SET_IN_APP_NOTIFICATION_VISIBILITY: GONE 07-04 15:37:56.709 5492 5577 D IntercomModule: setInAppMessageVisibility 07-04 15:37:56.709 5492 5577 W unknown:ReactNative: Invoking JS callback after bridge has been destroyed. 07-04 15:37:56.710 5492 5577 I flipper : flipper: FlipperClient::addPlugin flipper-plugin-react-query-native-devtools 07-04 15:37:56.710 5492 5577 W unknown:ReactNative: Invoking JS callback after bridge has been destroyed. 07-04 15:37:56.710 5492 5577 W unknown:ReactNative: Invoking JS callback after bridge has been destroyed. 07-04 15:37:56.717 5492 5576 I ReactNativeJS: Running "Notos" with {"rootTag":1} 07-04 15:37:56.722 5492 5600 E unknown:ReactContextBaseJavaModule: Unhandled SoftException 07-04 15:37:56.722 5492 5600 E unknown:ReactContextBaseJavaModule: java.lang.RuntimeException: Catalyst Instance has already disappeared: requested by WebSocketModule 07-04 15:37:56.722 5492 5600 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66) 07-04 15:37:56.722 5492 5600 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.websocket.WebSocketModule.sendEvent(WebSocketModule.java:62) 07-04 15:37:56.722 5492 5600 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.websocket.WebSocketModule.access$100(WebSocketModule.java:40) 07-04 15:37:56.722 5492 5600 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.websocket.WebSocketModule$1.onOpen(WebSocketModule.java:156) 07-04 15:37:56.722 5492 5600 E unknown:ReactContextBaseJavaModule: at okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:194) 07-04 15:37:56.722 5492 5600 E unknown:ReactContextBaseJavaModule: at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) 07-04 15:37:56.722 5492 5600 E unknown:ReactContextBaseJavaModule: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) 07-04 15:37:56.722 5492 5600 E unknown:ReactContextBaseJavaModule: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) 07-04 15:37:56.722 5492 5600 E unknown:ReactContextBaseJavaModule: at java.lang.Thread.run(Thread.java:764) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: Unhandled SoftException 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: java.lang.RuntimeException: Catalyst Instance has already disappeared: requested by Flipper 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at com.facebook.flipper.reactnative.FlipperModule.sendJSEvent(FlipperModule.java:92) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at com.facebook.flipper.reactnative.FlipperReactNativeJavaScriptPlugin.fireOnConnect(FlipperReactNativeJavaScriptPlugin.java:55) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at com.facebook.flipper.reactnative.FlipperReactNativeJavaScriptPlugin.onConnect(FlipperReactNativeJavaScriptPlugin.java:48) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at com.facebook.flipper.android.FlipperSocketEventHandlerImpl.reportMessageReceived(Native Method) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at com.facebook.flipper.android.FlipperSocketEventHandlerImpl.onMessageReceived(FlipperSocketEventHandlerImpl.java:31) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at com.facebook.flipper.android.FlipperSocketImpl.onMessage(FlipperSocketImpl.java:125) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at org.java_websocket.client.WebSocketClient.onWebsocketMessage(WebSocketClient.java:636) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at org.java_websocket.drafts.Draft_6455.processFrameText(Draft_6455.java:986) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at org.java_websocket.drafts.Draft_6455.processFrame(Draft_6455.java:910) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at org.java_websocket.WebSocketImpl.decodeFrames(WebSocketImpl.java:401) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at org.java_websocket.WebSocketImpl.decode(WebSocketImpl.java:233) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at org.java_websocket.client.WebSocketClient.run(WebSocketClient.java:516) 07-04 15:37:56.726 5492 5563 E unknown:ReactContextBaseJavaModule: at java.lang.Thread.run(Thread.java:764) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: Unhandled SoftException 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: java.lang.RuntimeException: Catalyst Instance has already disappeared: requested by Timing 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.TimingModule.access$000(TimingModule.java:22) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.TimingModule$BridgeTimerExecutor.callTimers(TimingModule.java:28) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.JavaTimerManager.createAndMaybeCallTimer(JavaTimerManager.java:341) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.TimingModule.createTimer(TimingModule.java:91) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at java.lang.reflect.Method.invoke(Native Method) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:188) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Handler.handleCallback(Handler.java:789) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Handler.dispatchMessage(Handler.java:98) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Looper.loop(Looper.java:164) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228) 07-04 15:37:56.744 5492 5577 E unknown:ReactContextBaseJavaModule: at java.lang.Thread.run(Thread.java:764) 07-04 15:37:56.770 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', '[Tracing] pushActivity: af3707fccecb9bfd' 07-04 15:37:56.774 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', '[Tracing] new activities count', 1 07-04 15:37:56.781 5492 5576 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.view.ReactViewManager 07-04 15:37:56.783 5492 5576 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.uimanager.LayoutShadowNode 07-04 15:37:56.797 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', '[Tracing] popActivity af3707fccecb9bfd' 07-04 15:37:56.797 5492 5576 I ReactNativeJS: 'Sentry Logger [log]:', '[Tracing] new activities count', 0 07-04 15:37:56.804 5492 5577 W unknown:ReactNative: Invoking JS callback after bridge has been destroyed. 07-04 15:37:56.805 5492 5577 I Intercom: Dispatched Action: SET_IN_APP_NOTIFICATION_VISIBILITY: GONE 07-04 15:37:56.805 5492 5577 D IntercomModule: setInAppMessageVisibility 07-04 15:37:56.805 5492 5577 W unknown:ReactNative: Invoking JS callback after bridge has been destroyed. 07-04 15:37:56.816 5492 5577 W unknown:ReactNative: Invoking JS callback after bridge has been destroyed. 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: Unhandled SoftException 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: java.lang.RuntimeException: Catalyst Instance has already disappeared: requested by Timing 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.TimingModule.access$000(TimingModule.java:22) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.TimingModule$BridgeTimerExecutor.callTimers(TimingModule.java:28) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.JavaTimerManager.createAndMaybeCallTimer(JavaTimerManager.java:341) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.TimingModule.createTimer(TimingModule.java:91) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at java.lang.reflect.Method.invoke(Native Method) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:188) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Handler.handleCallback(Handler.java:789) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Handler.dispatchMessage(Handler.java:98) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at android.os.Looper.loop(Looper.java:164) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228) 07-04 15:37:56.828 5492 5577 E unknown:ReactContextBaseJavaModule: at java.lang.Thread.run(Thread.java:764) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: Unhandled SoftException 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: java.lang.RuntimeException: Catalyst Instance has already disappeared: requested by Timing 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.TimingModule.access$000(TimingModule.java:22) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.TimingModule$BridgeTimerExecutor.callTimers(TimingModule.java:28) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.JavaTimerManager$TimerFrameCallback.doFrame(JavaTimerManager.java:84) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame(ReactChoreographer.java:175) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame(ChoreographerCompat.java:85) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:909) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at android.view.Choreographer.doCallbacks(Choreographer.java:723) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at android.view.Choreographer.doFrame(Choreographer.java:655) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:897) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at android.os.Handler.handleCallback(Handler.java:789) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at android.os.Handler.dispatchMessage(Handler.java:98) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at android.os.Looper.loop(Looper.java:164) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at android.app.ActivityThread.main(ActivityThread.java:6541) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at java.lang.reflect.Method.invoke(Native Method) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240) 07-04 15:37:57.641 5492 5492 E unknown:ReactContextBaseJavaModule: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767) 07-04 15:37:57.974 1235 1377 E TaskPersister: File error accessing recents directory (directory doesn't exist?). ```
marandaneto commented 2 years ago

@renchap it's likely something in your environment I guess, but I can't say what by the logs either. A minimal reproduction example would help.

renchap commented 2 years ago

I am using Java 18 (openjdk version "18.0.1.1" 2022-04-22) to build the app, can this be related?

My build is configured as follows:

buildscript {
    ext {
        buildToolsVersion = "31.0.0"
        minSdkVersion = 21
        compileSdkVersion = 31
        targetSdkVersion = 31
        supportLibVersion = "28.0.0"
        googlePlayServicesAuthVersion = "19.2.0"
        kotlinVersion = "1.6.10"
    }
    repositories {
        google()
        mavenCentral()
    }
    dependencies {
        classpath("com.android.tools.build:gradle:7.0.4")
        classpath("com.facebook.react:react-native-gradle-plugin")
        classpath("de.undercouch:gradle-download-task:4.1.2")
        classpath("com.google.gms:google-services:4.3.10")
        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

JDK 18 supports building the app on an M1 mac and everything works fine with it, but as the error is about a java language feature (java.lang.String java.lang.Object.toString) I am wondering if this could come from the JDK version.

renchap commented 2 years ago

Ok this is it! I just built my app using openjdk 17 and it worked fine on Android 7.

Something changed between JDK 17 and JDK 18 and it breaks the support on Android API 26 and lower.

JDK 18 is not yet recommended for React Native (I saw various posts reporting issues with it), so I will force my build to use JDK 17 for now.

I leave the issue open if you want to have a further look at it, but feel free to close it if this is not something you want to fix for now.

marandaneto commented 2 years ago

Gotcha, this is likely not on our end since Android itself supports Android 7-11 only as of the first class. Even Java 11 bytecode is in alpha https://developer.android.com/studio/preview/features#jvm-11-bytecode and https://developer.android.com/studio/releases/gradle-plugin#java-11 So I'd close it, thanks for checking it out.