mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-02 11:59:23 +00:00
Fix detection Native Crash
This commit is contained in:
parent
bf7720c23a
commit
49510c6256
1 changed files with 5 additions and 1 deletions
|
|
@ -28,7 +28,11 @@
|
|||
</exec>
|
||||
|
||||
<condition property="has.crashed" >
|
||||
<resourcecontains resource="${output.file}" substring="Process crashed" />
|
||||
<or>
|
||||
<resourcecontains resource="${output.file}" substring="Process crashed" />
|
||||
<resourcecontains resource="${output.file}" substring="Native crash" />
|
||||
</or>
|
||||
|
||||
</condition>
|
||||
<exec executable="bash" unless:set="has.crashed">
|
||||
<arg value="-c"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue