DmitriyDogaev / android-screenshot-library

Automatically exported from code.google.com/p/android-screenshot-library
0 stars 0 forks source link

How to stop asl-native? #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Use run.sh can execuse the asl-native,

But how to stop it if use android app?

Original issue reported on code.google.com by zfreek...@gmail.com on 22 Feb 2011 at 6:46

GoogleCodeExporter commented 8 years ago
Send a SIGKILL to the process:

    adb shell kill -9 <pid>

You can obtain the <pid> using ps:

    abd shell ps aux

and looking for process  with /data/local/asl-native .

Original comment by karol.ku...@polidea.pl on 14 Jun 2011 at 1:20