-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ADB.pidof integration issue with grep and CRLF edge case #927
Conversation
any eta on getting this merged? |
@tomatobrown, technically, this PR is ready, but two things did not happen:
|
await adb.unlockScreen(deviceId); | ||
} | ||
|
||
describe('when unlocking an awake and unlocked device', function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dumpsys power might also emit CRLF output, and this means that we are going into a wrong direction.
271af94
to
b49c976
Compare
ImportantI have erased the previous implementation in favor of a simpler one, using |
9246246
to
cbb7d70
Compare
Unfortunately, Still on it. |
Guys, sorry for the delay. I just have finished the other unrelated but highly important task, so I finally can start sorting out the issues one by one. ETA - tomorrow I make a one more bugfix to PR and merge it |
81267bf
to
3302a69
Compare
Generally speaking, in this pull request there are already multiple various fixes:
TODOs:
I did a lot of testing today manually, unfortunately, CI does not catch dozens of environment integration issues, so I still have to work on this PR tomorrow. |
Resolves #924