mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
fix stack trace dump
This commit is contained in:
parent
56a56d5a72
commit
703ba1ae56
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,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`" />
|
||||
<arg value="cat ${archive.name} |ndk-stack -sym obj/local/`adb shell getprop ro.product.cpu.abi | tr -d '\r'`" />
|
||||
</exec>
|
||||
<fail message="Tests crashed"/>
|
||||
</target>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue