Change the path to debug libraries for ndk-stack to find the symbols when the liblinphone-tester crashes.
This commit is contained in:
parent
6c333255cf
commit
4ebc6fb560
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
</exec>
|
</exec>
|
||||||
<exec executable="bash" >
|
<exec executable="bash" >
|
||||||
<arg value="-c" />
|
<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>
|
</exec>
|
||||||
<fail message="Tests crashed" status="125"/>
|
<fail message="Tests crashed" status="125"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in a new issue