adb.js
adb.js copied to clipboard
Documentation
This looks like a really interesting project, but there's zero explanation of how things work. demo.js
gives a peek of what's possible, but isn't enough on its own. Even just a list of functions with a sentence describing each would go a long way.
For example, the difference between adb.listDevices
and adb.traceDevice
isn't explained. They're very similar, and appear at first glance to do the same thing. I'm often left going back to the source of adb.js
and reverse-engineering things any time I need to do something.
yes please document