We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried on my own app and also tried on example at this repo, all gave same result, crashed and then app closed. My devices are:
This is what I got on Android Studio console log view:
F/chromium(17977): [FATAL:jni_android.cc(249)] Please include Java exception stack in crash report F/crashpad(18149): -----BEGIN CRASHPAD MINIDUMP----- ** some bunch of encrypted mini dump ** F/crashpad(18149): -----END CRASHPAD MINIDUMP----- F/libc (17977): Fatal signal 5 (SIGTRAP), code -6 (SI_TKILL) in tid 18077 (ThreadPoolSingl), pid 17977 (gyastha.example)
Build fingerprint: 'Nokia/TA-1053_00WW/ND1:9/PKQ1.181105.001/00WW_6_19D:user/release-keys' Revision: '0' ABI: 'arm64' pid: 17977, tid: 18077, name: ThreadPoolSingl >>> np.com.sarbagyastha.example <<< signal 5 (SIGTRAP), code -6 (SI_TKILL), fault addr -------- Abort message: '[FATAL:jni_android.cc(249)] Please include Java exception stack in crash report ' x0 0000000000000000 x1 0000000000000081 x2 000000007fffffff x3 0000000000000000 x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 75701066a3308219 x8 0000000000000000 x9 0000000000000000 x10 0000000000000081 x11 0000000000000000 x12 0000000000000000 x13 000000771677f4f0 x14 0000000000000000 x15 75701066a3308219 x16 00000077bc45a228 x17 00000077bc36a250 x18 75701066a3308219 x19 000000771677e360 x20 000000771677e368 x21 000000771677e370 x22 000000000000004f x23 00000077bc45c3c0 x24 00000077256b8000 x25 000000771677f588 x26 000000770bc9e890 x27 000000771677deb0 x28 0000000000000001 x29 000000771677e300 sp 000000771677dea0 lr 000000772305f194 pc 000000772305f394 backtrace: #00 pc 00000000018ab394 /data/app/com.android.chrome-y8-kb9gRaKRi4vwZzkpUMw==/base.apk (offset 0xbec000)
The text was updated successfully, but these errors were encountered:
Can you test with the prebuilt binary of example app ?
Sorry, something went wrong.
No branches or pull requests
I tried on my own app and also tried on example at this repo, all gave same result, crashed and then app closed.
My devices are:
This is what I got on Android Studio console log view:
F/chromium(17977): [FATAL:jni_android.cc(249)] Please include Java exception stack in crash report
F/crashpad(18149): -----BEGIN CRASHPAD MINIDUMP-----
** some bunch of encrypted mini dump **
F/crashpad(18149): -----END CRASHPAD MINIDUMP-----
F/libc (17977): Fatal signal 5 (SIGTRAP), code -6 (SI_TKILL) in tid 18077 (ThreadPoolSingl), pid 17977 (gyastha.example)
Build fingerprint: 'Nokia/TA-1053_00WW/ND1:9/PKQ1.181105.001/00WW_6_19D:user/release-keys'
Revision: '0'
ABI: 'arm64'
pid: 17977, tid: 18077, name: ThreadPoolSingl >>> np.com.sarbagyastha.example <<<
signal 5 (SIGTRAP), code -6 (SI_TKILL), fault addr --------
Abort message: '[FATAL:jni_android.cc(249)] Please include Java exception stack in crash report
'
x0 0000000000000000 x1 0000000000000081 x2 000000007fffffff x3 0000000000000000
x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 75701066a3308219
x8 0000000000000000 x9 0000000000000000 x10 0000000000000081 x11 0000000000000000
x12 0000000000000000 x13 000000771677f4f0 x14 0000000000000000 x15 75701066a3308219
x16 00000077bc45a228 x17 00000077bc36a250 x18 75701066a3308219 x19 000000771677e360
x20 000000771677e368 x21 000000771677e370 x22 000000000000004f x23 00000077bc45c3c0
x24 00000077256b8000 x25 000000771677f588 x26 000000770bc9e890 x27 000000771677deb0
x28 0000000000000001 x29 000000771677e300
sp 000000771677dea0 lr 000000772305f194 pc 000000772305f394
backtrace:
#00 pc 00000000018ab394 /data/app/com.android.chrome-y8-kb9gRaKRi4vwZzkpUMw==/base.apk (offset 0xbec000)
The text was updated successfully, but these errors were encountered: