How remote debugging works in Chrome
Chrome for Android allows pages to be debugged remotely from the desktop. The wire protocol for debugging is specified here. This post gives an overview on how the bridge is setup between desktop chrome and android chrome. 10,000 foot view When the Android phone is in Developer mode and USB debugging is enabled, Chrome for …