xxBDL4550D ADB Logging via micro USB Cable

xxBDL4550D ADB Logging via micro USB Cable

Philips signage monitor ADB logging


Enable USB Debugging

Press Home 1888 to go into Android menu
Select Settings
Go to Developer Options' sub menu, enable USB debugging.
(see picture below)



Download ADB Tooling


Download the ADB log tool from 


Unzip  and only copy the files to a folder on your PC.

No installation needed.


Run the command prompt (press windows button, type cmd)


 

 

Enter the path of where you did previously copy the files,

same file path as the “adb.exe”.

See below example, files are copied to “C:\Users\vincent.storm\Dropbox (PhilipsSignage)\Vincent\FA\ADB\platform-tools”

 


 


 


Confirm that the adb software can see the screen

type:   adb devices  (in the cmd window)

Your device (monitor) will be listed (see green marker below).


Start Logging

To start logging to logcat_log.txt , type:

adb logcat -v threadtime > C:\temp\log.txt

The logcat_log.txt will be saved in the same folder of the adb.exe path.

Reproduce the Issue

Do whatever you need to do to reproduce the issue

Stop ADB Logging


Press Ctrl-C in the cmd window to exit the adb program

Collect Dmesg Kernel Log

adb shell dmesg > dmesg.log


The dmesg.logwill be saved in the same folder of the adb.exe path.

Send the produced log files


The log file called logcat_log.txt and dmesg.log would've been created in the same directory where you run the adb.exe from.
Send these files to the support team.



    • Related Articles

    • xxBDL4550D ADB Logging via Network

      Philips signage monitor ADB logging Enable ADB Over Network on the screen Press Home 1888 to go into Android menu Select Settings Go to Signage Display/Digital Signage -> Server Settings->ADB over network and enable it by ticking it Go to Developer ...
    • Himalaya 2.0 (xxBDL4150D, 86BDL4152T) ADB Logging

      Philips signage monitor ADB logging Download ADB Tooling Download the ADB log tool  here or from the android developer site. Unzip and only copy the files to a folder on your PC. No installation needed. Run the command prompt (press windows button, ...
    • Dragon 1.0 (xxBDL4050D, xxBDL4051T, 65BDL3051T) ADB Logging

      Philips signage monitor ADB logging Download ADB Tooling Download the ADB log tool from  https://westanonline.sharepoint.com/:f:/s/Support/EmnPdlgJowhdipntkb8s0M4BJ54r3pl4DTtf8jbIijmRPQ?e=gI3ykS Unzip and only copy the files to a folder on your PC. ...
    • 24BDL4151T Re-image Android SW using USB-Micro USB Cable

      1. Preparation (1) a USB-A-male-to-micro–USB cable (2) ADBDriver.zip : adb driver (3) RockusbDriver (4) adb.exe (5) AndroidTool_Release (6)   update.img Download "ADB_driver_RKTool.zip" and "update.img" and unzip the zip file on your windows PC: ...
    • 10BDL4151T Re-image Android SW using USB-Micro USB Cable

      1. Preparation HW Required You'll need the following items: - Windows 10 PC - USB A male to micro USB cable (the one commonly required to charge an Android based phone) Software required Open the following link: ...