You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wouldn't it be great to be able enable your local HTTP proxy (Charles proxy for example) on your test device? So you'd need to be able save your local IP address and port somewhere in this plugin, not sure how to do that.
Then the adb commands are: adb shell settings put global http_proxy <host>:<port>
adb shell settings put global http_proxy :0
Don't know if there's any interest in this, I'll code it up if I get time.
The text was updated successfully, but these errors were encountered:
Wouldn't it be great to be able enable your local HTTP proxy (Charles proxy for example) on your test device? So you'd need to be able save your local IP address and port somewhere in this plugin, not sure how to do that.
Then the adb commands are:
adb shell settings put global http_proxy <host>:<port>
adb shell settings put global http_proxy :0
Don't know if there's any interest in this, I'll code it up if I get time.
The text was updated successfully, but these errors were encountered: