custom_rules.xml: detect another type of crash (view not found)

This commit is contained in:
Gautier Pelloux-Prayer 2015-04-01 15:30:31 +02:00
parent 3990c90938
commit fd30540153
2 changed files with 2 additions and 0 deletions

View file

@ -40,6 +40,7 @@
<or> <or>
<resourcecontains resource="${output.file}" substring="Process crashed" /> <resourcecontains resource="${output.file}" substring="Process crashed" />
<resourcecontains resource="${output.file}" substring="Native crash" /> <resourcecontains resource="${output.file}" substring="Native crash" />
<resourcecontains resource="${output.file}" substring="longMsg=junit.framework.AssertionFailedError: View with id: '" />
</or> </or>
</condition> </condition>
<exec executable="bash" unless:set="has.crashed"> <exec executable="bash" unless:set="has.crashed">

View file

@ -32,6 +32,7 @@
<or> <or>
<resourcecontains resource="${output.file}" substring="Process crashed" /> <resourcecontains resource="${output.file}" substring="Process crashed" />
<resourcecontains resource="${output.file}" substring="Native crash" /> <resourcecontains resource="${output.file}" substring="Native crash" />
<resourcecontains resource="${output.file}" substring="longMsg=junit.framework.AssertionFailedError: View with id: '" />
</or> </or>
</condition> </condition>