more debug info from later work

This commit is contained in:
benfry
2011-03-06 23:04:19 +00:00
parent 4ef5c7aa93
commit 67dd049b90
3 changed files with 58 additions and 29 deletions

View File

@@ -112,7 +112,7 @@ class EmulatorController {
}
Thread.sleep(2000);
// System.out.println("done sleeping");
for (final String device : Devices.listDevices()) {
for (final String device : Devices.list()) {
if (device.contains("emulator")) {
// System.err.println("EmulatorController: Emulator booted.");
setState(State.RUNNING);