google / google/mobly

A better way to accommodate custom adb calls

Open
#446 6 comments 1 reaction 1 assignee Claimed by @xpconanfan View on GitHub
new feature
Dominant language
Python
Stars
752
Forks
222
Avg merge
14d 18h
Merged PRs (30d)
1

Description

This came up in a discussion with @winterfroststrom

The `AdbProxy` was designed for the most straightforward use cases, like `adb.shell('getprop')` - simple call and return.

This does not work well if users want to have more control of the call.
E.g. process the live streaming of the stdout of the call subprocess.

We might want to consider providing a new adb interface for users who want to make long-running calls and have more control of the subprocess.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.