OSDN Git Service

Always read bugreports from EXTERNAL_STORAGE.
authorJeff Sharkey <jsharkey@android.com>
Wed, 12 Sep 2012 17:58:00 +0000 (10:58 -0700)
committerThe Android Automerger <android-build@android.com>
Thu, 13 Sep 2012 00:33:52 +0000 (17:33 -0700)
Bug: 7152673
Change-Id: Ibff4503ef21816bfe936eeba89183d1647c85043

bugmailer/bugmailer.sh

index 225b18d..8b1b7fe 100755 (executable)
@@ -15,11 +15,8 @@ if [ -n "$BUGREPORT_WRITE_PATH" ]; then
 else
   writePath="$EXTERNAL_STORAGE"
 fi
-if [ -n "$BUGREPORT_READ_PATH" ]; then
-  readPath="$BUGREPORT_READ_PATH"
-else
-  readPath="$EXTERNAL_STORAGE"
-fi
+
+readPath="$EXTERNAL_STORAGE"
 
 tmpPath="/data/local/tmp"
 bugreportPath="bugreports"