mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
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 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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue