Real-time Running Logs
 Updated: 2025/10/10
 Read Time: 5 min
Guide to viewing and analyzing real-time running logs of cloud control backend group control devices, including UDP/TCP real-time channels and historical log viewing methods.
Real-time Running Logs
In the cloud control backend group control screen casting interface, follow these steps to open the running logs window:
Steps:
Right-click target device → Click Logs → Open Running Logs Window
Real-time Log Viewing Methods
- UDP Channel (Recommended)
- After the device establishes a P2P connection, you can view mobile-side logs in real-time;
 - Suitable for quick debugging and real-time monitoring of script execution.
 
 - TCP Channel
- Requires setting up your own central control service;
 - Can centrally collect logs in enterprise environments for unified management.
 
 
Historical Log Viewing
- Click Open Log File in the lower right corner to view all logs cached on the mobile side;
 - Suitable for post-analysis, troubleshooting, and script debugging.
 
💡 It is recommended to prioritize using the UDP real-time log channel, as it has stable connections and requires no additional service setup.
SQLite Database
Guide to SQLite database management and operations in cloud control backend group control screen casting, including viewing, editing, creating tables, executing SQL, and importing/exporting data.
ADB Shell Commands
The cloud control backend executes device commands through ADB Shell to achieve remote management, debugging, automated operations, and system configuration modifications.