From d190301a82a961ac3246890206200086842059bd Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 26 Dec 2019 04:15:59 +0100 Subject: Bug 1417 - Android: Add adb scripts to force-stop and clear all jogamp tasks and packages --- make/scripts/adb-am-force-stop-all.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 make/scripts/adb-am-force-stop-all.sh (limited to 'make/scripts/adb-am-force-stop-all.sh') diff --git a/make/scripts/adb-am-force-stop-all.sh b/make/scripts/adb-am-force-stop-all.sh new file mode 100644 index 0000000..699dbef --- /dev/null +++ b/make/scripts/adb-am-force-stop-all.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +echo jogamp process running +adb $* shell ps | grep jogamp + +adb $* shell am force-stop jogamp.android.launcher +adb $* shell am force-stop com.jogamp.common +adb $* shell am force-stop com.jogamp.openal +adb $* shell am force-stop com.jogamp.opengl +adb $* shell am force-stop com.jogamp.opencl +adb $* shell am force-stop com.jogamp.openal.test +adb $* shell am force-stop com.jogamp.opengl.test +adb $* shell am force-stop com.jogamp.opencl.test + -- cgit v1.2.3