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 e9571af commit 1412e5e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
10 changes: 3 additions & 7 deletions .github/composite_actions/launch_android_emulator/dist/main.cjs

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

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions actions/lib/src/android/avd_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ final class AvdManager {
onRetry: (e) async {
core.info(e.toString());

await ShellScript(
'''ls $androidAvdHome''',
).run();
// await ShellScript(
// '''ls $androidAvdHome''',
// ).run();

await _avdmanager(
['list'],
Expand Down

0 comments on commit 1412e5e

Please sign in to comment.