aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2015-02-09 15:23:53 +0800
committerChase Qi <chase.qi@linaro.org>2015-02-09 15:23:53 +0800
commit0fdd202341f629252ac73c9f8c161e009f5c5938 (patch)
tree91f4a9a46c63f22202dfd3538f15c3f88e9094fc
parent1ce7018b0417b30929d3b60b713946d96adf1370 (diff)
android: gtest debug
-rwxr-xr-xandroid/scripts/gtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/scripts/gtest.sh b/android/scripts/gtest.sh
index c1cb8b8..e2a8b1c 100755
--- a/android/scripts/gtest.sh
+++ b/android/scripts/gtest.sh
@@ -28,6 +28,7 @@ FilesDIR="/data/data/org.linaro.gparser/files"
# Download and install gparser.apk
wget http://testdata.validation.linaro.org/tools/gparser.apk
+setenforce 0
chmod -R 777 $ScriptDIR
pm install "$ScriptDIR/gparser.apk"
logcat > /data/logcat.txt 2>&1 &