I am trying to run logcat in background using adb.
adb shell "logcat -r 2000 -f /data/local/test.log &"
But it does not work. If I do adb shell ps | grep logcat
I dont see logcat process running.
Adding nohup seems to work. adb shell "nohup logcat -r 2000 -f /data/local/test.log &"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With