iSG
  • Getting Started
    • Introducing iSG
      • iSG Monthly Update
        • 2024.08
        • 2024.10
        • 2024.12
      • New Features
        • iSG Make Your Space Smarter
    • Hardware Installation
      • Desktop Standing
      • Wall Mounting
    • Signing In iSG
  • Using iSG
    • Home
      • Weather
      • Dashboard Group
      • Favorites
    • Devices
      • Add LinknLink Devices
      • Add Tuya WiFi Devices
        • How to import a Tuya device to iSG without resetting it
      • Add BroadLink Devices
      • Add Zigbee Devices
      • Add Matter Devices
      • Add Device from Home Assistant
    • Groups
      • Devices
      • Cameras
      • Sensors
    • Energy
    • Brands
    • Automations
    • Scene
    • Add-ons
      • Zigbee2MQTT
      • Opera
      • Home Assistant
      • Serial Port Viewer
      • Z-Wave JS Ul
      • MQTT Broker
      • CloudFlare
      • How to install iSG add-on
    • iSG Lite
      • Install and Activate iSG Lite on Your Own Tablet
  • Settings
    • HomeKit
    • HA Services
    • Spaces
    • Settings
      • Auto-Reboot
      • Factory Reset
      • Screen Saver
    • Account
    • Backup
    • Restore
    • Firmware Updates
      • iSG Software
      • Container Software
      • HA Service Pack
      • iSG Lite Software
      • Zigbee Firmware (USB Dongle)
      • Zigbee Firmware (iSG MAX Built-In)
      • Flashing OS for iSG Display
      • Flashing OS for iSG Box
    • Third-Party Services
    • Media Center
    • Custom Background
    • MQTT Settings
  • HOME ASSISTANT
    • Start Home Assistant
    • File Editor
    • Add Devices
      • HomeKit Device
      • HA Integration
        • Add Zigbee devices
        • Add Tuya devices
        • Add Aqara devices
        • MQTT intergration
        • ONVIF Camera
      • HACS Integration
        • Adding Lightwave Products
      • LinknLink Device
      • MQTT Integration
      • Bluetooth Proxy
    • HomeKit
    • Web Access
    • Backup
    • Restore
  • FAQ
    • Device Related
    • HA Related
    • Others
      • How to differentiate between iSG Display and iSG Display Max
      • How to Get iSG Log for Advanced Troubleshooting
      • How to factory reset iSG
      • Reset Container
    • Firmware Update
      • iSG MAX with the error message "Failed to get device license information"?
      • Why I Can't Get Zigbee Firmware Update on iSG Display Max
      • How to use USB drive to Update iSG firmware?
      • How to use Opera to Update firmware?
      • How to transfer from an old iSG to a new iSG?
      • How to upgrade iSG to support HA to the latest version? 【update 20/03/2025】
      • Upgrading Original iSG Display to Support HA to the Latest Version
  • AI HOME AGENT
    • Apply Account
    • Add Credentials
      • LinknLink
      • OpenAI
      • Telegram
      • WhatsApp
      • Google
      • OpenWeatherMap
    • Creat Workflows
    • FAQ
Powered by GitBook
On this page
  • WHY AND WHEN DO WE NEED A DEVICE LOG?
  • WHAT NEED TO BE PREPARED FOR GETTING THE LOG?
  • HOW TO CONNECT ISG TO COMPUTER?
  • 1/ Hardware Connection
  • 2/ Launch ADB Tool
  • 3/ Check Connected iSG
  • HOW TO RETRIEVE THE DEVICE LOG TO PC?
  1. FAQ
  2. Others

How to Get iSG Log for Advanced Troubleshooting

PreviousHow to differentiate between iSG Display and iSG Display MaxNextHow to factory reset iSG

Last updated 6 months ago

WHY AND WHEN DO WE NEED A DEVICE LOG?

A device log continuously records essential operational data for software, services, or interfaces on the device, and it may include diagnostic information for common device or function failures. In cases where standard troubleshooting methods fail, we may ask users to submit their device log to assist with advanced diagnostics for critical issues.

WHAT NEED TO BE PREPARED FOR GETTING THE LOG?

To retrieve the device log, you'll need the following:

  • A computer, either a PC (running Windows XP/7/8/10/11) or a Mac.

  • A USB cable to connect your computer and iSG device (Micro USB for iSG Display, USB-C for iSG Display Max). Note: iSG Box supports network diagnostics without the need for a cable.

  • Download and install the ADB driver on your PC: |

  • Download and unzip the ADB tool on your PC: |

The following instruction illustrates a scenario using PC to get log from iSG Display / iSG Display Max.

HOW TO CONNECT ISG TO COMPUTER?

1/ Hardware Connection

Connect your iSG Display to your PC using the USB cable. Your PC should automatically detect the device. To verify if the device is correctly recognized, open "Device Manager" in Windows by searching for it. In the list, you should see "Android Composite ADB Interface" as shown in the screenshot below.

2/ Launch ADB Tool

Navigate to the ADB tool folder on your PC. Right-click on any blank space in the folder and select "Open in Windows Terminal." A command line window will open in this folder.

Alternatively, you can launch the ADB tool by right-clicking the Windows Start icon, selecting "Run," typing "cmd," and pressing Enter. Then use the "cd" command to navigate to the folder (basic knowledge of command line tools is required).

3/ Check Connected iSG

Use the following command to list the devices connected to your PC:

adb devices

If multiple devices are connected, use the command:

adb disconnect XXX

This will disconnect unnecessary devices until only the target device is listed.

HOW TO RETRIEVE THE DEVICE LOG TO PC?

To display the device log, use the following command:

adb shell logcat *:E

This command will continuously print the log until you terminate the process. To stop it, press Ctrl + C.

To save the log directly to the root directory of drive D on your PC, use the command:

adb shell logcat *:E > D:/log.txt

(You can specify any location on your PC to save the log file.)

Once the log is saved, you can send the .txt file to our support team for advanced diagnostics.

Download_Link_1
Download_Link_2
Download_Link_1
Download_Link_2