Adding generic logs is in progress

Pre-requisite :

TV and Laptop should be in the same network and VBN build 


Steps : 

  1.  In chrome browser on laptop type http://<TV IP>:10000/ then you will see below
  2. Click on Inspect button, after that it will open one more window where we can check network trafic log , console logs from app,


Tip

Resident app will be available on port 10000


Problem

To analyze the logs from the webpage which loaded in the web browser instance, we need to invoke Web Inspector. Following are the steps to do the same.

Solution:

Turn on any browser application(Eg, Webkit browser, HTMLApp, etc)

Insert the webpage/app into the launched app

Once it's launched, invoke the web inspector page. Generally it will be in URL format of http://<Box_Ip>:9224(here 9224 is port number for WebKit browser)

Inspector page we could able to see the logs of the launched webpage/apps.


  • No labels