Change the path to debug libraries for ndk-stack to find the symbols when the liblinphone-tester crashes.

This commit is contained in:
Ghislain MARY 2016-05-20 17:09:00 +02:00
parent 6c333255cf
commit 4ebc6fb560

View file

@ -73,7 +73,7 @@
</exec>
<exec executable="bash" >
<arg value="-c" />
<arg value="cat ${archive.name} |ndk-stack -sym obj/local/`adb shell getprop ro.product.cpu.abi | tr -d '\r'`" />
<arg value="cat ${archive.name} |ndk-stack -sym libs-debug/`adb shell getprop ro.product.cpu.abi | tr -d '\r'`" />
</exec>
<fail message="Tests crashed" status="125"/>
</target>