This is the important part of the logs:
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got data from client: {“cmd”:“action”,“action”:“element:click”,“params”:{“elementId”:“1”}}
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command of type ACTION
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Got command action: click
[AndroidBootstrap] [BOOTSTRAP LOG] [debug] Returning result: {“status”:0,“value”:true}
[/quote]
Based on your report, you see this exact same output in both log files.
I’ve noticed some buttons do not get reliably clicked during test runs on particular devices. In such cases, I wrap the attempt in a retry loop, validating the button gets pressed. You might try a different Android M device and see if you get the same result.