Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
when: * phone is connected to a remote computer by `adb` - either: * physically with a USB cable * wirelessly over a LAN user can: * inspect contents of WebView in DevTools with Chrome desktop at: chrome://inspect/#devices quick refresher: * # enable USB debugging * # connect by USB adb devices adb tcpip 5555 # disconnect USB * # connect by WiFi from any computer: adb connect 192.168.1.x:5555 adb devices
- Loading branch information