It seems like live buffers are not piped appropriately. For instance: ``` adb logcat | grep "tag" ``` only spits out the log once I ctrl-c the process. Regular logcat spits out logs as they are made. In bash this works without issue.