When I am executing my automated test scripts in Android real device more than 3 hours continuously, Appium getting freeze. I think it is because of log creating in Appium screen. Is there any method to delete appium log screen run time by Java. or any other solution for this
I faced this issue from Appium 1.0 to 1.3.4
Is there any method to closed and open (and click on launch) by Java or command prompt, so that I can add that code in the automation framework.
System used,
Windows 7 SP1 (64 bit)
RAM: 8 GB
Processor: Intel Core i5
I tried in 32 system also with different configuration, facing same issue.
Any solution for this issue? Please provide the Java code to open appium and launch or clean the log which is creating in the appium screen. I hope it may resolve this issue as it is generating huge amount of logs while executing continuously.
We’re also facing the same freezing issue with iOS app. While automating our application, App gets freezing and the device is usually hanging and turns into unresponsive state.
Has anyone workaround on this issue, please let us know.