Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Print -show-kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
plastiv committed Mar 13, 2019
1 parent 335df89 commit 65e54be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-emulator/start-emulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdkmanager --list
avdmanager list avd
emulator-check accel hyper-v cpu-info window-mgr desktop-env
# https://developer.android.com/studio/run/emulator-commandline#startup-options
emulator -verbose -avd android-emulator-${EMULATOR_API_LEVEL} \
emulator -verbose -show-kernel -avd android-emulator-${EMULATOR_API_LEVEL} \
-no-accel \
-no-audio \
-no-window \
Expand Down

0 comments on commit 65e54be

Please sign in to comment.