Skip to content
New issue

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

Is it a ProGuard-related issue? #3

Closed
sevar83 opened this issue Feb 13, 2014 · 1 comment
Closed

Is it a ProGuard-related issue? #3

sevar83 opened this issue Feb 13, 2014 · 1 comment

Comments

@sevar83
Copy link

sevar83 commented Feb 13, 2014

Hi, I've run into a problem. The debug version starts fine but the signed release version (optimized and obfuscated with ProGuard) crashes. I have the line:

-keepclasseswithmembernames class * {
native ;
}

and also all the suggested ACRA-specifics.

Here's the decoded tombstone... Does anyone have some idea?

$ adb shell cat /data/tombstones/tombstone_06 | ndk-stack -sym workspace/android-spatialite/obj/local/armeabi-v7a

******** Crash dump: **********
Build fingerprint: 'samsung/espressowifixx/espressowifi:4.0.3/IML74K/P3110XWALD2:user/release-keys'
pid: 21400, tid: 21415, name: AsyncTask #1 >>> com.buildware.geoworld <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000002c
Stack frame #00 pc 0004c838 /system/lib/libdvm.so
Stack frame #1 pc 00020a2d /data/app-lib/com.buildware.geoworld-1/libandroid_spatialite.so (nativeCrashHandler_onLoad+76): Routine GetMethodID in /home/sevar/workspace/android-spatialite/ndk-modules/libnativehelper/libnativehelper/include/nativehelper/jni.h:505
Stack frame #2 pc 0001d3ab /data/app-lib/com.buildware.geoworld-1/libandroid_spatialite.so (JNI_OnLoad+102): Routine JNI_OnLoad in /home/sevar/workspace/android-spatialite/jni/org_spatialite_database_SQLiteDatabase.cpp:628
Stack frame #3 pc 0004f61b /system/lib/libdvm.so (dvmLoadNativeCode(char const_, Object_, char
)+470)
Stack frame #4 pc 00066381 /system/lib/libdvm.so
Stack frame #5 pc 00027660 /system/lib/libdvm.so

@SalomonBrys
Copy link
Contributor

The project has been discontinued.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants