Sentry-java: Android 11 + targetSdkVersion 30 crashes Sentry on start

Created on 10 Sep 2020  路  49Comments  路  Source: getsentry/sentry-java

_Platform:_

  • [x] Android, targetSdkVersion 30
  • [x] Java
  • [ ] Kotlin
  • [ ] NDK
  • [ ] React-Native

_IDE:_

  • [x] Android Studio
  • [ ] IntelliJ
  • [ ] Other

The version of sentry-android:
2.3.0(at least) - master


I have the following issue:

When I set the targetSdkVersion to 30 for my app and launch it on an Android 11 device (my Pixel 4XL), the app crashes immediately.

Steps to reproduce:

  1. Clone the sentry-android repository
  2. Change the example app to use targetSdkVersion 30.
diff --git a/sentry-samples/sentry-samples-android/build.gradle.kts b/sentry-samples/sentry-samples-android/build.gradle.kts
index 5c29345..d299d1b 100644
--- a/sentry-samples/sentry-samples-android/build.gradle.kts
+++ b/sentry-samples/sentry-samples-android/build.gradle.kts
@@ -10,7 +10,7 @@ android {
     defaultConfig {
         applicationId = "io.sentry.samples.android"
         minSdkVersion(Config.Android.minSdkVersionNdk)
-        targetSdkVersion(Config.Android.targetSdkVersion)
+        targetSdkVersion(30)
         versionCode = 2
         versionName = "1.1.0"
  1. launch sentry-samples-android

Actual result:

  • Immediate crash
            libc  F  Pointer tag for 0x79f0abdc30 was truncated.
          Sentry  D  Processing dir. /data/user/0/io.sentry.samples.android/cache/sentry/sessions
            libc  F  Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 15999 (samples.android), pid 15999 (samples.android)
          Sentry  D  Processing 6 items from cache dir /data/user/0/io.sentry.samples.android/cache/sentry/sessions
                  D  Processing file: /data/user/0/io.sentry.samples.android/cache/sentry/sessions/f146b6e6-91af-4a2f-a08c-014613f5e594.envelope
                  D  Processing Envelope with 1 item(s)
                  D  Captured Envelope is already cached
                  D  Item 1 is being captured.
                  D  Going to wait flush 1 item.
TetheringManager  I  registerTetheringEventCallback:io.sentry.samples.android
           DEBUG  F  #00 pc 000000000004de4c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+164) (BuildId: 03452a4a418e14ff93948f26561eace6)
                  F  getsentry/sentry-android#1 pc 000000000003bb34  /apex/com.android.runtime/lib64/bionic/libc.so (free+96) (BuildId: 03452a4a418e14ff93948f26561eace6)
                  F  getsentry/sentry-android#2 pc 00000000000781a8  /data/app/~~gQctd6Q5azmrHpqfGRaWvQ==/io.sentry.samples.android-IaNp2cunocnQXp3s03mjng==/lib/arm64/libsentry.so (sentry_f
                     ree+36) (BuildId: a8252e0bb65f23db1c6420f10a30b2f3b1477309)
                  F  getsentry/sentry-android#3 pc 0000000000085880  /data/app/~~gQctd6Q5azmrHpqfGRaWvQ==/io.sentry.samples.android-IaNp2cunocnQXp3s03mjng==/lib/arm64/libsentry.so (BuildId:
                      a8252e0bb65f23db1c6420f10a30b2f3b1477309)
                  F  getsentry/sentry-android#4 pc 0000000000085710  /data/app/~~gQctd6Q5azmrHpqfGRaWvQ==/io.sentry.samples.android-IaNp2cunocnQXp3s03mjng==/lib/arm64/libsentry.so (sentry_v
                     alue_decref+92) (BuildId: a8252e0bb65f23db1c6420f10a30b2f3b1477309)
                  F  getsentry/sentry-android#5 pc 000000000007f038  /data/app/~~gQctd6Q5azmrHpqfGRaWvQ==/io.sentry.samples.android-IaNp2cunocnQXp3s03mjng==/lib/arm64/libsentry.so (BuildId:
                      a8252e0bb65f23db1c6420f10a30b2f3b1477309)

Expected result:

  • No crash
Android NDK bug

Most helpful comment

All 49 comments

hey @SalvatoreT thanks for raising this.

could you try to debug it and see what happens and where?
I can't reproduce it using a Pixel 3 XL, it works just fine.

@marandaneto, are you running Android 11?

@SalvatoreT an emulator, but yes

Screenshot 2020-09-10 at 09 41 29

I have a Pixel 2 XL device and its upgrading to Android 11, I will test it again once its finished.

Screenshot 2020-09-10 at 09 59 14

it worked just fine as well.

Same here. I have tested this thing on the Pixel 4a with OS 11 and it doesn't work but it works on the Pixel 3a with OS 11. Something wrong on the Pixel 4* with OS 11...

Having a similar issue on Pixel 4XL as well. Seeing this error log whenever I run my app:

// EDIT: Removed these logs that weren't actually relevant because I don't want to clutter the ticket & confuse people. 

Originally I suspected an error with Android's new Wireless ADB feature that I was trying, but even plugging the phone in manually didn't work.

I'm able to run on a Pixel 3a emulator with Android 11 just fine.

EDIT: I see the same thing in the logs when I run on a Pixel 3 XL, but it _does not_ crash on startup. So maybe those logs are a red herring, but definitely something fishy going on with the Pixel 4 line.

Also experiencing this crash when running on a Pixel 4a device w/ Android 11.

can one of you try to debug it, please? I don't have this device right now and either Android emulator nor Genymotion have it (Pixel 4), and I could not reproduce it on any other Android 11 so far.

Having a similar issue on Pixel 4XL as well. Seeing this error log whenever I run my app:

2020-09-10 14:58:36.005 30419-30419 D/Sentry: Auto-init: false
2020-09-10 14:58:36.005 30419-30419 I/Sentry: Retrieving auto-init from AndroidManifest.xml
2020-09-10 14:58:36.169 30419-30520 I/Sentry: sentry-debug-meta.properties file was not found.
2020-09-10 14:58:36.188 30419-30520 D/Sentry: SU doesn't exist.
    java.io.IOException: Cannot run program "/system/xbin/which": error=2, No such file or directory
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1050)
        at java.lang.Runtime.exec(Runtime.java:699)
        at java.lang.Runtime.exec(Runtime.java:564)
        at io.sentry.android.core.util.RootChecker.checkSUExist(RootChecker.java:135)
        at io.sentry.android.core.util.RootChecker.isDeviceRooted(RootChecker.java:90)
        at io.sentry.android.core.DefaultAndroidEventProcessor.loadContextData(DefaultAndroidEventProcessor.java:114)
        at io.sentry.android.core.DefaultAndroidEventProcessor.lambda$new$0$DefaultAndroidEventProcessor(DefaultAndroidEventProcessor.java:102)
        at io.sentry.android.core.-$$Lambda$DefaultAndroidEventProcessor$ZsPdDrAaOs30gov_5eSNgy_KYe8.call(Unknown Source:2)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:923)
     Caused by: java.io.IOException: error=2, No such file or directory
        at java.lang.UNIXProcess.forkAndExec(Native Method)
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:133)
        at java.lang.ProcessImpl.start(ProcessImpl.java:141)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
        at java.lang.Runtime.exec(Runtime.java:699)聽
        at java.lang.Runtime.exec(Runtime.java:564)聽
        at io.sentry.android.core.util.RootChecker.checkSUExist(RootChecker.java:135)聽
        at io.sentry.android.core.util.RootChecker.isDeviceRooted(RootChecker.java:90)聽
        at io.sentry.android.core.DefaultAndroidEventProcessor.loadContextData(DefaultAndroidEventProcessor.java:114)聽
        at io.sentry.android.core.DefaultAndroidEventProcessor.lambda$new$0$DefaultAndroidEventProcessor(DefaultAndroidEventProcessor.java:102)聽
        at io.sentry.android.core.-$$Lambda$DefaultAndroidEventProcessor$ZsPdDrAaOs30gov_5eSNgy_KYe8.call(Unknown Source:2)聽
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)聽
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)聽
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)聽
        at java.lang.Thread.run(Thread.java:923)聽

Originally I suspected an error with Android's new Wireless ADB feature that I was trying, but even plugging the phone in manually didn't work.

I'm able to run on a Pixel 3a emulator with Android 11 just fine.

EDIT: I see the same thing in the logs when I run on a Pixel 3 XL, but it _does not_ crash on startup. So maybe those logs are a red herring, but definitely something fishy going on with the Pixel 4 line.

this is just a debug log though, we run some code to see if the device is rooted or not and if not, we log it, this only appears if you run on debug mode, it's not a bug.
this issue is about a crash on startup using Pixel 4 and Android 11.

I have attached my log below!

2020-09-11 09:53:03.324 22907-22907/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG: Build fingerprint: 'google/sunfish/sunfish:11/RP1A.200720.011/6746289:user/release-keys'
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG: Revision: 'MP1.0'
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG: ABI: 'arm64'
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG: Timestamp: 2020-09-11 09:53:03-0500
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG: pid: 22838, tid: 22838, name:*  >>> *<<<
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG: uid: 10294
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG: signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG: Abort message: 'Pointer tag for 0x7d3f3958a0 was truncated.'
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG:     x0  0000000000000000  x1  0000000000005936  x2  0000000000000006  x3  0000007fe29975e0
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG:     x4  0000000000000000  x5  0000000000000000  x6  0000000000000000  x7  0000000000000020
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG:     x8  00000000000000f0  x9  f35328d71de3cf93  x10 0000000000000000  x11 ffffffc0fffffbdf
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG:     x12 0000000000000001  x13 00000432111c716d  x14 001018cad91fc7a8  x15 000000000237a936
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG:     x16 0000007fb0bbfc80  x17 0000007fb0ba13b0  x18 0000007fb5772000  x19 0000000000005936
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG:     x20 0000000000005936  x21 00000000ffffffff  x22 0000007fe2997720  x23 0000000000000000
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG:     x24 00000000000000a5  x25 00000000000000b5  x26 0000007cabe891e2  x27 0000007cabe8b010
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG:     x28 0000007cabe8b000  x29 0000007fe2997660
2020-09-11 09:53:03.324 22907-22907/? A/DEBUG:     lr  0000007fb0b54e20  sp  0000007fe29975c0  pc  0000007fb0b54e4c  pst 0000000000000000
2020-09-11 09:53:03.323 22838-22838/? W/pool-13-thread-: type=1400 audit(0.0:14942): avc: denied { read } for name="version" dev="proc" ino=4026532103 scontext=u:r:untrusted_app:s0:c38,c257,c512,c768 tcontext=u:object_r:proc_version:s0 tclass=file permissive=0 app=*
2020-09-11 09:53:03.411 22838-22898/? V/FA: Connecting to remote service
2020-09-11 09:53:03.423 1663-1867/? D/CompatibilityChangeReporter: Compat change id reported: 136274596; UID 10294; state: ENABLED
2020-09-11 09:53:03.451 22838-22898/? V/FA: Connection attempt already in progress
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG: backtrace:
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #00 pc 000000000004de4c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+164) (BuildId: 03452a4a418e14ff93948f26561eace6)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #01 pc 000000000003bb34  /apex/com.android.runtime/lib64/bionic/libc.so (free+96) (BuildId: 03452a4a418e14ff93948f26561eace6)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #02 pc 0000000000047f3c  /data/app/~~KfUx62cciIduIGyYzsJ1XA==/*.staging-TgOfo74IPDWoYR768bsiZQ==/lib/arm64/libsentry.so (BuildId: f203f3d2a0f4b78d293390387e6afd7789dbf109)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #03 pc 0000000000043fd8  /data/app/~~KfUx62cciIduIGyYzsJ1XA==/*.staging-TgOfo74IPDWoYR768bsiZQ==/lib/arm64/libsentry.so (sentry_shutdown+196) (BuildId: f203f3d2a0f4b78d293390387e6afd7789dbf109)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #04 pc 0000000000043ca8  /data/app/~~KfUx62cciIduIGyYzsJ1XA==/*.staging-TgOfo74IPDWoYR768bsiZQ==/lib/arm64/libsentry.so (sentry_init+20) (BuildId: f203f3d2a0f4b78d293390387e6afd7789dbf109)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #05 pc 00000000000010e4  /data/app/~~KfUx62cciIduIGyYzsJ1XA==/*.staging-TgOfo74IPDWoYR768bsiZQ==/lib/arm64/libsentry-android.so (Java_io_sentry_android_ndk_SentryNdk_initSentryNative+824) (BuildId: 330abfb2d479abbc1f32ede928e75adeaf9908eb)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #06 pc 000000000013ced4  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+148) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #07 pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #08 pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #09 pc 000000000031830c  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #10 pc 000000000030e638  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #11 pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #12 pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #13 pc 00000000000f908e  [anon:dalvik-classes10.dex extracted in memory from /data/app/~~KfUx62cciIduIGyYzsJ1XA==/*.staging-TgOfo74IPDWoYR768bsiZQ==/base.apk!classes10.dex] (io.sentry.android.ndk.SentryNdk.init+14)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #14 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #15 pc 0000000000669e20  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #16 pc 000000000013cff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #17 pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #18 pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #19 pc 000000000055431c  /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1364) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #20 pc 00000000004d3b28  /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #21 pc 00000000000896f4  /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180) (BuildId: 13577ce71153c228ecf0eb73fc39f45010d487f8)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #22 pc 0000000000133564  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #23 pc 00000000001a8a78  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #24 pc 000000000031830c  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #25 pc 000000000030e638  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #26 pc 000000000067b118  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+848) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #27 pc 000000000012d814  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #28 pc 00000000000f78fa  [anon:dalvik-classes10.dex extracted in memory from /data/app/~~KfUx62cciIduIGyYzsJ1XA==/*.staging-TgOfo74IPDWoYR768bsiZQ==/base.apk!classes10.dex] (io.sentry.android.core.NdkIntegration.register+146)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #29 pc 000000000067cdf0  /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1808) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #30 pc 000000000012da14  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #31 pc 000000000010256a  [anon:dalvik-classes10.dex extracted in memory from /data/app/~~KfUx62cciIduIGyYzsJ1XA==/*.staging-TgOfo74IPDWoYR768bsiZQ==/base.apk!classes10.dex] (io.sentry.core.Sentry.init+198)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #32 pc 000000000067e314  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #33 pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #34 pc 0000000000102446  [anon:dalvik-classes10.dex extracted in memory from /data/app/~~KfUx62cciIduIGyYzsJ1XA==/*.staging-TgOfo74IPDWoYR768bsiZQ==/base.apk!classes10.dex] (io.sentry.core.Sentry.init+18)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #35 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #36 pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #37 pc 000000000030e61c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #38 pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #39 pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #40 pc 00000000000f7eac  [anon:dalvik-classes10.dex extracted in memory from /data/app/~~KfUx62cciIduIGyYzsJ1XA==/*.staging-TgOfo74IPDWoYR768bsiZQ==/base.apk!classes10.dex] (io.sentry.android.core.SentryAndroid.init+32)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #41 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #42 pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #43 pc 000000000030e61c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #44 pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #45 pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #46 pc 00000000000f7f4a  [anon:dalvik-classes10.dex extracted in memory from /data/app/~~KfUx62cciIduIGyYzsJ1XA==/*.staging-TgOfo74IPDWoYR768bsiZQ==/base.apk!classes10.dex] (io.sentry.android.core.SentryAndroid.init+10)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #47 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #48 pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #49 pc 000000000030e61c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #50 pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.631 22907-22907/? A/DEBUG:       #51 pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #52 pc 00000000000025d0  [anon:dalvik-classes9.dex extracted in memory from /data/app/~~KfUx62cciIduIGyYzsJ1XA==/*.staging-TgOfo74IPDWoYR768bsiZQ==/base.apk!classes9.dex] (*Application.onCreate+44)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #53 pc 000000000067b3b8  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #54 pc 000000000012d814  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #55 pc 0000000000212128  /system/framework/framework.jar (android.app.Instrumentation.callApplicationOnCreate)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #56 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #57 pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #58 pc 000000000030f00c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, true>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+1772) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #59 pc 0000000000174fb8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<true, false>(art::interpreter::SwitchImplContext*)+45680) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #60 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #61 pc 000000000019dacc  /system/framework/framework.jar (android.app.ActivityThread.handleBindApplication)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #62 pc 0000000000305d3c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+532) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #63 pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #64 pc 000000000030f00c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, true>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+1772) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #65 pc 0000000000174fb8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<true, false>(art::interpreter::SwitchImplContext*)+45680) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #66 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #67 pc 000000000019b050  /system/framework/framework.jar (android.app.ActivityThread.access$1300)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #68 pc 0000000000305d3c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+532) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #69 pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #70 pc 000000000030e61c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #71 pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #72 pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #73 pc 0000000000197c32  /system/framework/framework.jar (android.app.ActivityThread$H.handleMessage+1374)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #74 pc 000000000067b3b8  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #75 pc 000000000012d814  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #76 pc 000000000036f2ae  /system/framework/framework.jar (offset 0x92b000) (android.os.Handler.dispatchMessage+38)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #77 pc 000000000067b3b8  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+1520) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #78 pc 000000000012d814  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #79 pc 0000000000396aaa  /system/framework/framework.jar (offset 0x92b000) (android.os.Looper.loop+482)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #80 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #81 pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #82 pc 000000000030f00c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, true>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+1772) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #83 pc 0000000000177f40  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<true, false>(art::interpreter::SwitchImplContext*)+57848) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #84 pc 000000000013f7d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #85 pc 00000000001a1698  /system/framework/framework.jar (android.app.ActivityThread.main)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #86 pc 0000000000305d3c  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+532) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #87 pc 0000000000669e20  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #88 pc 000000000013cff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #89 pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #90 pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #91 pc 000000000055431c  /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1364) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #92 pc 00000000004d3b28  /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #93 pc 00000000000896f4  /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180) (BuildId: 13577ce71153c228ecf0eb73fc39f45010d487f8)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #94 pc 0000000000133564  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #95 pc 00000000001a8a78  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #96 pc 000000000031830c  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #97 pc 000000000030e638  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #98 pc 000000000067b118  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtual+848) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #99 pc 000000000012d814  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #100 pc 00000000004492be  /system/framework/framework.jar (offset 0x125d000) (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+22)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #101 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #102 pc 0000000000669e20  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #103 pc 000000000013cff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #104 pc 0000000000897668  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+2280) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #105 pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #106 pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #107 pc 0000000000552d58  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #108 pc 000000000055320c  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #109 pc 000000000043811c  /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+656) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #110 pc 0000000000099424  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+124) (BuildId: d3ad3cbe4c6876e3de4e909ccf51f0b6)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #111 pc 00000000000a08b0  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+836) (BuildId: d3ad3cbe4c6876e3de4e909ccf51f0b6)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #112 pc 0000000000003580  /system/bin/app_process64 (main+1336) (BuildId: 3254c0fd94c1b04edc39169c6c635aac)
2020-09-11 09:53:03.632 22907-22907/? A/DEBUG:       #113 pc 0000000000049418  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108) (BuildId: 03452a4a418e14ff93948f26561eace6)

@LearnerMN could you enable the debug mode and filter the log by sentry? so we try to find something more specific?

https://github.com/getsentry/sentry-java/blob/main/sentry-samples/sentry-samples-android/src/main/AndroidManifest.xml#L38-L39

thanks.

We also have a user where it seem like Sentry crashes on Android 11.

Crash
OnePlus 8 Pro
Android 11 (SDK 30)

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 0 >>> com.strimmobile <<<

backtrace:
  #00  pc 000000000004e44c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+164)
  #00  pc 000000000003bb34  /apex/com.android.runtime/lib64/bionic/libc.so (free+96)
  #00  pc 0000000000047cf4  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/lib/arm64/libsentry.so
  #00  pc 0000000000043e80  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/lib/arm64/libsentry.so (sentry_shutdown+208)
  #00  pc 0000000000043c44  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/lib/arm64/libsentry.so (sentry_init+20)
  #00  pc 0000000000001068  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/lib/arm64/libsentry-android.so (Java_io_sentry_android_ndk_SentryNdk_initSentryNative+812)
  #00  pc 00000000000662dc  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/oat/arm64/base.odex (art_jni_trampoline+172)
  #00  pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568)
  #00  pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228)
  #00  pc 000000000031858c  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376)
  #00  pc 000000000030e8b8  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996)
  #00  pc 000000000067e7b4  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548)
  #00  pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
  #00  pc 0000000000b6b1b8  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/oat/arm64/base.vdex (io.sentry.android.ndk.SentryNdk.init)
  #00  pc 0000000000305eb4  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.17495188227609105439)+268)
  #00  pc 000000000066a564  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780)
  #00  pc 000000000013cff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88)
  #00  pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568)
  #00  pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228)
  #00  pc 00000000005549e4  /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1364)
  #00  pc 00000000004d412c  /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52)
  #00  pc 000000000008a6f4  /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180)
  #00  pc 0000000000133564  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548)
  #00  pc 00000000001a8a78  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
  #00  pc 000000000031858c  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376)
  #00  pc 000000000030e8b8  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996)
  #00  pc 00000000006822a0  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtualQuick+672)
  #00  pc 0000000000131594  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual_quick+20)
  #00  pc 0000000000b68f88  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/oat/arm64/base.vdex (io.sentry.android.core.NdkIntegration.register+116)
  #00  pc 000000000067d534  /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1808)
  #00  pc 000000000012da14  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20)
  #00  pc 0000000000b743cc  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/oat/arm64/base.vdex (io.sentry.core.Sentry.init+216)
  #00  pc 000000000067ea58  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224)
  #00  pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
  #00  pc 0000000000b74296  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/oat/arm64/base.vdex (io.sentry.core.Sentry.init+18)
  #00  pc 0000000000305eb4  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.17495188227609105439)+268)
  #00  pc 000000000030dea4  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200)
  #00  pc 000000000030e89c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968)
  #00  pc 000000000067e7b4  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548)
  #00  pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
  #00  pc 0000000000b694c8  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/oat/arm64/base.vdex (io.sentry.android.core.SentryAndroid.init+32)
  #00  pc 0000000000305eb4  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.17495188227609105439)+268)
  #00  pc 000000000030dea4  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200)
  #00  pc 000000000030e89c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968)
  #00  pc 000000000067e7b4  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548)
  #00  pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
  #00  pc 0000000000b69562  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/oat/arm64/base.vdex (io.sentry.android.core.SentryAndroid.init+10)
  #00  pc 0000000000305eb4  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.17495188227609105439)+268)
  #00  pc 000000000030dea4  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200)
  #00  pc 000000000030e89c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968)
  #00  pc 000000000067e7b4  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548)
  #00  pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
  #00  pc 0000000000d3d332  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/oat/arm64/base.vdex (no.rikstv.app.MainApplication.startSentryClient+22)
  #00  pc 000000000067e178  /apex/com.android.art/lib64/libart.so (MterpInvokeDirect+1248)
  #00  pc 000000000012d914  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_direct+20)
  #00  pc 0000000000d3d222  /data/app/~~p0fFkHd_R5IevFeBBE114Q==/com.strimmobile-MlrasHSPbkDy0Ea9rzNqoA==/oat/arm64/base.vdex (no.rikstv.app.MainApplication.onCreate+30)
  #00  pc 0000000000305eb4  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.17495188227609105439)+268)
  #00  pc 000000000066a564  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780)
  #00  pc 000000000013cff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88)
  #00  pc 000000000032c830  /system/framework/arm64/boot-framework.oat (android.app.Instrumentation.callApplicationOnCreate+272)
  #00  pc 00000000004058cc  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleBindApplication+7932)
  #00  pc 00000000003fa610  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+5984)
  #00  pc 000000000064f194  /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+180)
  #00  pc 0000000000652770  /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+1792)
  #00  pc 000000000040dc60  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+752)
  #00  pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568)
  #00  pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228)
  #00  pc 00000000005549e4  /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1364)
  #00  pc 00000000004d412c  /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52)
  #00  pc 000000000008a6f4  /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180)
  #00  pc 00000000008c8f58  /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+136)
  #00  pc 00000000008d172c  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+2444)
  #00  pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568)
  #00  pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228)
  #00  pc 0000000000553420  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448)
  #00  pc 00000000005538d4  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92)
  #00  pc 000000000043841c  /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+656)
  #00  pc 000000000009a424  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+124)
  #00  pc 00000000000a24e8  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+836)
  #00  pc 0000000000003674  /system/bin/app_process64 (main+1580)
  #00  pc 00000000000499fc  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108)

does any of you have a pixel 4 or one plus 8 to test this out? thanks :)

I've tested the latest 3.0.0-alpha.2 release - still has the same issue.
Attached are the device logs during the crash on attempting to start app.

    --------- beginning of crash
2020-09-14 09:43:24.184 ? A: Pointer tag for 0x7158827f90 was truncated.
2020-09-14 09:43:24.184 ? A: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 28034 (well.ui.staging), pid 28034 (well.ui.staging)
2020-09-14 09:43:24.182 ? W: type=1400 audit(0.0:19394): avc: denied { read } for name="version" dev="proc" ino=4026532103 scontext=u:r:untrusted_app:s0:c10,c257,c512,c768 tcontext=u:object_r:proc_version:s0 tclass=file permissive=0 app=com.navigatewell.ui.staging
2020-09-14 09:43:24.223 ? I: obtaining output fd from tombstoned, type: kDebuggerdTombstone
2020-09-14 09:43:24.223 ? I: received crash request for pid 28034
2020-09-14 09:43:24.224 ? I: performing dump of process 28034 (target tid = 28034)
2020-09-14 09:43:24.225 ? I: App measurement disabled via the manifest
2020-09-14 09:43:24.227 ? I: App measurement initialized, version: 31049
2020-09-14 09:43:24.227 ? I: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
2020-09-14 09:43:24.227 ? I: To enable faster debug mode event logging run:
      adb shell setprop debug.firebase.analytics.app com.navigatewell.ui.staging
