Jake Wharton
Jake Wharton
It's just a python script. You can run with `python pidcat.py`.
Would be nice. Pull requests welcome.
I don't have a GS4. Someone else can send a pull request to support whatever format their devs needlessly changed the process creation log line to.
@tbruyelle can you paste a full example of that line? One thing we could do is buffer the log messages when that line is detected and use `ps` to look...
@paleozogt It already does that when you don't supply a package
The only downside here is that it restricts to running packages. What about using `pm list packages -f` instead?
The package manager has been around since API 1, so presumably the command has as well. And yes it does not require root. > what are the chances of someone...
Yeah I'll get it uploaded today. I haven't uploaded anything in about three years... hopefully they simplified the process.
Can you add a `print(repr(line))` after each `line` is read and paste a few safe lines of output?
Hmmm those strings look fine. They're not unicode or binary strings either, it seems. I'll have to run through the regex's tomorrow morning and see what's causing them to not...