improve the search

This commit is contained in:
2023-03-01 09:31:23 +01:00
parent e4693a17b6
commit 98267286ab
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -285,4 +285,9 @@ adb -s 192.168.0.37:5555 shell am start -n com.android.chrome/com.google.android
#18
adb -s 192.168.0.27:5555 shell pm clear com.android.chrome
adb -s 192.168.0.27:5555 shell am set-debug-app --persistent com.android.chrome
adb -s 192.168.0.27:5555 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
adb -s 192.168.0.27:5555 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main
#18
adb -s emulator-5560 shell pm clear com.android.chrome
adb -s emulator-5560 shell am set-debug-app --persistent com.android.chrome
adb -s emulator-5560 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main