2020-09-14 09:43:24.227 ? D: Debug-level message logging enabled
2020-09-14 09:43:24.229 ? A: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2020-09-14 09:43:24.229 ? A: Build fingerprint: 'google/sunfish/sunfish:11/RP1A.200720.011/6746289:user/release-keys'
2020-09-14 09:43:24.229 ? A: Revision: 'MP1.0'
2020-09-14 09:43:24.229 ? A: ABI: 'arm64'
2020-09-14 09:43:24.230 ? A: Timestamp: 2020-09-14 09:43:24-0500
2020-09-14 09:43:24.230 ? A: pid: 28034, tid: 28034, name: well.ui.staging  >>> com.navigatewell.ui.staging <<<
2020-09-14 09:43:24.230 ? A: uid: 10266
2020-09-14 09:43:24.230 ? A: signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
2020-09-14 09:43:24.230 ? A: Abort message: 'Pointer tag for 0x7158827f90 was truncated.'
2020-09-14 09:43:24.230 ? A:     x0  0000000000000000  x1  0000000000006d82  x2  0000000000000006  x3  0000007ffdabece0
2020-09-14 09:43:24.230 ? A:     x4  0000000000000000  x5  0000000000000000  x6  0000000000000000  x7  0000000000000020
2020-09-14 09:43:24.230 ? A:     x8  00000000000000f0  x9  8459444d34902f68  x10 0000000000000000  x11 ffffffc0fffffbdf
2020-09-14 09:43:24.230 ? A:     x12 0000000000000001  x13 000006fc700dfc75  x14 000add8c8047bd0e  x15 0000000002d0e2a6
2020-09-14 09:43:24.230 ? A:     x16 00000073c9a7cc80  x17 00000073c9a5e3b0  x18 00000073ce246000  x19 0000000000006d82
2020-09-14 09:43:24.230 ? A:     x20 0000000000006d82  x21 00000000ffffffff  x22 0000007ffdabee20  x23 0000000000000000
2020-09-14 09:43:24.230 ? A:     x24 00000000000000a1  x25 00000000000000b1  x26 00000070c688c1e2  x27 00000070c688e010
2020-09-14 09:43:24.230 ? A:     x28 00000070c688e000  x29 0000007ffdabed60
2020-09-14 09:43:24.230 ? A:     lr  00000073c9a11e20  sp  0000007ffdabecc0  pc  00000073c9a11e4c  pst 0000000000000000
2020-09-14 09:43:24.236 ? V: Detected application was in foreground
2020-09-14 09:43:24.241 ? D: @ 400066.803: [WO] tilt angle 86
2020-09-14 09:43:24.242 ? V: Connecting to remote service
2020-09-14 09:43:24.246 ? D: Compat change id reported: 136274596; UID 10266; state: ENABLED
2020-09-14 09:43:24.250 ? V: Connection attempt already in progress
2020-09-14 09:43:24.336 ? W: Frame time is 0.005959 ms in the future!  Check that graphics HAL is generating vsync timestamps using the correct timebase.
2020-09-14 09:43:24.422 ? A: backtrace:
2020-09-14 09:43:24.422 ? A:       #00 pc 000000000004de4c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+164) (BuildId: 03452a4a418e14ff93948f26561eace6)
2020-09-14 09:43:24.422 ? A:       #01 pc 000000000003bb34  /apex/com.android.runtime/lib64/bionic/libc.so (free+96) (BuildId: 03452a4a418e14ff93948f26561eace6)
2020-09-14 09:43:24.422 ? A:       #02 pc 0000000000047f68  /data/app/~~D2GhujIz-7PMVax7-vr7KA==/com.navigatewell.ui.staging-2m_SZVFnJnfXLAp4geyR5w==/base.apk!libsentry.so (offset 0x6c8000) (BuildId: 46d9422cffb4677ecc22964c600672f045472698)
2020-09-14 09:43:24.422 ? A:       #03 pc 0000000000043fd8  /data/app/~~D2GhujIz-7PMVax7-vr7KA==/com.navigatewell.ui.staging-2m_SZVFnJnfXLAp4geyR5w==/base.apk!libsentry.so (offset 0x6c8000) (sentry_shutdown+196) (BuildId: 46d9422cffb4677ecc22964c600672f045472698)
2020-09-14 09:43:24.422 ? A:       #04 pc 0000000000043ca8  /data/app/~~D2GhujIz-7PMVax7-vr7KA==/com.navigatewell.ui.staging-2m_SZVFnJnfXLAp4geyR5w==/base.apk!libsentry.so (offset 0x6c8000) (sentry_init+20) (BuildId: 46d9422cffb4677ecc22964c600672f045472698)
2020-09-14 09:43:24.422 ? A:       #05 pc 00000000000010e4  /data/app/~~D2GhujIz-7PMVax7-vr7KA==/com.navigatewell.ui.staging-2m_SZVFnJnfXLAp4geyR5w==/base.apk!libsentry-android.so (offset 0x6c5000) (Java_io_sentry_android_ndk_SentryNdk_initSentryNative+824) (BuildId: b5c0d90801925bd982082f696c4117c834d131aa)
2020-09-14 09:43:24.422 ? A:       #06 pc 00000000000500bc  /data/app/~~D2GhujIz-7PMVax7-vr7KA==/com.navigatewell.ui.staging-2m_SZVFnJnfXLAp4geyR5w==/oat/arm64/base.odex (art_jni_trampoline+172)
2020-09-14 09:43:24.422 ? A:       #07 pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #08 pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #09 pc 000000000031830c  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #10 pc 000000000030e638  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #11 pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #12 pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #13 pc 0000000000ae54fe  /data/app/~~D2GhujIz-7PMVax7-vr7KA==/com.navigatewell.ui.staging-2m_SZVFnJnfXLAp4geyR5w==/oat/arm64/base.vdex (io.sentry.android.ndk.SentryNdk.init+14)
2020-09-14 09:43:24.423 ? A:       #14 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #15 pc 0000000000669e20  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #16 pc 000000000013cff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #17 pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #18 pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #19 pc 000000000055431c  /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1364) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #20 pc 00000000004d3b28  /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #21 pc 00000000000896f4  /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180) (BuildId: 13577ce71153c228ecf0eb73fc39f45010d487f8)
2020-09-14 09:43:24.423 ? A:       #22 pc 0000000000133564  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #23 pc 00000000001a8a78  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #24 pc 000000000031830c  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #25 pc 000000000030e638  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #26 pc 0000000000681b5c  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtualQuick+672) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #27 pc 0000000000131594  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual_quick+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #28 pc 0000000000ae3d76  /data/app/~~D2GhujIz-7PMVax7-vr7KA==/com.navigatewell.ui.staging-2m_SZVFnJnfXLAp4geyR5w==/oat/arm64/base.vdex (io.sentry.android.core.NdkIntegration.register+146)
2020-09-14 09:43:24.423 ? A:       #29 pc 000000000067cdf0  /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1808) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #30 pc 000000000012da14  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #31 pc 0000000000add694  /data/app/~~D2GhujIz-7PMVax7-vr7KA==/com.navigatewell.ui.staging-2m_SZVFnJnfXLAp4geyR5w==/oat/arm64/base.vdex (io.sentry.Sentry.init+196)
2020-09-14 09:43:24.423 ? A:       #32 pc 000000000067e314  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #33 pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #34 pc 0000000000add556  /data/app/~~D2GhujIz-7PMVax7-vr7KA==/com.navigatewell.ui.staging-2m_SZVFnJnfXLAp4geyR5w==/oat/arm64/base.vdex (io.sentry.Sentry.init+18)
2020-09-14 09:43:24.423 ? A:       #35 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #36 pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #37 pc 000000000030e61c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #38 pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #39 pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #40 pc 0000000000ae4338  /data/app/~~D2GhujIz-7PMVax7-vr7KA==/com.navigatewell.ui.staging-2m_SZVFnJnfXLAp4geyR5w==/oat/arm64/base.vdex (io.sentry.android.core.SentryAndroid.init+32)
2020-09-14 09:43:24.423 ? A:       #41 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #42 pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #43 pc 000000000030e61c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #44 pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #45 pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #46 pc 0000000000ae43d2  /data/app/~~D2GhujIz-7PMVax7-vr7KA==/com.navigatewell.ui.staging-2m_SZVFnJnfXLAp4geyR5w==/oat/arm64/base.vdex (io.sentry.android.core.SentryAndroid.init+10)
2020-09-14 09:43:24.423 ? A:       #47 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #48 pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #49 pc 000000000030e61c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #50 pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #51 pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #52 pc 000000000098d1ac  /data/app/~~D2GhujIz-7PMVax7-vr7KA==/com.navigatewell.ui.staging-2m_SZVFnJnfXLAp4geyR5w==/oat/arm64/base.vdex (com.navigatewell.ui.NavigateApp.onCreate+40)
2020-09-14 09:43:24.423 ? A:       #53 pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #54 pc 0000000000669e20  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #55 pc 000000000013cff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #56 pc 0000000000320864  /system/framework/arm64/boot-framework.oat (android.app.Instrumentation.callApplicationOnCreate+52) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3)
2020-09-14 09:43:24.423 ? A:       #57 pc 00000000003f6434  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleBindApplication+7652) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3)
2020-09-14 09:43:24.423 ? A:       #58 pc 00000000003eae44  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+6660) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3)
2020-09-14 09:43:24.423 ? A:       #59 pc 0000000000638474  /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+180) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3)
2020-09-14 09:43:24.423 ? A:       #60 pc 000000000063b96c  /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+1516) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3)
2020-09-14 09:43:24.423 ? A:       #61 pc 00000000003fce30  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+752) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3)
2020-09-14 09:43:24.423 ? A:       #62 pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #63 pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #64 pc 000000000055431c  /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1364) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #65 pc 00000000004d3b28  /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #66 pc 00000000000896f4  /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180) (BuildId: 13577ce71153c228ecf0eb73fc39f45010d487f8)
2020-09-14 09:43:24.423 ? A:       #67 pc 000000000088ef38  /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+136) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3)
2020-09-14 09:43:24.423 ? A:       #68 pc 0000000000897668  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+2280) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3)
2020-09-14 09:43:24.423 ? A:       #69 pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #70 pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #71 pc 0000000000552d58  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #72 pc 000000000055320c  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #73 pc 000000000043811c  /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+656) (BuildId: 0252adff22f4c0297f97cb35735c7649)
2020-09-14 09:43:24.423 ? A:       #74 pc 0000000000099424  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+124) (BuildId: d3ad3cbe4c6876e3de4e909ccf51f0b6)
2020-09-14 09:43:24.423 ? A:       #75 pc 00000000000a08b0  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+836) (BuildId: d3ad3cbe4c6876e3de4e909ccf51f0b6)
2020-09-14 09:43:24.423 ? A:       #76 pc 0000000000003580  /system/bin/app_process64 (main+1336) (BuildId: 3254c0fd94c1b04edc39169c6c635aac)
2020-09-14 09:43:24.423 ? A:       #77 pc 0000000000049418  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108) (BuildId: 03452a4a418e14ff93948f26561eace6)
2020-09-14 09:43:24.514 ? E: Tombstone written to: /data/tombstones/tombstone_06
2020-09-14 09:43:24.516 ? W:   Force finishing activity com.navigatewell.ui.staging/com.navigatewell.ui.MainActivity

Here is the same build with sentry debugging enabled in the manifest.
--------- beginning of crash 2020-09-14 10:27:20.371 ? A: Pointer tag for 0x7158828830 was truncated. 2020-09-14 10:27:20.371 ? D: Processing dir. /data/user/0/com.navigatewell.ui.staging/cache/sentry 2020-09-14 10:27:20.371 ? A: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 31042 (well.ui.staging), pid 31042 (well.ui.staging) 2020-09-14 10:27:20.372 ? D: Processing 0 items from cache dir /data/user/0/com.navigatewell.ui.staging/cache/sentry 2020-09-14 10:27:20.372 ? D: File /data/user/0/com.navigatewell.ui.staging/cache/sentry/outbox is not a File. 2020-09-14 10:27:20.377 ? D: SU doesn't exist. java.io.IOException: Cannot run program "/system/xbin/which": error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1050) at java.lang.Runtime.exec(Runtime.java:699) at java.lang.Runtime.exec(Runtime.java:564) at io.sentry.android.core.util.RootChecker.checkSUExist(RootChecker.java:135) at io.sentry.android.core.util.RootChecker.isDeviceRooted(RootChecker.java:90) at io.sentry.android.core.DefaultAndroidEventProcessor.loadContextData(DefaultAndroidEventProcessor.java:114) at io.sentry.android.core.DefaultAndroidEventProcessor.lambda$new$0$DefaultAndroidEventProcessor(DefaultAndroidEventProcessor.java:102) at io.sentry.android.core.-$$Lambda$DefaultAndroidEventProcessor$ZsPdDrAaOs30gov_5eSNgy_KYe8.call(Unknown Source:2) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:923) Caused by: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.<init>(UNIXProcess.java:133) at java.lang.ProcessImpl.start(ProcessImpl.java:141) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) at java.lang.Runtime.exec(Runtime.java:699)聽 at java.lang.Runtime.exec(Runtime.java:564)聽 at io.sentry.android.core.util.RootChecker.checkSUExist(RootChecker.java:135)聽 at io.sentry.android.core.util.RootChecker.isDeviceRooted(RootChecker.java:90)聽 at io.sentry.android.core.DefaultAndroidEventProcessor.loadContextData(DefaultAndroidEventProcessor.java:114)聽 at io.sentry.android.core.DefaultAndroidEventProcessor.lambda$new$0$DefaultAndroidEventProcessor(DefaultAndroidEventProcessor.java:102)聽 at io.sentry.android.core.-$$Lambda$DefaultAndroidEventProcessor$ZsPdDrAaOs30gov_5eSNgy_KYe8.call(Unknown Source:2)聽 at java.util.concurrent.FutureTask.run(FutureTask.java:266)聽 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)聽 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)聽 at java.lang.Thread.run(Thread.java:923)聽 2020-09-14 10:27:20.377 ? D: Finished processing cached files from /data/user/0/com.navigatewell.ui.staging/cache/sentry 2020-09-14 10:27:20.379 ? W: type=1400 audit(0.0:20845): avc: denied { read } for name="version" dev="proc" ino=4026532103 scontext=u:r:untrusted_app:s0:c10,c257,c512,c768 tcontext=u:object_r:proc_version:s0 tclass=file permissive=0 app=com.navigatewell.ui.staging 2020-09-14 10:27:20.384 ? I: Should stop hotword detection immediately - false 2020-09-14 10:27:20.398 ? I: obtaining output fd from tombstoned, type: kDebuggerdTombstone 2020-09-14 10:27:20.399 ? I: received crash request for pid 31042 2020-09-14 10:27:20.399 ? I: performing dump of process 31042 (target tid = 31042) 2020-09-14 10:27:20.405 ? A: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 2020-09-14 10:27:20.405 ? A: Build fingerprint: 'google/sunfish/sunfish:11/RP1A.200720.011/6746289:user/release-keys' 2020-09-14 10:27:20.405 ? A: Revision: 'MP1.0' 2020-09-14 10:27:20.405 ? A: ABI: 'arm64' 2020-09-14 10:27:20.406 ? A: Timestamp: 2020-09-14 10:27:20-0500 2020-09-14 10:27:20.406 ? A: pid: 31042, tid: 31042, name: well.ui.staging >>> com.navigatewell.ui.staging <<< 2020-09-14 10:27:20.406 ? A: uid: 10266 2020-09-14 10:27:20.406 ? A: signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- 2020-09-14 10:27:20.406 ? A: Abort message: 'DSN is required. Use empty string to disable SDK.' 2020-09-14 10:27:20.406 ? A: x0 0000000000000000 x1 0000000000007942 x2 0000000000000006 x3 0000007ffdabece0 2020-09-14 10:27:20.406 ? A: x4 fefefefefefefeff x5 fefefefefefefeff x6 fefefefefefefeff x7 7f7f7f7f7f7f7f7f 2020-09-14 10:27:20.406 ? A: x8 00000000000000f0 x9 8459444d34902f68 x10 0000000000000000 x11 ffffffc0fffffbdf 2020-09-14 10:27:20.406 ? A: x12 0000000000000001 x13 0000070838ee4c75 x14 001601dcfffd0cf4 x15 0000000002dd4624 2020-09-14 10:27:20.406 ? A: x16 00000073c9a7cc80 x17 00000073c9a5e3b0 x18 00000073ce246000 x19 0000000000007942 2020-09-14 10:27:20.406 ? A: x20 0000000000007942 x21 00000000ffffffff x22 0000007ffdabee20 x23 0000000000000000 2020-09-14 10:27:20.406 ? A: x24 00000000000000a1 x25 00000000000000b1 x26 00000070c685d1e2 x27 00000070c685f010 2020-09-14 10:27:20.406 ? A: x28 00000070c685f000 x29 0000007ffdabed60 2020-09-14 10:27:20.406 ? A: lr 00000073c9a11e20 sp 0000007ffdabecc0 pc 00000073c9a11e4c pst 0000000000000000 2020-09-14 10:27:20.410 ? I: App measurement disabled via the manifest 2020-09-14 10:27:20.411 ? I: App measurement initialized, version: 31049 2020-09-14 10:27:20.411 ? I: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 2020-09-14 10:27:20.411 ? I: To enable faster debug mode event logging run: adb shell setprop debug.firebase.analytics.app com.navigatewell.ui.staging 2020-09-14 10:27:20.411 ? D: Debug-level message logging enabled 2020-09-14 10:27:20.415 ? V: Detected application was in foreground 2020-09-14 10:27:20.422 ? V: Connecting to remote service 2020-09-14 10:27:20.426 ? D: Compat change id reported: 136274596; UID 10266; state: ENABLED 2020-09-14 10:27:20.428 ? V: Connection attempt already in progress 2020-09-14 10:27:20.497 ? I: [3262] cno.onConnectivityChange: FiST: Wifi connectivity status true 2020-09-14 10:27:20.499 ? D: Received action: android.net.wifi.RSSI_CHANGED 2020-09-14 10:27:20.499 ? I: -> SND notifyWlanStaStatusChanged([WlanStaInfo]: wifiSwitchState = 1 rssi = -66 ssid = tikinet 5G bssid = 14:59:c0:ad:ab:e6 dnsInfo = 10.10.10.60;0.0.0.0;0.0.0.0;0.0.0.0; freqBand = _5GHz countryCode = us[RatInfo]: networkType = 1 subType = 101 networkState = CONNECTED netHdl = 1721392615437 ipAddrV4 = 10.10.10.6 ipAddrV6 = ifNameV4 = wlan0 ifNameV6 = slotIdx = 0 isAndroidValidated = true) timeStamp = 2020-09-14 10:27:20.499 2020-09-14 10:27:20.512 ? I: [3283] cvm.c: (PEv2-SM): ConfiguredState: event Connectivity event [null] 2020-09-14 10:27:20.513 ? I: [3262] cod.d: Connected state: [1], networkType: [WIFI] 2020-09-14 10:27:20.514 ? I: [3289] day.d: RCS Configuration storage in Bugle is disabled by p/h flag, using ProvisioningEngineStateCacheUtil.getProvisioningConfigurationForGivenSim() 2020-09-14 10:27:20.519 ? I: [3283] day.e: RCS Configuration storage in Bugle is disabled by p/h flag, using ProvisioningEngineStateCacheUtil.getProvisioningConfigurationForGivenSimIfExist() 2020-09-14 10:27:20.521 ? I: [3262] WifiMonitor$NetworkCallback.onCapabilitiesChanged:508 TeleWifiMonitor.NetworkCallback.onCapabilitiesChanged 2020-09-14 10:27:20.527 ? I: [2] WifiMonitor.updateSignalState:172 TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 70%, link speed: 234Mbps) -> (is connected: true, signal level: 74%, link speed: 234Mbps) 2020-09-14 10:27:20.550 ? I: [2] ImsRegistrationNetworkSelector.onWifiStateChanged:311 onWifiStateChanged 2020-09-14 10:27:20.604 ? A: backtrace: 2020-09-14 10:27:20.604 ? A: #00 pc 000000000004de4c /apex/com.android.runtime/lib64/bionic/libc.so (abort+164) (BuildId: 03452a4a418e14ff93948f26561eace6) 2020-09-14 10:27:20.604 ? A: #01 pc 000000000003bb34 /apex/com.android.runtime/lib64/bionic/libc.so (free+96) (BuildId: 03452a4a418e14ff93948f26561eace6) 2020-09-14 10:27:20.604 ? A: #02 pc 0000000000047f68 /data/app/~~CVlCyvm-s_aGUmlD9iJyjg==/com.navigatewell.ui.staging-lVONx_uh65nNbbM9NOdT_A==/base.apk!libsentry.so (offset 0x6c8000) (BuildId: 46d9422cffb4677ecc22964c600672f045472698) 2020-09-14 10:27:20.604 ? A: #03 pc 0000000000043fd8 /data/app/~~CVlCyvm-s_aGUmlD9iJyjg==/com.navigatewell.ui.staging-lVONx_uh65nNbbM9NOdT_A==/base.apk!libsentry.so (offset 0x6c8000) (sentry_shutdown+196) (BuildId: 46d9422cffb4677ecc22964c600672f045472698) 2020-09-14 10:27:20.604 ? A: #04 pc 0000000000043ca8 /data/app/~~CVlCyvm-s_aGUmlD9iJyjg==/com.navigatewell.ui.staging-lVONx_uh65nNbbM9NOdT_A==/base.apk!libsentry.so (offset 0x6c8000) (sentry_init+20) (BuildId: 46d9422cffb4677ecc22964c600672f045472698) 2020-09-14 10:27:20.604 ? A: #05 pc 00000000000010e4 /data/app/~~CVlCyvm-s_aGUmlD9iJyjg==/com.navigatewell.ui.staging-lVONx_uh65nNbbM9NOdT_A==/base.apk!libsentry-android.so (offset 0x6c5000) (Java_io_sentry_android_ndk_SentryNdk_initSentryNative+824) (BuildId: b5c0d90801925bd982082f696c4117c834d131aa) 2020-09-14 10:27:20.604 ? A: #06 pc 00000000000500bc /data/app/~~CVlCyvm-s_aGUmlD9iJyjg==/com.navigatewell.ui.staging-lVONx_uh65nNbbM9NOdT_A==/oat/arm64/base.odex (art_jni_trampoline+172) 2020-09-14 10:27:20.604 ? A: #07 pc 00000000001337e8 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #08 pc 00000000001a8a94 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #09 pc 000000000031830c /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #10 pc 000000000030e638 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #11 pc 000000000067e070 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #12 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #13 pc 0000000000ae54fe /data/app/~~CVlCyvm-s_aGUmlD9iJyjg==/com.navigatewell.ui.staging-lVONx_uh65nNbbM9NOdT_A==/oat/arm64/base.vdex (io.sentry.android.ndk.SentryNdk.init+14) 2020-09-14 10:27:20.604 ? A: #14 pc 0000000000305c34 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #15 pc 0000000000669e20 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #16 pc 000000000013cff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #17 pc 00000000001337e8 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #18 pc 00000000001a8a94 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #19 pc 000000000055431c /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1364) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #20 pc 00000000004d3b28 /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #21 pc 00000000000896f4 /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180) (BuildId: 13577ce71153c228ecf0eb73fc39f45010d487f8) 2020-09-14 10:27:20.604 ? A: #22 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #23 pc 00000000001a8a78 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #24 pc 000000000031830c /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #25 pc 000000000030e638 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #26 pc 0000000000681b5c /apex/com.android.art/lib64/libart.so (MterpInvokeVirtualQuick+672) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #27 pc 0000000000131594 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual_quick+20) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #28 pc 0000000000ae3d76 /data/app/~~CVlCyvm-s_aGUmlD9iJyjg==/com.navigatewell.ui.staging-lVONx_uh65nNbbM9NOdT_A==/oat/arm64/base.vdex (io.sentry.android.core.NdkIntegration.register+146) 2020-09-14 10:27:20.604 ? A: #29 pc 000000000067cdf0 /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1808) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #30 pc 000000000012da14 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #31 pc 0000000000add694 /data/app/~~CVlCyvm-s_aGUmlD9iJyjg==/com.navigatewell.ui.staging-lVONx_uh65nNbbM9NOdT_A==/oat/arm64/base.vdex (io.sentry.Sentry.init+196) 2020-09-14 10:27:20.604 ? A: #32 pc 000000000067e314 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #33 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #34 pc 0000000000add556 /data/app/~~CVlCyvm-s_aGUmlD9iJyjg==/com.navigatewell.ui.staging-lVONx_uh65nNbbM9NOdT_A==/oat/arm64/base.vdex (io.sentry.Sentry.init+18) 2020-09-14 10:27:20.604 ? A: #35 pc 0000000000305c34 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #36 pc 000000000030dc24 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #37 pc 000000000030e61c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #38 pc 000000000067e070 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #39 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #40 pc 0000000000ae4338 /data/app/~~CVlCyvm-s_aGUmlD9iJyjg==/com.navigatewell.ui.staging-lVONx_uh65nNbbM9NOdT_A==/oat/arm64/base.vdex (io.sentry.android.core.SentryAndroid.init+32) 2020-09-14 10:27:20.604 ? A: #41 pc 0000000000305c34 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #42 pc 000000000030dc24 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #43 pc 000000000030e61c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #44 pc 000000000067e070 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #45 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #46 pc 0000000000ae43d2 /data/app/~~CVlCyvm-s_aGUmlD9iJyjg==/com.navigatewell.ui.staging-lVONx_uh65nNbbM9NOdT_A==/oat/arm64/base.vdex (io.sentry.android.core.SentryAndroid.init+10) 2020-09-14 10:27:20.604 ? A: #47 pc 0000000000305c34 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #48 pc 000000000030dc24 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #49 pc 000000000030e61c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #50 pc 000000000067e070 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #51 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #52 pc 000000000098d1ac /data/app/~~CVlCyvm-s_aGUmlD9iJyjg==/com.navigatewell.ui.staging-lVONx_uh65nNbbM9NOdT_A==/oat/arm64/base.vdex (com.navigatewell.ui.NavigateApp.onCreate+40) 2020-09-14 10:27:20.604 ? A: #53 pc 0000000000305c34 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #54 pc 0000000000669e20 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #55 pc 000000000013cff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #56 pc 0000000000320864 /system/framework/arm64/boot-framework.oat (android.app.Instrumentation.callApplicationOnCreate+52) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3) 2020-09-14 10:27:20.604 ? A: #57 pc 00000000003f6434 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleBindApplication+7652) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3) 2020-09-14 10:27:20.604 ? A: #58 pc 00000000003eae44 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+6660) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3) 2020-09-14 10:27:20.604 ? A: #59 pc 0000000000638474 /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+180) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3) 2020-09-14 10:27:20.604 ? A: #60 pc 000000000063b96c /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+1516) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3) 2020-09-14 10:27:20.604 ? A: #61 pc 00000000003fce30 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+752) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3) 2020-09-14 10:27:20.604 ? A: #62 pc 00000000001337e8 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #63 pc 00000000001a8a94 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #64 pc 000000000055431c /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1364) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #65 pc 00000000004d3b28 /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #66 pc 00000000000896f4 /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180) (BuildId: 13577ce71153c228ecf0eb73fc39f45010d487f8) 2020-09-14 10:27:20.604 ? A: #67 pc 000000000088ef38 /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+136) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3) 2020-09-14 10:27:20.604 ? A: #68 pc 0000000000897668 /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+2280) (BuildId: c0c6ddca30ccdc4ccaf4b39f4e24792c1ce6f6d3) 2020-09-14 10:27:20.604 ? A: #69 pc 00000000001337e8 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #70 pc 00000000001a8a94 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #71 pc 0000000000552d58 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #72 pc 000000000055320c /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #73 pc 000000000043811c /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+656) (BuildId: 0252adff22f4c0297f97cb35735c7649) 2020-09-14 10:27:20.604 ? A: #74 pc 0000000000099424 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+124) (BuildId: d3ad3cbe4c6876e3de4e909ccf51f0b6) 2020-09-14 10:27:20.604 ? A: #75 pc 00000000000a08b0 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+836) (BuildId: d3ad3cbe4c6876e3de4e909ccf51f0b6) 2020-09-14 10:27:20.604 ? A: #76 pc 0000000000003580 /system/bin/app_process64 (main+1336) (BuildId: 3254c0fd94c1b04edc39169c6c635aac) 2020-09-14 10:27:20.604 ? A: #77 pc 0000000000049418 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108) (BuildId: 03452a4a418e14ff93948f26561eace6) 2020-09-14 10:27:20.700 ? E: Tombstone written to: /data/tombstones/tombstone_10 2020-09-14 10:27:20.704 ? I: Copying /data/tombstones/tombstone_10 to DropBox (SYSTEM_TOMBSTONE) 2020-09-14 10:27:20.704 ? W: Force finishing activity com.navigatewell.ui.staging/com.navigatewell.ui.MainActivity

My Google Play store crashes indicate that the affected devices are all in the Pixel 4 line.
image

Also here's a crash log from my production application on the play store.
```* *
pid: 0, tid: 0 >>> com.navigatewell.ui <<<

backtrace:
#00 pc 000000000004de4c /apex/com.android.runtime/lib64/bionic/libc.so (abort+164)
#00 pc 000000000003bb34 /apex/com.android.runtime/lib64/bionic/libc.so (free+96)
#00 pc 0000000000047cf4 /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/base.apk!libsentry.so (offset 0x6a8000)
#00 pc 0000000000043e80 /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/base.apk!libsentry.so (offset 0x6a8000) (sentry_shutdown+208)
#00 pc 0000000000043c44 /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/base.apk!libsentry.so (offset 0x6a8000) (sentry_init+20)
#00 pc 0000000000001068 /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/base.apk!libsentry-android.so (offset 0x6a5000) (Java_io_sentry_android_ndk_SentryNdk_initSentryNative+812)
#00 pc 000000000003f0bc /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.odex (art_jni_trampoline+172)
#00 pc 00000000001337e8 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568)
#00 pc 00000000001a8a94 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+228)
#00 pc 000000000031830c /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+376)
#00 pc 000000000030e638 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+996)
#00 pc 000000000067e070 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548)
#00 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
#00 pc 00000000009c2678 /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (io.sentry.android.ndk.SentryNdk.init+14)
#00 pc 0000000000305c34 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268)
#00 pc 0000000000669e20 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780)
#00 pc 000000000013cff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88)
#00 pc 00000000001337e8 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568)
#00 pc 00000000001a8a94 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread
, unsigned int, unsigned int, art::JValue, char const)+228)
#00 pc 000000000055431c /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject
, _jobject, _jobject, unsigned long)+1364)
#00 pc 00000000004d3b28 /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv, _jobject, _jobject, _jobjectArray)+52)
#00 pc 00000000000896f4 /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180)
#00 pc 0000000000133564 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548)
#00 pc 00000000001a8a78 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+200)
#00 pc 000000000031830c /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+376)
#00 pc 000000000030e638 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+996)
#00 pc 0000000000681b5c /apex/com.android.art/lib64/libart.so (MterpInvokeVirtualQuick+672)
#00 pc 0000000000131594 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual_quick+20)
#00 pc 00000000009c145e /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (io.sentry.android.core.NdkIntegration.register+146)
#00 pc 000000000067cdf0 /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1808)
#00 pc 000000000012da14 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20)
#00 pc 00000000009c9820 /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (io.sentry.core.Sentry.init+158)
#00 pc 000000000067e314 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224)
#00 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
#00 pc 00000000009c974c /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (io.sentry.core.Sentry.init+18)
#00 pc 0000000000305c34 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268)
#00 pc 000000000030dc24 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread
, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+200)
#00 pc 000000000030e61c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+968)
#00 pc 000000000067e070 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548)
#00 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
#00 pc 00000000009c1880 /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (io.sentry.android.core.SentryAndroid.init+32)
#00 pc 0000000000305c34 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268)
#00 pc 000000000030dc24 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread
, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+200)
#00 pc 000000000030e61c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+968)
#00 pc 000000000067e070 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548)
#00 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
#00 pc 00000000009c190c /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (io.sentry.android.core.SentryAndroid.init+10)
#00 pc 0000000000305c34 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268)
#00 pc 000000000030dc24 /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread
, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+200)
#00 pc 000000000030e61c /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+968)
#00 pc 000000000067e070 /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548)
#00 pc 000000000012d994 /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
#00 pc 00000000008d15ec /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (com.navigatewell.ui.NavigateApp.onCreate+40)
#00 pc 0000000000305c34 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268)
#00 pc 0000000000669e20 /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780)
#00 pc 000000000013cff8 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88)
#00 pc 0000000000320864 /system/framework/arm64/boot-framework.oat (android.app.Instrumentation.callApplicationOnCreate+52)
#00 pc 00000000003f6434 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleBindApplication+7652)
#00 pc 00000000003eae44 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+6660)
#00 pc 0000000000638474 /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+180)
#00 pc 000000000063b96c /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+1516)
#00 pc 00000000003fce30 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+752)
#00 pc 00000000001337e8 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568)
#00 pc 00000000001a8a94 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread
, unsigned int, unsigned int, art::JValue, char const)+228)
#00 pc 000000000055431c /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject
, _jobject, _jobject, unsigned long)+1364)
#00 pc 00000000004d3b28 /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv, _jobject, _jobject, _jobjectArray)+52)
#00 pc 00000000000896f4 /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180)
#00 pc 000000000088ef38 /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+136)
#00 pc 0000000000897668 /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+2280)
#00 pc 00000000001337e8 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568)
#00 pc 00000000001a8a94 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+228)
#00 pc 0000000000552d58 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject, art::ArtMethod, std::__va_list)+448)
#00 pc 000000000055320c /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject, _jmethodID, std::__va_list)+92)
#00 pc 000000000043811c /apex/com.android.art/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv, _jclass, _jmethodID, std::__va_list)+656)
#00 pc 0000000000099424 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass
, _jmethodID, ...)+124)
#00 pc 00000000000a08b0 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const
, android::Vector const&, bool)+836)
#00 pc 0000000000003580 /system/bin/app_process64 (main+1336)
#00 pc 0000000000049418 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108)```

unfortunately, I cannot spot what's the problem by just reading those logs, I could not find anything useful.

@jamesarich would you be willing to clone this repo and run the sample and debug it? it'd be great.

@Swatinem ideas? I guess it is when initing sentry-native though.

My Google Play store crashes indicate that the affected devices are all in the Pixel 4 line.
image

Also here's a crash log from my production application on the play store.

pid: 0, tid: 0 >>> com.navigatewell.ui <<<

backtrace:
  #00  pc 000000000004de4c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+164)
  #00  pc 000000000003bb34  /apex/com.android.runtime/lib64/bionic/libc.so (free+96)
  #00  pc 0000000000047cf4  /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/base.apk!libsentry.so (offset 0x6a8000)
  #00  pc 0000000000043e80  /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/base.apk!libsentry.so (offset 0x6a8000) (sentry_shutdown+208)
  #00  pc 0000000000043c44  /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/base.apk!libsentry.so (offset 0x6a8000) (sentry_init+20)
  #00  pc 0000000000001068  /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/base.apk!libsentry-android.so (offset 0x6a5000) (Java_io_sentry_android_ndk_SentryNdk_initSentryNative+812)
  #00  pc 000000000003f0bc  /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.odex (art_jni_trampoline+172)
  #00  pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568)
  #00  pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228)
  #00  pc 000000000031830c  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376)
  #00  pc 000000000030e638  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996)
  #00  pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548)
  #00  pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
  #00  pc 00000000009c2678  /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (io.sentry.android.ndk.SentryNdk.init+14)
  #00  pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268)
  #00  pc 0000000000669e20  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780)
  #00  pc 000000000013cff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88)
  #00  pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568)
  #00  pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228)
  #00  pc 000000000055431c  /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1364)
  #00  pc 00000000004d3b28  /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52)
  #00  pc 00000000000896f4  /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180)
  #00  pc 0000000000133564  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+548)
  #00  pc 00000000001a8a78  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+200)
  #00  pc 000000000031830c  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+376)
  #00  pc 000000000030e638  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+996)
  #00  pc 0000000000681b5c  /apex/com.android.art/lib64/libart.so (MterpInvokeVirtualQuick+672)
  #00  pc 0000000000131594  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_virtual_quick+20)
  #00  pc 00000000009c145e  /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (io.sentry.android.core.NdkIntegration.register+146)
  #00  pc 000000000067cdf0  /apex/com.android.art/lib64/libart.so (MterpInvokeInterface+1808)
  #00  pc 000000000012da14  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_interface+20)
  #00  pc 00000000009c9820  /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (io.sentry.core.Sentry.init+158)
  #00  pc 000000000067e314  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+1224)
  #00  pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
  #00  pc 00000000009c974c  /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (io.sentry.core.Sentry.init+18)
  #00  pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268)
  #00  pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200)
  #00  pc 000000000030e61c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968)
  #00  pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548)
  #00  pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
  #00  pc 00000000009c1880  /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (io.sentry.android.core.SentryAndroid.init+32)
  #00  pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268)
  #00  pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200)
  #00  pc 000000000030e61c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968)
  #00  pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548)
  #00  pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
  #00  pc 00000000009c190c  /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (io.sentry.android.core.SentryAndroid.init+10)
  #00  pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268)
  #00  pc 000000000030dc24  /apex/com.android.art/lib64/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*, art::JValue*)+200)
  #00  pc 000000000030e61c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+968)
  #00  pc 000000000067e070  /apex/com.android.art/lib64/libart.so (MterpInvokeStatic+548)
  #00  pc 000000000012d994  /apex/com.android.art/lib64/libart.so (mterp_op_invoke_static+20)
  #00  pc 00000000008d15ec  /data/app/com.navigatewell.ui-CbUDQXHf1SoVawko9MCZgg==/oat/arm64/base.vdex (com.navigatewell.ui.NavigateApp.onCreate+40)
  #00  pc 0000000000305c34  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.16249794272548105830)+268)
  #00  pc 0000000000669e20  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+780)
  #00  pc 000000000013cff8  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88)
  #00  pc 0000000000320864  /system/framework/arm64/boot-framework.oat (android.app.Instrumentation.callApplicationOnCreate+52)
  #00  pc 00000000003f6434  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleBindApplication+7652)
  #00  pc 00000000003eae44  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+6660)
  #00  pc 0000000000638474  /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+180)
  #00  pc 000000000063b96c  /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+1516)
  #00  pc 00000000003fce30  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+752)
  #00  pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568)
  #00  pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228)
  #00  pc 000000000055431c  /apex/com.android.art/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1364)
  #00  pc 00000000004d3b28  /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52)
  #00  pc 00000000000896f4  /apex/com.android.art/javalib/arm64/boot.oat (art_jni_trampoline+180)
  #00  pc 000000000088ef38  /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+136)
  #00  pc 0000000000897668  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+2280)
  #00  pc 00000000001337e8  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+568)
  #00  pc 00000000001a8a94  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228)
  #00  pc 0000000000552d58  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+448)
  #00  pc 000000000055320c  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+92)
  #00  pc 000000000043811c  /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+656)
  #00  pc 0000000000099424  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+124)
  #00  pc 00000000000a08b0  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+836)
  #00  pc 0000000000003580  /system/bin/app_process64 (main+1336)
  #00  pc 0000000000049418  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108)```

what's the version of the SDK on this one? so I can follow up the line numbers

I have a hunch:

We have a few statics, some of which are not initialize, and its possible that the updated software does not initialize those anymore, for example:

https://github.com/getsentry/sentry-native/blob/6cd81be00dc53b321b3388b279d8fb8e8bb717bb/src/sentry_scope.c#L12

I have a hunch:

We have a few statics, some of which are not initialize, and its possible that the updated software does not initialize those anymore, for example:

https://github.com/getsentry/sentry-native/blob/6cd81be00dc53b321b3388b279d8fb8e8bb717bb/src/sentry_scope.c#L12

mmm, yeah we can try that, but it doesn't happen to all the Android 11 images so not sure if this would be really the case, but definitely, let's try this out.

@marandaneto

what's the version of the SDK on this one? so I can follow up the line numbers

That production build was using sentry-android sdk 2.3.0:
implementation 'io.sentry:sentry-android:2.3.0'

Same issue we have for our React Native project (only for Pixel 4 line at the moment). After upgrading to Android 11.
We are looking forward to get any updates on that one.

I've installed the Android Studio 4.1 RC and ran its Pixel 4 images/emulators and could not reproduce the issue at all, I'm blind here.
Edit: installed AS 4.2 Alpha and ran on Pixel 4a and could not reproduce it as well.

I've installed the Android Studio 4.1 RC and ran its Pixel 4 images/emulators and could not reproduce the issue at all, I'm blind here.
Edit: installed AS 4.2 Alpha and ran on Pixel 4a and could not reproduce it as well.

