summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2017-04-14 21:39:56 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2017-04-14 21:39:56 +0800
commit80d68ba5ca93d0d681bde2dfacbcc24dfdbb0e96 (patch)
treeb4996bb58bfc60347bcc1802fcab04e030f53539
parent1f9211c29695b67fd6301a60ad2c5c0bbbe4215d (diff)
caffeinemark: collect screencap before uninstallHEADmaster
so that we could check the result with the screencap pictures when we have doubt Change-Id: Ic3f453a2c1e4a39bb7e8e9fae60d15242e5a20fb Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rwxr-xr-xcaffeinemark/execute.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/caffeinemark/execute.sh b/caffeinemark/execute.sh
index 231ca70..7871352 100755
--- a/caffeinemark/execute.sh
+++ b/caffeinemark/execute.sh
@@ -15,6 +15,7 @@ function func_caffeinemark_post_install(){
}
function func_caffeinemark_pre_uninstall(){
+ func_pre_uninstall
adb shell setenforce 1
}
post_install="func_caffeinemark_post_install"