We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec4626 commit cd90c84Copy full SHA for cd90c84
1 file changed
docs/README.md
@@ -26,7 +26,7 @@
26
Termux:
27
```Shell
28
# Get the debug localsocket name of WebView
29
-su -c cat /proc/net/unix | grep devtools_remote
+adb shell cat /proc/net/unix | grep devtools_remote
30
# 0000000000000000: 00000002 00000000 00010000 0001 01 xxxxxxx @webview_devtools_remote_<pid>
31
32
# Perform port forwarding
0 commit comments