Skip to content

Commit

Permalink
temp: ls devices
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnandrew committed Aug 6, 2024
1 parent 7ab8f4c commit e79273c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions actions/lib/src/android/avd_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ final class AvdManager {
'-accel', 'on', // Fail if HW accel is unavailable
'-no-snapshot',
'-verbose',
'-wipe-data',
];
final emulator = await processManager.start(
[_emulator.exe, ...startAvdArgs],
['sudo', _emulator.exe, ...startAvdArgs],
mode: ProcessStartMode.inheritStdio,
);
core.info('Emulator started with args: $startAvdArgs');
Expand Down

0 comments on commit e79273c

Please sign in to comment.