JeffLIrion / adb_shell

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

Change adb pull to always call close, and always get FAIL reason when… #148

Closed atti92 closed 3 years ago

atti92 commented 3 years ago

Possible solution to #146

JeffLIrion commented 3 years ago

I think this looks good. Could you please capture that data that is sent using debug logging and add a unit test for this.

Also, could you please make the same changes in adb_device_async.py.

JeffLIrion commented 3 years ago

Let me see if I can get GitHub Actions to run by closing and re-opening this pull request...