Home / Android Debugging Tools
30 Repositories
Sortby
GridWichterle for Android This app will show grid overlay over whole system which helps you to verify your excellent app design. Download: What is the
Scalpel DEPRECATED! Android Studio 4.0's layout inspector now includes a live-updating 3D view. Use it! A surgical debugging tool to uncover the layer
This is the sauce for the LiveBoot app. License Copyright © 2011-2020 Jorrit Chainfire Jongma This code is released under the GPLv3. LICENSE, COPYING.
Stetho Stetho is a sophisticated debug bridge for Android applications. When enabled, developers have access to the Chrome Developer Tools feature nat
btrace README 中文版 btrace(AKA RheaTrace) is a high performance Android trace tool
LADB A local ADB shell for Android! How does it work? LADB bundles an ADB server within the app libraries. Normally, this server cannot connect to the
Lynx Are you bored of connect your device to your computer to know what's happening inside your app? If you hate it, this is going to be your favorite
PID Cat An update to Jeff Sharkey's excellent logcat color script which only shows log entries for processes from a specific application package. Duri
Android Debug Database Android Debug Database is a powerful library for debugging databases and shared preferences in Android applications Android Deb
Pluto is an on-device debugging framework for Android applications, which helps in the inspection of HTTP requests/responses, captures Crashes, and ANRs, and manipulates application data on the go.
FaucETH Faucet for EVM chains Why I had a lot of problems with existing simple f
Manifold This project is stable and being incubated for long-term support. Manifold is a model-agnostic visual debugging tool for machine learning. Un
ADB Enhanced ADB-Enhanced is a Swiss-army knife for Android testing and development. A command-line interface to trigger various scenarios like screen
Traceur Traceur enables easier debugging of RxJava2 exceptions, by appending the source of any asynchronous calls to the original exception. An exampl
RxJava2Debug A library to make StackTraces involving RxJava2 more meaningful (they will always point to your code!). Rationale If you use RxJava2, you
Android Dev Tools is a library that contains various QA/Debug tools to speed up and streamline the development progress.
android logcat
Android Snooper Introduction Android Snooper is a library which helps in debugging issues while running the applications on android devices. One of th
Under the Hood - Android App Debug View Library Under the Hood is a flexible and powerful Android debug view library. It uses a modular template syste
Uber Adb Tools for Android A simple tool that makes it more convenient to install, uninstall and creating bug reports and more for multiple apps on mu
Android DebugPort Android DebugPort is a drop-in utility which allows you to write and execute code within your app's context, at runtime, and from th
JSONRecyclerView 该控件可以方便调试响应数据,如下图所示: 控件的样式参考以下这个网站: JSON在线解析解析及格式化验证 项目的GitHub:JSONRecyclerView 项目Demo的GitHub:JSONRecyclerViewDemo 概述 控件是以RecyclerVie
Introduction Lup is a small android library that can help you to tracking bug that causes application stopped working (force close). Whiting this libr
PR-DC cordova-plugin-serialusb Cordova plugin for Android Serial USB communication. This plugin makes a connection to the external board trivial, for
🌼APM, (Application Performance Management) tool for kotlin/java application.
TrafficMonitor About Display traffic per Activity.Observing traffic is used by TrafficStats API. OkHttp Interceptor observer is implementing. Demo Bai
Student List Uma aplicação android que implementa uma lista de estudantes, ou pe
Goreinu Goreinu allows to copy application files on sdcard.(/data/data/package_name/... - /sdcard/Goreinu/package_name). Getting started In your buil
Monitoring leaked Disposable subscriptions in RxJava code 🐞
Pukedex2 一款神奇宝贝信息查看app 帮助自己更好的了解架构组件和协程的使用: apk下载地址:(https://github.com/chenqi5256969/Pukedex2/blob/master/apk/app-debug.apk) 协程这一块主要是用到flow来更好进行流式调用,