1

When trying to update our app to work correctly with Android Marshmallow (API lvl 23) I went to run our UITest tests and found that on both physical devices and on the emulator the entire device reboots as if it has crashed.

This occurs when both running each test individually (first one passes, then reboots on second) and on running all tests.

I have testing this on a Nexus 5, 6, and 9 emulator and a physical 5 and 6 with fresh Marshmallow upgrade with the same behavior.

Has anyone else come across this problem or know of a solution?

cdbitesky
  • 1,390
  • 1
  • 13
  • 30
  • can you provide some logging up until the reboot? – petey Oct 30 '15 at 18:45
  • I updated to the latest SDK and UITest 1.2 and the problem appears to have gone away. I can't find any reference to this problem in the changelogs. – cdbitesky Oct 30 '15 at 19:31

1 Answers1

0

As of Emulator (Intel system image) revision 8 for Android M 6.0 (API 23) and UITest 1.2 this no longer occurs.
I'm not sure what was causing the problem, but updating fixed.

cdbitesky
  • 1,390
  • 1
  • 13
  • 30