Extract Android Logs

Extract Android Logs

Step 1: Install ADB tools

Download the ADB Tools

Go to the Android SDK Platform Tools page and download the latest version of the SDK Platform Tools: https://developer.android.com/tools/releases/platform-tools
Extract the ZIP File
Extract the downloaded platform-tools.zip file to a folder of your choice (e.g., C:\ADB).
Optionally, set up system path for ADB 
Verify ADB installation by opening a command prompt and execute the ADB executable from the platform tools folder

Step 2: Connect your Android Device

Enable Developer Options on your Android device

Open the Settings app.
Scroll down and tap on "System" then "About tablet"
Find the "Build number" entry and tap it 7 times in succession to enable Developer Options.

Enable USB Debugging

Go back to the main Settings menu.
Tap on "System".
Find and tap on "Developer options".
Scroll until you find "USB debugging" and toggle it on.
Connect the device to your computer using a USB cable. On the oomnis tablet, this is the Micro-USB socket called OTG.

Step 3: Open a Terminal or Command Prompt

Windows: Open Command Prompt (cmd) or PowerShell.
macOS/Linux: Open Terminal.

Step 4: Capture the Logcat Output

To capture and save the logcat output directly to a file on your computer, execute the following command:
Quote
adb logcat -d > my_logcat.txt

Step 5: Capture the GetProp Output

To capture and save the getprop output directly to a file on your computer, execute the following command:
Quote
adb getprop > my_getprop.txt
This command will save the entire tablet properties information to my_getprop.txt in the current directory.



    • Related Articles

    • How to retrieve Media4Display diagnostic logs using MediaContact on Android

      The easiest way to retrieve Media4Display diagnostic logs on Android is simply to create a process in MediaContact. In a custom process folder, create a new process. Process trigger initiative: Server Population: create and select the population you ...
    • How to configure log level remotely on Media4Display for Android

      In MediaContact, create a new process (it is advised to create a folder to store your custom processes). - Process Trigger Initiative: Server - Population: create and select a population of players for which you want to apply the new log level - ...
    • flexEZ Hardware Compatibility List

      The following hardware systems are compatible with flexEZ v3.0: oomnis tablet OT1052N (10 inches) Android 8.1 (firmware 20240108 or later) oomnis tablet OT1052N (10 inches) Android 10 (firmware 20221227 or later) oomnis tablet OT1523N (15 inches) ...
    • reboot all hardware players

      In order to reboot all players at a given time, you will need to set up a new process with a Reboot task. 1) Navigate to Processes 2) Right click and select "New Process" - choose a name for the process and select Trigger Initiative to "Station" ...
    • Installing the flexEZ RoomView application on the oomnis OT1052N tablet.

      Please follow the following steps in order to install a flexEZ RoomView application on your existing oomnis tablet. the old FlexO application may be set to run as soon as the tablet launches. You need to prevent that: launch the FlexO application ...