You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
Interesting. Can you try with --transport=unix? By default fb-adb implicitly uses adb shell under the hood and sends data back and forth via stdin and stdout.
I would also be interested in results of the test using fb-adb rcmd instead of fb-adb shell.
The same happens with fb-adb -e rcmd --transport=unix .... Using plain fb-adb -e rcmd /system/bin/echo -n exitcode gives almost the same error as with fb-adb shell:
fb-adb rcmd: error in stub: fork: Try again
I'm on Fedora 27 if it helps.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In an attempt to work around https://issuetracker.google.com/issues/73230216, I replaced the use of adb with fb-adb in the supplied script
Then I started the emulator (an android-26 x86_64 image) and ran the 6 copies of the shell script. After a few minutes, fb-adb fails with:
fb-adb shell: error in stub: fork: Try again
The text was updated successfully, but these errors were encountered: