Here some links which I got from Nick, and found myself which could be helpful for this refactoring: https://android.googlesource.com/platform/system/core/+/master/adb/OVERVIEW.TXT https://android.googlesource.com/platform/system/core/+/master/adb/protocol.txt https://android.googlesource.com/platform/system/core/+/master/adb/SERVICES.TXT https://github.com/Swind/pure-python-adb/ https://github.com/cstyan/adbDocumentation
Bug 1578424 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Here some links which I got from Nick, and found myself which could be helpful for this refactoring: https://android.googlesource.com/platform/system/core/+/master/adb/OVERVIEW.TXT https://android.googlesource.com/platform/system/core/+/master/adb/protocol.txt https://android.googlesource.com/platform/system/core/+/master/adb/SERVICES.TXT https://github.com/Swind/pure-python-adb/ https://github.com/cstyan/adbDocumentation https://github.com/noahgoldman/adbpy/