From 65e54bee1d5e0f45bcac44af017aeb94d52f3dc7 Mon Sep 17 00:00:00 2001 From: Sergii Pechenizkyi Date: Wed, 13 Mar 2019 20:46:35 +0100 Subject: [PATCH] Print -show-kernel --- android-emulator/start-emulator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-emulator/start-emulator.sh b/android-emulator/start-emulator.sh index 831379a..2ccebd5 100755 --- a/android-emulator/start-emulator.sh +++ b/android-emulator/start-emulator.sh @@ -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 \