add emulator

This commit is contained in:
2023-03-09 09:10:36 +01:00
parent bd77801e6a
commit a10413f4d2
+6 -1
View File
@@ -245,4 +245,9 @@ adb -s 4b99c21 shell am start -n com.android.chrome/com.google.android.apps.chro
#huawei mate 8
adb -s APU7N16321020182 shell pm clear com.android.chrome
adb -s APU7N16321020182 shell am set-debug-app --persistent com.android.chrome
adb -s APU7N16321020182 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
adb -s APU7N16321020182 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
#huawei mate 8
adb -s emulator-5554 shell pm clear com.android.chrome
adb -s emulator-5554 shell am set-debug-app --persistent com.android.chrome
adb -s emulator-5554 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main