Skip to content

support long running and/or persistent processes - #71

Closed
w1ngnutt wants to merge 2 commits into
JakeWharton:masterfrom
w1ngnutt:master
Closed

support long running and/or persistent processes#71
w1ngnutt wants to merge 2 commits into
JakeWharton:masterfrom
w1ngnutt:master

Conversation

@w1ngnutt

Copy link
Copy Markdown

For applications that are already running pidcat does not take into
account the specified packages arg. This commit runs "adb shell ps" to
find the pids for the specified packages at startup.

For applications that are already running pidcat does not take into
account the specified packages arg. This commit runs "adb shell ps" to
find the pids for the specified packages at startup.
Comment thread pidcat.py Outdated

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to use two-space indent.

- Fix indention to 2 spaces.
- Support -e, -d and -s adb options when finding pid in ps output.
@w1ngnutt

Copy link
Copy Markdown
Author

Fixed indention and added support for -e, -d and -s options when calling "adb shell ps"

@patrick91

Copy link
Copy Markdown

+1 works for me :)

@w1ngnutt w1ngnutt closed this Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants