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
Reported via admin ticket system (ticket nr. 1042282)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Build fingerprint: 'samsung/j5nltexx/j5nlte:5.1.1/LMY48B/J500FNXXU1APB1:user/release-keys' Revision: '5' ABI: 'arm' pid: 24759, tid: 24759, name: obility.Daycare >>> xxx <<< signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xdeadcab1 r0 a2430855 r1 a2430855 r2 00000000 r3 deadcab1 r4 b864d130 r5 b864d168 r6 a1d41000 r7 a2553cf0 r8 b6e8ede4 r9 00100019 sl a2472748 fp b6e8ede4 ip a2553ef8 sp bea16be0 lr a243086f pc a2430860 cpsr 60070030 backtrace: #00 pc 006ca860 /data/app/xxx/lib/arm/libNativeScript.so #01 pc 006ca86d /data/app/xxx/lib/arm/libNativeScript.so #02 pc 006ca8f1 /data/app/xxx/lib/arm/libNativeScript.so #03 pc 006c9e9b /data/app/xxx/lib/arm/libNativeScript.so #04 pc 006c98bd /data/app/xxx/lib/arm/libNativeScript.so #05 pc 006c9981 /data/app/xxx/lib/arm/libNativeScript.so #06 pc 0024e925 /data/app/xxx/lib/arm/libNativeScript.so (tns::JEnv::CheckForJavaException()+40) #07 pc 00250247 /data/app/xxx/lib/arm/libNativeScript.so (_jobject* tns::JEnv::CallObjectMethod<>(_jobject*, _jmethodID*)+14) #08 pc 00250d59 /data/app/xxx/lib/arm/libNativeScript.so (tns::NativeScriptException::GetExceptionMessage(tns::JEnv&, _jthrowable*)+52) #09 pc 00250f15 /data/app/xxx/lib/arm/libNativeScript.so (tns::NativeScriptException::GetJavaExceptionFromEnv(tns::JniLocalRef const&, tns::JEnv&)+32) #10 pc 002510e5 /data/app/xxx/lib/arm/libNativeScript.so (tns::NativeScriptException::WrapJavaToJsException()+276) #11 pc 002511a7 /data/app/xxx/lib/arm/libNativeScript.so (tns::NativeScriptException::ReThrowToV8()+74) #12 pc 00255a51 /data/app/xxx/lib/arm/libNativeScript.so (tns::MetadataNode::MethodCallback(v8::FunctionCallbackInfo<v8::Value> const&)+220) #13 pc 0005b324 <unknown>
The text was updated successfully, but these errors were encountered:
Fix for #476. For some throwable object getStackTrace() method throws…
95d9993
… an exception. This commit adds try-catch and moves the error handling logic from C++ to Java for convenience
Add unit test for issue #476
6497dda
Merge pull request #495 from NativeScript/slavchev/fix-issue-476
73dc8c3
slavchev
No branches or pull requests
Reported via admin ticket system (ticket nr. 1042282)
The text was updated successfully, but these errors were encountered: