-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
see: com.musala.atmosphere.agent.devicewrapper.AbstractWrapDevice.unbindWrapper
error:
com.musala.atmosphere.commons.exceptions.CommandFailedException: Could not establish stable connection with device after 10 attempts.
at com.musala.atmosphere.agent.devicewrapper.util.ondevicecomponent.DeviceRequestSender.request(DeviceRequestSender.java:183)
at com.musala.atmosphere.agent.devicewrapper.util.ondevicecomponent.UIAutomatorCommunicator.stopComponent(UIAutomatorCommunicator.java:436)
at com.musala.atmosphere.agent.devicewrapper.AbstractWrapDevice.unbindWrapper(AbstractWrapDevice.java:1335)
at com.musala.atmosphere.agent.DeviceManager.releaseAllDeviceWrappers(DeviceManager.java:456)
at com.musala.atmosphere.agent.AgentManager.close(AgentManager.java:103)
at com.musala.atmosphere.agent.Agent.stop(Agent.java:182)
at com.musala.atmosphere.agent.state.AgentState.executeExitCommand(AgentState.java:171)
at com.musala.atmosphere.agent.state.AgentState.executeCommand(AgentState.java:76)
at com.musala.atmosphere.agent.Agent.parseAndExecuteShellCommand(Agent.java:136)
at com.musala.atmosphere.agent.Agent.main(Agent.java:270)