From 80d68ba5ca93d0d681bde2dfacbcc24dfdbb0e96 Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Fri, 14 Apr 2017 21:39:56 +0800 Subject: caffeinemark: collect screencap before uninstall so that we could check the result with the screencap pictures when we have doubt Change-Id: Ic3f453a2c1e4a39bb7e8e9fae60d15242e5a20fb Signed-off-by: Yongqin Liu --- caffeinemark/execute.sh | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3