Skip to content
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

adb is not reliable #4

Closed
calendulish opened this issue Oct 10, 2018 · 1 comment
Closed

adb is not reliable #4

calendulish opened this issue Oct 10, 2018 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@calendulish
Copy link
Owner

After some testing I realize that adb return codes and stderr and stdout is not reliable because adb protocol can return wrong values in certain Android versions. Problems detected:

  • stderr can be empty and returned to stdout, even after execute echo 'error' > /dev/stderr in shell
  • return code can be always 0, even if the a command in shell or adb itself fail
@calendulish calendulish added the bug Something isn't working label Oct 10, 2018
@calendulish
Copy link
Owner Author

adb support has been removed 87d4566

@calendulish calendulish added the wontfix This will not be worked on label Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant