diff --git a/clear_data.sh b/clear_data.sh index 7827296..7194a78 100644 --- a/clear_data.sh +++ b/clear_data.sh @@ -264,4 +264,15 @@ adb -s 5634563639393498 shell am start -n com.android.chrome/com.google.android. #18 adb -s 344d395044413098 shell pm clear com.android.chrome adb -s 344d395044413098 shell am set-debug-app --persistent com.android.chrome -adb -s 344d395044413098 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file +adb -s 344d395044413098 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + +#18 +adb -s emulator-5562 shell pm clear com.android.chrome +adb -s emulator-5562 shell am set-debug-app --persistent com.android.chrome +adb -s emulator-5562 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main + + +#18 +adb -s emulator-5558 shell pm clear com.android.chrome +adb -s emulator-5558 shell am set-debug-app --persistent com.android.chrome +adb -s emulator-5558 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file