awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Tencent avatar

Tencent/GT

0
View on GitHub↗
4,407 Stars·1,015 Forks·Java·3 Aufrufegt.qq.com↗

GT

GT ist ein mobiles On-Device-Debugging-Tool, das entwickelt wurde, um Netzwerkpakete zu erfassen, Systemprotokolle zu analysieren und die Hardwareleistung direkt auf einem Smartphone zu profilieren. Es bietet eine portable Suite von Dienstprogrammen zur Identifizierung von Softwarefehlern und Verarbeitungsengpässen, ohne dass eine Verbindung zu einem Host-Computer erforderlich ist.

Das Projekt bietet ein Plugin-basiertes Debugging-Framework, das die Entwicklung benutzerdefinierter funktionaler Erweiterungen zur Implementierung projektspezifischer Debugging-Logik ermöglicht. Es ermöglicht zudem Echtzeit-Parameter-Tuning und -Injektion, wodurch interne Anwendungseinstellungen während der Ausführung modifiziert werden können, um verschiedene Konfigurationen zu testen.

Das Tool deckt mehrere Kernbereiche der Observability und Diagnose ab, einschließlich Hardware-Leistungsprofiling für CPU-, Speicher-, Batterie- und Framerate-Metriken. Es enthält Funktionen zum Abfangen und Analysieren von Netzwerkverkehr und API-Kommunikationen sowie Dienstprogramme zur Aggregation und Analyse von Anwendungs- und System-Crash-Logs.

Features

  • On-Device Runtime Debugging - Executes an integrated debug environment directly on the smartphone to remove the need for a host computer.
  • Plugin-Based Debugging Extensions - Implements a plugin system allowing developers to extend debugging capabilities with custom rules and UI panels.
  • Debugging Extension Frameworks - Ships a framework specifically designed for creating custom plugins to extend debugging and diagnostics.
  • Mobile Application Debugging - Provides tools for real-time inspection of logs, network traffic, and UI hierarchies directly on mobile devices.
  • On-Device Network Monitoring - Analyzes network interactions directly on a mobile device without requiring external proxy software.
  • Local Packet Captures - Intercepts and records network packets locally on the mobile device without requiring root privileges.
  • Packet Capture Implementations - Implements mechanisms for intercepting and recording raw network packets directly on a mobile device for API debugging.
  • Traffic Interceptors - Captures and inspects network traffic at the device level for visibility and API debugging.
  • Mobile Performance Monitoring - Tracks runtime performance bottlenecks and resource utilization specifically within mobile applications.
  • Mobile Resource Optimization - Measures CPU, memory, and frame rate on-device to identify bottlenecks and improve application efficiency.
  • Log Analyzers - Parses and reviews detailed application and system crash logs directly on the mobile device.
  • Log Analysis - Parses and interprets system log files on-device to extract insights into software failures.
  • Mobile Debugging Tools - Provides a portable suite for capturing network packets and analyzing system logs and crash reports from mobile devices.
  • Device Performance Monitors - Provides a dashboard for monitoring device-level CPU, memory, battery, and frame rate metrics on smartphones.
  • Application Crash Logging - Captures application-level failure data and crash logs on-device for troubleshooting stability.
  • System Logging - Collects and manages diagnostic logs from system components for on-device failure diagnosis.
  • Mobile Diagnostic Collectors - Collects system logs and diagnostic bug reports directly from mobile hardware.
  • Hardware Resource Profiling - Provides tools for measuring actual on-device hardware resource consumption and execution timing.
  • Code Execution Profilers - Includes tools to measure execution time of specific code blocks to identify processing bottlenecks on hardware.
  • Real-Time Variable Controllers - Provides a graphical interface for the real-time manipulation of application variables during development.
  • Runtime Logic Tuning - Allows modification of internal application settings and tracking of code execution timing on-device.
  • Device Efficiency Suites - Ships a system for measuring CPU, memory, power, and fluency to improve mobile application efficiency.
  • Performance Monitoring - A professional mobile performance testing and debugging tool.

Star-Verlauf

Star-Verlauf für tencent/gtStar-Verlauf für tencent/gt

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht tencent/gt?

GT ist ein mobiles On-Device-Debugging-Tool, das entwickelt wurde, um Netzwerkpakete zu erfassen, Systemprotokolle zu analysieren und die Hardwareleistung direkt auf einem Smartphone zu profilieren. Es bietet eine portable Suite von Dienstprogrammen zur Identifizierung von Softwarefehlern und Verarbeitungsengpässen, ohne dass eine Verbindung zu einem Host-Computer erforderlich ist.

Was sind die Hauptfunktionen von tencent/gt?

Die Hauptfunktionen von tencent/gt sind: On-Device Runtime Debugging, Plugin-Based Debugging Extensions, Debugging Extension Frameworks, Mobile Application Debugging, On-Device Network Monitoring, Local Packet Captures, Packet Capture Implementations, Traffic Interceptors.

Welche Open-Source-Alternativen gibt es zu tencent/gt?

Open-Source-Alternativen zu tencent/gt sind unter anderem: zixun/godeye — GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a… jz-darkal/androidhttpcapture — AndroidHttpCapture is a mobile application for intercepting and analyzing HTTP and HTTPS network traffic directly on… cyb3rward0g/helk — HELK is a containerized security information and event management environment and threat hunting platform. It provides… facebook/sonar — Sonar is a mobile app debugging platform and extensible toolkit that allows developers to inspect the internal state,… r0ysue/r0capture — r0capture is a tool for intercepting network traffic from Android applications. It serves as a traffic interceptor,… opnsense/core — This project is the core management framework for a security appliance, providing the primary infrastructure for…

Open-Source-Alternativen zu GT

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit GT.
  • zixun/godeyeAvatar von zixun

    zixun/GodEye

    3,879Auf GitHub ansehen↗

    GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a mobile application debugger and in-process diagnostic overlay, providing a visual interface rendered directly over active applications to monitor metrics and inspect system states without requiring changes to the original source code. The framework enables real-time analysis through a suite of debugging workflows. It captures diagnostic data using method swizzling and system-level hooking to intercept function calls and monitor internal application behavior. The tool covers s

    Swift
    Auf GitHub ansehen↗3,879
  • jz-darkal/androidhttpcaptureAvatar von JZ-Darkal

    JZ-Darkal/AndroidHttpCapture

    4,598Auf GitHub ansehen↗

    AndroidHttpCapture is a mobile application for intercepting and analyzing HTTP and HTTPS network traffic directly on an Android device. It functions as a local proxy server and traffic interceptor to capture and monitor requests and responses from other installed mobile applications. The tool provides capabilities for MITM HTTPS decryption through root certificate installation and supports exporting captured network sessions as HAR files for external analysis. It allows for real-time response body injection and the modification of request headers via user agent spoofing. The project includes

    Java
    Auf GitHub ansehen↗4,598
  • cyb3rward0g/helkAvatar von Cyb3rWard0g

    Cyb3rWard0g/HELK

    3,926Auf GitHub ansehen↗

    HELK is a containerized security information and event management environment and threat hunting platform. It provides a security-focused deployment of the ELK stack, combining Elasticsearch, Logstash, and Kibana into a specialized platform for investigating logs and discovering hidden patterns in network and system security data. The project functions as a security data science suite, integrating interactive computational notebooks and distributed processing tools to run machine learning and graph analytics on security logs. This allows for the identification of hidden attack patterns and an

    Jupyter Notebook
    Auf GitHub ansehen↗3,926
  • facebook/sonarAvatar von facebook

    facebook/Sonar

    13,481Auf GitHub ansehen↗

    Sonar is a mobile app debugging platform and extensible toolkit that allows developers to inspect the internal state, network traffic, and system logs of mobile devices via a desktop interface. It functions as a centralized system for monitoring application behavior and troubleshooting logic and performance issues. The platform is distinguished by a plugin-based extension system that enables the development of custom debugging tools. These plugins can visualize specific application data and facilitate event exchange between a mobile device and a computer. The toolkit covers several core obse

    TypeScript
    Auf GitHub ansehen↗13,481
  • Alle 30 Alternativen zu GT anzeigen→