Files
SDK_RK3288/system/core/drmservice/kill.sh

4 lines
89 B
Bash
Executable File

#!/bin/sh
PID=`adb shell ps | grep drmservice | awk '{print $2}'`
adb shell kill -9 $PID