I am developing application to filter logcat generated by android.I executed linux comand ‘/system/bin/logcat -b main -f /sdcard/logcat.txt’using getruntme.exec. to execute the command but it is running in separate process though i uninstall my application the process keeps on running .Is there any way i can prevent running in another process.
I am developing application to filter logcat generated by android.I executed linux comand ‘/system/bin/logcat
Share
By getruntme.exec, do you mean you’re using something like this? (borrowed from here):
Then you could kill it with p.destroy()