Logging using android device

You can use the developer tools on your PC to do remote debugging an Android device running Chrome by connecting the device to a computer via a USB cable.

https://developer.chrome.com/docs/devtools/remote-debugging/

  1. Enable the Developer Options on the Android device.
  2. Enable USB Debugging.
  3. Connect the device with a USB cable and allow permissions based on the provided prompts.
  4. Navigate to chrome://inspect#devices on the PC.

    The Dev Tools Console can be monitored similar to using WebRF on the desktop PC.