AndroidGodEye Save

An app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser

Project README

AndroidGodEye


English README.md    中文 README_zh.md

Android developer lack of monitoring of performance data,especially in production environment. so we need "AndroidGodEye".

Overview

android_godeye_connect

AndroidGodEye is a performance monitor tool for Android(not limited to performance data) , you can easily monitor the performance of your app in real time in pc browser.

You can also use it in production environment to monitor the online performance of your app(Apply AndroidGodEye for production).

AndroidGodEye has been applied to several mature apps at present

It is divided into 3 parts:

  1. Core provide all performance modules and produce performance datas.
  2. Debug Monitor provide a dashboard to show these performance datas.
  3. Toolbox make developers easy to use this library.

Features

Module Name Desc
CPU Cpu info of device and app
BATTERY Battery info
FPS Fps info
LEAK_CANARY Memory leak detector base on LeakCanary and Shark
HEAP Heap memory
PSS Pss
RAM Ram
NETWORK Network info
SM Detect jam
STARTUP Startup metric
TRAFFIC Traffic of device and app
CRASH Detect java、native crash and ANR
THREAD Thread dump of app
PAGELOAD Page(Activity and Fragment) lifecycle event and cost time
METHOD_CANARY Methods time cost metric
APP_SIZE App size of apk code、storage and cache
VIEW_CANARY Detect complex layout hierarchy and overdraw
IMAGE_CANARY Detect unreasonable memory use of image

Usage

Quickstart Wiki

Changelog

More detail Wiki

Sample APK

Demo Project and APK

License

AndroidGodEye is under Apache2.0.

Contributors

About Me

Open Source Agenda is not affiliated with "AndroidGodEye" Project. README Source: Kyson/AndroidGodEye