Skip to content

Commit 1412e5e

Browse files
committed
chore(): added additional Android Emulator logging
1 parent e9571af commit 1412e5e

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

.github/composite_actions/launch_android_emulator/dist/main.cjs

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/composite_actions/launch_android_emulator/dist/main.cjs.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actions/lib/src/android/avd_manager.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ final class AvdManager {
155155
onRetry: (e) async {
156156
core.info(e.toString());
157157

158-
await ShellScript(
159-
'''ls $androidAvdHome''',
160-
).run();
158+
// await ShellScript(
159+
// '''ls $androidAvdHome''',
160+
// ).run();
161161

162162
await _avdmanager(
163163
['list'],

0 commit comments

Comments
 (0)