Skip to content

Commit

Permalink
Use verbose logging in Android emulator in React Native CI (microsoft…
Browse files Browse the repository at this point in the history
…#16528)

### Description
<!-- Describe your changes. -->
Set emulator logging to verbose to see if it helps with intermittent
React Native CI failures when emulator crashes at startup


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
  • Loading branch information
skottmckay committed Jun 30, 2023
1 parent 5b3447b commit 2fd25de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ stages:
python3 tools/python/run_android_emulator.py \
--android-sdk-root $(ANDROID_SDK_ROOT) \
--create-avd --system-image "system-images;android-30;default;x86_64" \
--start --emulator-extra-args="-partition-size 4096" \
--start --emulator-extra-args="-partition-size 4096 -verbose" \
--emulator-pid-file $(Build.BinariesDirectory)/emulator.pid
displayName: Start Android Emulator
Expand Down

0 comments on commit 2fd25de

Please sign in to comment.