Skip to content

Streaming Shell doesn't result in a stream ? #224

@wimmatthijs

Description

@wimmatthijs

Description

I think this is a request for an enhancement or feature.

Or maybe i'm just not understanding this well enough, but the streaming_shell command yields bytes or a string
I was hoping to find a command that would actually produce a stream that can be consumed in the traditional sense
For example during the execution of my work i would like to dump the logcat feedback of specific processes into a text file.
i was hoping to use multipe adb logcat commands and just simply dump those streams into a txt file for as long as the process runs.

I do see some other functions using the python stream objects such as BytesIO.
Maybe it can be done with the hidden functions? Looking for some advice from somebody a bit more versed in the adb protocol.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions