I am trying to use the ndk-stack utility to get some help while debugging my application that uses its own libraries. The problem is that all I use is a utility:
*** Reset Failure: *** . Create a fingerprint: 'tmobile / htc_vision / vision: 2.3.4 / GRJ22 / 82286: user / release keys / pid: 15769, tid: 15794 โ> us.ihmc.aci.dsproapp <signal 11 (SIGSEGV), code 1 (SEGV_MAPERR ), error addr 00000024 Stack frame # 00 pc 00063710 / data / data / us.ihmc.aci.dsproapp / lib / libutil.so: Unable to open the symbol file / home / enrico / CVSROOT / android / ACI / dsproapp / object / local /armeabi/libutil.so. Error (9): Bad File Descriptor
The command I'm using is this:
ndk-stack -sym ../ obj / local / armeabi -dump / home / enrico / stacktrace / crash _waypoint.txt
All my own libraries are compiled with
APP_OPTIM: = debug APP_STL: = gnustl_static
In Application.mk, therefore, debugging characters must be present. Have any of you had this problem before? Thanks Enrico
source share