Android app keeps crashing during test runs

Hello,

Everyday we have a android and iOS test run that goes off and each day android just crashes randomly at some point during the test. The log files don’t output the same issue other than it didn’t get a new command in 60 seconds and shuts down.

Is there a way to have to fail the test and go to the next test instead of erroring out the following tests?

Here are some log snippets from the last few runs.

PasteBin log 1
PasteBin log 2
PasteBin log 3

Increase the newCommandTimeout capability. You have it set to 60 seconds, and whatever operation you are waiting for is not completed in that amount of time. When that happens, the Appium Server shuts down. We have our timeout set to 600 seconds