Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: Release 9.0.2, Release 9.1.0
-
Fix Version/s: Release 9.0.3
-
Component/s: Android
-
Labels:None
-
Story Points:2
Description
Description
When debugging an Android app we log a message on how to connect to the debugger in Chrome which uses a chrome-devtools:// URL. In Chrome 83 this URL has been removed and is now just devtools://
Steps to reproduce
1. Build an Android app with --debug-host /localhost:9000
2. Try to open the chrome-devtools URL that gets logged
Actual
URL doesnt work
Expected
URL should work