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…
Reference in a new issue