File: adb-am-force-stop-all.sh

package info (click to toggle)
gluegen2 2.5.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,848 kB
  • sloc: java: 53,390; ansic: 3,655; xml: 3,287; sh: 1,501; pascal: 591; asm: 162; makefile: 76
file content (14 lines) | stat: -rw-r--r-- 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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