The clean way of stopping the app is:
adb shell am force-stop com.my.app.id
This way you don’t have to figure out the process ID.
The clean way of stopping the app is:
adb shell am force-stop com.my.app.id
This way you don’t have to figure out the process ID.