It seems issue reproduces only on real devices. I tried Android Studio emulator (Android 11, Pixel 4) and it works just fine.

We'll order a Pixel 4 to test this out.

as a workaround, for now, disable the NDK integration.

https://docs.sentry.io/platforms/android/#configuration-options

eg:

<application>
    <meta-data android:name="io.sentry.ndk.enable" android:value="false" />
</application>

if somebody has one of the Pixel 4 devices or the OnePlus 8 Pro, please test a possible fix https://github.com/getsentry/sentry-java/pull/926

just switch to the branch bump/sentry-native-0.4.2 and run the sample, thanks a bunch.

@marandaneto I implemented your workaround with disabling the NDK and was able to run my application on my Pixel 4. Are there any consequences to turning this off in terms of errors not being reported to Sentry or something like that?

Checking out the project now to run the latest main branch.

The latest main branch commit (1bb16ba7b6495eeb769fdd7cdc73eeb172c14f9f) didn't work for me on my Pixel 4.

Here is something captured from the log, not sure how helpful it is?

2020-09-16 15:44:50.043 28336-28336/? A/DEBUG: pid: 28253, tid: 28253, name: samples.android  >>> io.sentry.samples.android <<<
2020-09-16 15:44:50.235 28336-28336/? A/DEBUG:       #02 pc 00000000000781a8  /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/lib/arm64/libsentry.so (sentry_free+36) (BuildId: 02cfc37cdb55ce168471a36339d0d7da92f0d808)
2020-09-16 15:44:50.235 28336-28336/? A/DEBUG:       #03 pc 00000000000858f4  /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/lib/arm64/libsentry.so (BuildId: 02cfc37cdb55ce168471a36339d0d7da92f0d808)
2020-09-16 15:44:50.235 28336-28336/? A/DEBUG:       #04 pc 0000000000085784  /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/lib/arm64/libsentry.so (sentry_value_decref+92) (BuildId: 02cfc37cdb55ce168471a36339d0d7da92f0d808)
2020-09-16 15:44:50.235 28336-28336/? A/DEBUG:       #05 pc 000000000007f038  /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/lib/arm64/libsentry.so (BuildId: 02cfc37cdb55ce168471a36339d0d7da92f0d808)
2020-09-16 15:44:50.235 28336-28336/? A/DEBUG:       #06 pc 0000000000078908  /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/lib/arm64/libsentry.so (sentry_shutdown+364) (BuildId: 02cfc37cdb55ce168471a36339d0d7da92f0d808)
2020-09-16 15:44:50.235 28336-28336/? A/DEBUG:       #07 pc 0000000000078390  /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/lib/arm64/libsentry.so (sentry_init+28) (BuildId: 02cfc37cdb55ce168471a36339d0d7da92f0d808)
2020-09-16 15:44:50.235 28336-28336/? A/DEBUG:       #08 pc 0000000000001438  /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/lib/arm64/libsentry-android.so (Java_io_sentry_android_ndk_SentryNdk_initSentryNative+1516) (BuildId: 385aa871bbbecc1ec50ceaf4961d69d12bf630e9)
2020-09-16 15:44:50.235 28336-28336/? A/DEBUG:       #16 pc 0000000000189ac0  [anon:dalvik-classes.dex extracted in memory from /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/base.apk] (io.sentry.android.ndk.SentryNdk.init)
2020-09-16 15:44:50.235 28336-28336/? A/DEBUG:       #31 pc 00000000001881e4  [anon:dalvik-classes.dex extracted in memory from /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/base.apk] (io.sentry.android.core.NdkIntegration.register)
2020-09-16 15:44:50.235 28336-28336/? A/DEBUG:       #37 pc 00000000001818a4  [anon:dalvik-classes.dex extracted in memory from /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/base.apk] (io.sentry.Sentry.init)
2020-09-16 15:44:50.235 28336-28336/? A/DEBUG:       #43 pc 0000000000181818  [anon:dalvik-classes.dex extracted in memory from /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/base.apk] (io.sentry.Sentry.init)
2020-09-16 15:44:50.235 28336-28336/? A/DEBUG:       #49 pc 0000000000188820  [anon:dalvik-classes.dex extracted in memory from /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/base.apk] (io.sentry.android.core.SentryAndroid.init)
2020-09-16 15:44:50.236 28336-28336/? A/DEBUG:       #55 pc 0000000000188804  [anon:dalvik-classes.dex extracted in memory from /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/base.apk] (io.sentry.android.core.SentryAndroid.init)
2020-09-16 15:44:50.236 28336-28336/? A/DEBUG:       #61 pc 0000000000188954  [anon:dalvik-classes.dex extracted in memory from /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/base.apk] (io.sentry.android.core.SentryInitProvider.onCreate)
2020-09-16 15:44:50.236 28336-28336/? A/DEBUG:       #79 pc 00000000001889fc  [anon:dalvik-classes.dex extracted in memory from /data/app/~~2CT9hqIV2rwKj0zghl7MPw==/io.sentry.samples.android-vT-OgGGJLD8qliiMq3IL7w==/base.apk] (io.sentry.android.core.SentryInitProvider.attachInfo)

I also repro'd a crash on 1bb16ba7b6495eeb769fdd7cdc73eeb172c14f9f. Here's the crashlog.

@marandaneto I implemented your workaround with disabling the NDK and was able to run my application on my Pixel 4. Are there any consequences to turning this off in terms of errors not being reported to Sentry or something like that?

Checking out the project now to run the latest main branch.

you basically won't get any Native crashes (NDK C/C++) reports on Sentry, if your App is just written in Java/Kotlin, it won't be a big issue, thanks for confirming the workaround.

I also repro'd a crash on 1bb16ba7b6495eeb769fdd7cdc73eeb172c14f9f. Here's the crashlog.

thanks, are you able to run the sample on this repo and debug it too?

@marandaneto
is this something related to https://source.android.com/devices/tech/debug/tagged-pointers ?

not sure, it could be though, we've ordered a pixel 4 but it didn't arrive yet.

meantime if somebody has a physical pixel 4, you could try this workaround too:

  <application android:allowNativeHeapPointerTagging="false">
  ...
  </application>

Oh this is interesting and could well be a problem. We do NaN-boxing as explained here:
https://github.com/getsentry/sentry-native/blob/425b803d53acc2d598633fd64ac969508487007e/src/sentry_value.c#L29-L41
Changing this will be a bit of work, and will slightly increase the memory usage. We have to verify first if it is really the problem.

So I just ran our android example through a debugger on a freshly patched Pixel 4.

https://github.com/getsentry/sentry-native/blob/425b803d53acc2d598633fd64ac969508487007e/src/sentry_value.c#L199

This malloc gives me 0xb400007bda776d90, after NaN-boxing, we end up with 0x0000007bda776d90, and according to the documented linked above:

Any application that modifies this tag is terminated when the tag is checked during deallocation.

Using android:allowNativeHeapPointerTagging="false" as workaround works for me.
Getting rid of the NaN-boxing in sentry-native would be quite some work, but I suspect that we already ran into problems with it with a different native customer, though I鈥檓 not sure.

this is live on the docs btw https://docs.sentry.io/platforms/android/#integrating-the-ndk

we'll keep it open till getting rid of the NaN-boxing thingie.

getting rid of the NaN-boxing thingie.

which is happening in https://github.com/getsentry/sentry-native/pull/378 BTW

@Swatinem Could you please confirm that the change from https://github.com/getsentry/sentry-native/pull/378 fixes this issue? It was merged 2 hours ago.

We have to release native first, then uplift that into android. Also, this changes quite a bit of inner workings, so there is potential for breakage. We don鈥檛 want to rush into things.

Confirming that both of @marandaneto's mentioned workarounds seem to work on a physical Pixel 4 running Android 11.

  <application android:allowNativeHeapPointerTagging="false">
  ...
  </application>

_or_

<application>
    <meta-data android:name="io.sentry.ndk.enable" android:value="false" />
</application>

These devices has android 11installed and causes crash when sentry is installed

For Oppo Find X2 even if we tried to work arround using
```

...




```

Doesn't work
Please update here when the bug is fixed

  1. Oppo Find x2
  2. OnePlus 8 pro
  3. Oneplus 8t
  4. One Plus 8
  5. Vivo V2030
  6. Oppo F11
  7. Xiaomi Mi A3
  8. Oppo A52
  9. Oppo F11 Pro
  10. Oppo Reno4 Pro 5G
  11. Google Pixel 4a
  12. Xiaomi Mi A3
    13.Samsung Galaxy S10 Lite
    14.Samsung Galaxy Z Flip
    15.Oppo A52
    16.Vivo V2025

These devices has android 11installed and causes crash when sentry is installed

On which version of sentry-android is that?

It seems the the original issue was resolved though, so please raise a new issue and fill out the issue template.

The sentry version is 2.3.2

These devices has android 11installed and causes crash when sentry is installed

On which version of sentry-android is that?

It seems the the original issue was resolved though, so please raise a new issue and fill out the issue template.

The sentry version is 2.3.2

These devices has android 11installed and causes crash when sentry is installed

On which version of sentry-android is that?
It seems the the original issue was resolved though, so please raise a new issue and fill out the issue template.

please upgrade to the min. version 3.1.0 and see if that fixes the problem before raising a new issue, it's likely solving it.

The sentry version is 2.3.2

These devices has android 11installed and causes crash when sentry is installed

On which version of sentry-android is that?
It seems the the original issue was resolved though, so please raise a new issue and fill out the issue template.

please upgrade to the min. version 3.1.0 and see if that fixes the problem before raising a new issue, it's likely solving it.

The issue has been fixed when using sentry-android v 4.1.0
Thanks of the support 馃憤

Was this page helpful?
0 / 5 - 0 ratings