summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-09-12 10:58:00 -0700
committerJeff Sharkey <jsharkey@android.com>2012-09-12 10:58:06 -0700
commitcf4e11b4f8ba78de68a06b0ad463397d488df522 (patch)
tree4c47f03d1f241117ea043fc3c9063cbd4e18b542
parent818b58c3cc3d9f99d65bc9e4e7ff5b80021079ec (diff)
downloadextras-cf4e11b4f8ba78de68a06b0ad463397d488df522.tar.gz
Always read bugreports from EXTERNAL_STORAGE.
Bug: 7152673 Change-Id: Ibff4503ef21816bfe936eeba89183d1647c85043
-rwxr-xr-xbugmailer/bugmailer.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/bugmailer/bugmailer.sh b/bugmailer/bugmailer.sh
index 225b18d2..8b1b7fe6 100755
--- a/bugmailer/bugmailer.sh
+++ b/bugmailer/bugmailer.sh
@@ -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"