custom_rules.xml: detect another type of crash (view not found)
This commit is contained in:
parent
3990c90938
commit
fd30540153
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
<or>
|
||||
<resourcecontains resource="${output.file}" substring="Process crashed" />
|
||||
<resourcecontains resource="${output.file}" substring="Native crash" />
|
||||
<resourcecontains resource="${output.file}" substring="longMsg=junit.framework.AssertionFailedError: View with id: '" />
|
||||
</or>
|
||||
</condition>
|
||||
<exec executable="bash" unless:set="has.crashed">
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
<or>
|
||||
<resourcecontains resource="${output.file}" substring="Process crashed" />
|
||||
<resourcecontains resource="${output.file}" substring="Native crash" />
|
||||
<resourcecontains resource="${output.file}" substring="longMsg=junit.framework.AssertionFailedError: View with id: '" />
|
||||
</or>
|
||||
|
||||
</condition>
|
||||
|
|
Loading…
Reference in a new issue