We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb44ac9 commit 228031fCopy full SHA for 228031f
actions/lib/src/android/avd_manager.dart
@@ -172,7 +172,7 @@ final class AvdManager {
172
}
173
final propValue = int.tryParse((bootRes.stdout as String).trim());
174
if (propValue != 1) {
175
- throw _BootNotCompleted('Device online but not yet booted');
+ throw _BootNotCompleted('Device online but not yet booted - ${bootRes.stdout} - ${bootRes.stdout}');
176
177
core.info('Emulator booted');
178
},
0 commit comments