English README.md 中文 README_zh.md
Android developer lack of monitoring of performance data,especially in production environment. so we need "AndroidGodEye".
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:
- Core provide all performance modules and produce performance datas.
- Debug Monitor provide a dashboard to show these performance datas.
- Toolbox make developers easy to use this library.
Module Name | Desc |
---|---|
CPU | Cpu info of device and app |
BATTERY | Battery info |
FPS | Fps info |
LEAK | Detect memory leak |
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 and load time metric |
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 |
AndroidGodEye is under Apache2.0.
- Github: Kyson
- Weibo: hikyson
- Blog: tech.hikyson.cn