Skip to content

Commit

Permalink
chore(): added additional Android Emulator logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Feb 7, 2025
1 parent cb44ac9 commit 228031f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/lib/src/android/avd_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ final class AvdManager {
}
final propValue = int.tryParse((bootRes.stdout as String).trim());
if (propValue != 1) {
throw _BootNotCompleted('Device online but not yet booted');
throw _BootNotCompleted('Device online but not yet booted - ${bootRes.stdout} - ${bootRes.stdout}');
}
core.info('Emulator booted');
},
Expand Down

0 comments on commit 228031f

Please sign in to comment.