Skip to content

Commit

Permalink
#Changed#
Browse files Browse the repository at this point in the history
Readme
  • Loading branch information
hui.zhao committed Feb 14, 2020
1 parent 123acf6 commit 267596b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ Model数据类,包含Config类型

## Deploy

1. update CHANGELOG.md
1. update CHANGELOG.md, 添加或删除模块需要更新README.md和[wiki](https://github.com/Kyson/AndroidGodEye/wiki)
2. 【可选】修改gradle.properties文件中的版本号,如果不修改默认以git tag值为准
3. 改动合并到master,并打版本号命名的tag
4. PUSH,查看编译状态:[AndroidGodEye-travis-ci](https://travis-ci.org/Kyson/AndroidGodEye/builds)
5. 修改README.md和[wiki](https://github.com/Kyson/AndroidGodEye/wiki)

## Ignore

Expand Down
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@ It is divided into 3 parts:

|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|
|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|
|VIEW_CANARY|Detect complex layout hierarchy and overdraw|
|IMAGE_CANARY|Detect unreasonable memory use of image|

## Usage

Expand Down

0 comments on commit 267596b

Please sign in to comment.