Skip to content

Commit 228031f

Browse files
committed
chore(): added additional Android Emulator logging
1 parent cb44ac9 commit 228031f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/lib/src/android/avd_manager.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ final class AvdManager {
172172
}
173173
final propValue = int.tryParse((bootRes.stdout as String).trim());
174174
if (propValue != 1) {
175-
throw _BootNotCompleted('Device online but not yet booted');
175+
throw _BootNotCompleted('Device online but not yet booted - ${bootRes.stdout} - ${bootRes.stdout}');
176176
}
177177
core.info('Emulator booted');
178178
},

0 commit comments

Comments
 (0)