Page 1 of 1

Android app no response or force close

Posted: Wed Mar 27, 2013 11:15 am
by sincoew
Hi Ranorex,

Are Ranorex has function to know 'android app no response' or 'force close' event?
(Can detect 'app no response' or 'force close' )

Best Regards,
Robert Chen.

Re: Android app no response or force close

Posted: Thu Mar 28, 2013 4:37 pm
by Support Team
Hello,

We provide a function to close your app with 'Close Application'.
If the app does not respond within a period, the application process is killed.

There is no build-in function to check if the app responds.
Nevertheless, you could implement a behavior in your User Code to check if an element can be found with Host.Local.FindSingle(). If the element is not found, you could close your app.

Regards,
Markus (T)