Using AndroidViewClient, just recently every action I try to make using Culebra or any of the associated scripts just restarts the virtual device. Has anyone ever run into this before?
**edit 1: ** More specifically, I get into this endless restart loop only after trying a command where I touch the device in a specific area.
i.e. If I place the following into my script, it will just restart the device and then all further Culebra generated commands will just cause the device to restart
self.vc.device.touchDip(173, 1111)
edit 2: Added more information
I've replicated this behavior on a few different models, but I'm primarily working with the following:
Device: Google Galaxy Nexus - 4.3 - API 18 - 720x1280
$ culebra -v
culebra 10.7.2
$ dump -v
dump 10.7.2
dump
android.widget.FrameLayout
android.view.View com.android.launcher:id/workspace
android.view.View com.android.launcher:id/cell3
android.appwidget.AppWidgetHostView
android.view.View com.android.deskclock:id/analog_appwidget
android.widget.TextView Camera
....
$ adb shell date
Thu Aug 20 12:44:08 EDT 2015
Different x,y coordinates restart the device as well:
adb shell input tap 200 900 <--- restarts the phone as well
Edit 3: Screenshot after logged into adb shell
The phone restarts again after the second command here