-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dinamically toggling webview debug on android #11053
Conversation
Jenkins BuildsClick to see older builds (14)
|
66167d1
to
3fe0fa1
Compare
could you please elaborate on what this PR about ? thanks |
@flexsurfer This should be a one time toggle (to not persist) to enable webview debug in android. This is intended for use of DAPP devs to debug their apps in status. cc @andremedeiros |
3fe0fa1
to
2d9338f
Compare
5f6cead
to
c55b6d2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't find anything threatening in this. I am a bit curious of what information is/can be pushed to an attached browser console. In any event, it seems a user needs to be logged in to do this, so they can only show their own information.
ae33a88
to
ec4ffd6
Compare
93% of end-end tests have passed
Failed tests (7)Click to expand
Passed tests (92)Click to expand
|
14% of end-end tests have passed
Failed tests (6)Click to expand
Passed tests (1) |
67% of end-end tests have passed
Failed tests (2)Click to expand
Passed tests (4)Click to expand
|
That works on Android 8, Android 9 (real devices) with enabled debug mode. But, once I perform the action in desktop debugger (Chrome in my case) - Status becomes unresponsive and eventually ends up with 'Status is unresponsive. Wait more/Close app'
logs in that case |
@Serhy I think that's ok for this case, as it still opens the ability for devs to debug apps in the Status |
Optimistic update Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
ec4ffd6
to
0368895
Compare
This PR aims to fix some "develop in the dark" issues that Dapp developers have been having.
Effectively, because they can't download the production version of our app and debug their dapps, they develop in the dark. This PR should allow them to temporarily turn debug mode on and attach a remote Chrome / Safari to the dapp browser to make sure they can develop using the tools they usually use.