JeffLIrion / adb_shell

A Python implementation of ADB with shell and FileSync functionality.
Apache License 2.0
530 stars 60 forks source link

Handle unexpected commands in `AdbDevice._read` and `AdbDeviceAsync._read` #153

Closed atti92 closed 3 years ago

JeffLIrion commented 3 years ago

Thanks for investigating this bug and submitting the fix! I'll review this soon and get it merged in.

JeffLIrion commented 3 years ago

I submitted a pull request to your branch with some minor changes, plus unit tests: https://github.com/atti92/adb_shell/pull/1

JeffLIrion commented 3 years ago

Thanks for fixing this! Can https://github.com/JeffLIrion/adb_shell/issues/152 be closed now?