From 4e1a8146c83dd8a60db9581a113b17eb62771c6f Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Thu, 8 Sep 2022 09:26:35 +0200 Subject: [PATCH] specifier deivce sn in sh file --- clear_data.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/clear_data.sh b/clear_data.sh index de1d832..8042464 100644 --- a/clear_data.sh +++ b/clear_data.sh @@ -1,3 +1,6 @@ -adb shell pm clear com.android.chrome -adb shell am set-debug-app --persistent com.android.chrome -adb shell am start -n com.android.chrome/com.google.android.apps.chrome.Main +adb -s 76a3ac8d shell pm clear com.android.chrome +adb -s 76a3ac8d shell am set-debug-app --persistent com.android.chrome +adb -s 76a3ac8d shell am start -n com.android.chrome/com.google.android.apps.chrome.Main +adb -s 07f9c883 shell pm clear com.android.chrome +adb -s 07f9c883 shell am set-debug-app --persistent com.android.chrome +adb -s 07f9c883 shell am start -n com.android.chrome/com.google.android.apps.chrome.Main \ No newline at end of file