Marcs-MacBook-Pro:java marcus$ pidcat com.myapp.android.debug
Traceback (most recent call last):
File "/usr/local/bin/pidcat", line 150, in <module>
adb = subprocess.Popen(adb_command, stdin=PIPE, stdout=PIPE, stderr=PIPE)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exception
OSError: [Errno 20] Not a directory
I specified com.myapp.android.debug since I saw it in Android Studio's logcat viewer, though I don't physically have the debug folder. I ran the pidcat script in the parent directory of "com"; java/com/myapp/android