Debug custom rules of liblinphone

This commit is contained in:
Erwan Croze 2016-11-07 16:02:07 +01:00
parent 07836cf17e
commit 4f480ac48a

View file

@ -79,6 +79,14 @@
<arg value="-c" />
<arg value="tail -n 500 ${archive.name}" />
</exec>
<exec executable="bash">
<arg value="-c"/>
<arg value="echo ${archive.name}"/>
</exec>
<exec executable="bash">
<arg value="-c"/>
<arg value="pwd"/>
</exec>
<exec executable="bash" >
<arg value="-c" />
<arg value="cat ${archive.name} |ndk-stack -sym ../libs-debug/${abi}" />