Skip to content

Commit

Permalink
iOS版 增加耗电监控,升版本号到0.6.0 (#306) (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
txfelixzhou authored Aug 8, 2019
1 parent 9193595 commit 8d47263
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Matrix-icon](assets/img/readme/header.png)

[![license](http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat)](https://github.com/Tencent/matrix/blob/master/LICENSE)[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/matrix/pulls)[![WeChat Approved](https://img.shields.io/badge/Wechat%20Approved-0.5.4-red.svg)](https://github.com/Tencent/matrix/wiki)
[![license](http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat)](https://github.com/Tencent/matrix/blob/master/LICENSE)[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/matrix/pulls)[![WeChat Approved](https://img.shields.io/badge/Wechat%20Approved-0.6.0-red.svg)](https://github.com/Tencent/matrix/wiki)

(中文版本请参看[这里](#matrix_cn))

Expand Down Expand Up @@ -172,7 +172,7 @@ At this point, Matrix has been integrated into the app and is beginning to colle

1. Configure `MATRIX_VERSION` in gradle.properties.
``` gradle
MATRIX_VERSION=0.5.4
MATRIX_VERSION=0.6.0
```

2. Add `matrix-gradle-plugin` in your build.gradle:
Expand Down Expand Up @@ -289,11 +289,11 @@ You can get more about Matrix output at the wiki [The output of Matrix](https://

#### APK Checker Usage

APK Checker can run independently in Jar ([matrix-apk-canary-0.5.4.jar](https://jcenter.bintray.com/com/tencent/matrix/matrix-apk-canary/0.5.4/matrix-apk-canary-0.5.4.jar)) mode, usage:
APK Checker can run independently in Jar ([matrix-apk-canary-0.6.0.jar](https://jcenter.bintray.com/com/tencent/matrix/matrix-apk-canary/0.6.0/matrix-apk-canary-0.6.0.jar)) mode, usage:


```shell
java -jar matrix-apk-canary-0.5.4.jar
java -jar matrix-apk-canary-0.6.0.jar
Usages:
--config CONFIG-FILE-PATH
or
Expand Down Expand Up @@ -352,7 +352,7 @@ Matrix is under the BSD license. See the [LICENSE](https://github.com/Tencent/Ma
# <a name="matrix_cn">Matrix</a>
![Matrix-icon](assets/img/readme/header.png)
[![license](http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat)](https://github.com/Tencent/matrix/blob/master/LICENSE)[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/matrix/pulls) [![WeChat Approved](https://img.shields.io/badge/Wechat%20Approved-0.5.4-red.svg)](https://github.com/Tencent/matrix/wiki)
[![license](http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat)](https://github.com/Tencent/matrix/blob/master/LICENSE)[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/matrix/pulls) [![WeChat Approved](https://img.shields.io/badge/Wechat%20Approved-0.6.0-red.svg)](https://github.com/Tencent/matrix/wiki)
**Matrix** 是一款微信研发并日常使用的应用性能接入框架,支持iOS, macOS和Android。
Matrix 通过接入各种性能监控方案,对性能监控项的异常数据进行采集和分析,输出相应的问题分析、定位与优化建议,从而帮助开发者开发出更高质量的应用。
Expand Down Expand Up @@ -510,7 +510,7 @@ Matrix-android 当前监控范围包括:应用安装包大小,帧率变化

1. 在你项目根目录下的 gradle.properties 中配置要依赖的 Matrix 版本号,如:
``` gradle
MATRIX_VERSION=0.5.4
MATRIX_VERSION=0.6.0
```

2. 在你项目根目录下的 build.gradle 文件添加 Matrix 依赖,如:
Expand Down Expand Up @@ -624,10 +624,10 @@ Matrix 分析后的输出字段的含义请查看 [Matrix 输出内容的含义
#### APK Checker
APK Check 以独立的 jar 包提供 ([matrix-apk-canary-0.5.4.jar](https://jcenter.bintray.com/com/tencent/matrix/matrix-apk-canary/0.5.4/matrix-apk-canary-0.5.4.jar)),你可以运行:
APK Check 以独立的 jar 包提供 ([matrix-apk-canary-0.6.0.jar](https://jcenter.bintray.com/com/tencent/matrix/matrix-apk-canary/0.6.0/matrix-apk-canary-0.6.0.jar)),你可以运行:
```cmd
java -jar matrix-apk-canary-0.5.4.jar
java -jar matrix-apk-canary-0.6.0.jar
```
查看 Usages 来使用它。
Expand Down
2 changes: 1 addition & 1 deletion matrix/matrix-android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
#Tue Jun 20 10:24:33 CST 2017


VERSION_NAME_PREFIX=0.5.4
VERSION_NAME_PREFIX=0.6.0
VERSION_NAME_SUFFIX=
2 changes: 1 addition & 1 deletion samples/sample-android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# org.gradle.parallel=true
#Wed Jun 28 12:25:50 AWST 2017

MATRIX_VERSION=0.5.4
MATRIX_VERSION=0.6.0

0 comments on commit 8d47263

Please sign in to comment.