We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The launchDebugMode function in appLaunchHelper.js checks to see if deviceIpAddress === EMULATOR_IP. At which point it calls setPortForward which launches an instance of Chrome. However after setPortForward returns another instance of Chrome is launched within launchDebugMode. It is unclear why the launch is needed within setPortForward since the debugIP is remapped to local host.
launchDebugMode
deviceIpAddress === EMULATOR_IP
setPortForward
debugIP
I wanted to confirm the intent before submitting a PR.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
launchDebugMode
function in appLaunchHelper.js checks to see ifdeviceIpAddress === EMULATOR_IP
. At which point it callssetPortForward
which launches an instance of Chrome. However aftersetPortForward
returns another instance of Chrome is launched withinlaunchDebugMode
. It is unclear why the launch is needed withinsetPortForward
since thedebugIP
is remapped to local host.I wanted to confirm the intent before submitting a PR.
The text was updated successfully, but these errors were encountered: