|
1 | 1 | 
|
2 | 2 | [](https://github.com/Tencent/matrix/blob/master/LICENSE)
|
3 | 3 | [](https://github.com/Tencent/matrix/pulls)
|
4 |
| -[](https://github.com/Tencent/matrix/wiki) |
| 4 | +[](https://github.com/Tencent/matrix/wiki) |
5 | 5 | [](https://app.circleci.com/pipelines/github/Tencent/matrix)
|
6 | 6 |
|
7 | 7 | (中文版本请参看[这里](#matrix_cn))
|
@@ -220,7 +220,7 @@ At this point, Matrix has been integrated into the app and is beginning to colle
|
220 | 220 |
|
221 | 221 | 1. Configure `MATRIX_VERSION` in gradle.properties.
|
222 | 222 | ``` gradle
|
223 |
| - MATRIX_VERSION=2.0.2 |
| 223 | + MATRIX_VERSION=2.0.5 |
224 | 224 | ```
|
225 | 225 |
|
226 | 226 | 2. Add `matrix-gradle-plugin` in your build.gradle:
|
@@ -369,11 +369,11 @@ Then other components in Matrix could use Quikcen Backtrace to unwind stacktrace
|
369 | 369 |
|
370 | 370 | #### APK Checker Usage
|
371 | 371 |
|
372 |
| -APK Checker can run independently in Jar ([matrix-apk-canary-2.0.2.jar](https://repo.maven.apache.org/maven2/com/tencent/matrix/matrix-apk-canary/2.0.2/matrix-apk-canary-2.0.2.jar)) mode, usage: |
| 372 | +APK Checker can run independently in Jar ([matrix-apk-canary-2.0.5.jar](https://repo.maven.apache.org/maven2/com/tencent/matrix/matrix-apk-canary/2.0.5/matrix-apk-canary-2.0.5.jar)) mode, usage: |
373 | 373 |
|
374 | 374 |
|
375 | 375 | ```shell
|
376 |
| -java -jar matrix-apk-canary-2.0.2.jar |
| 376 | +java -jar matrix-apk-canary-2.0.5.jar |
377 | 377 | Usages:
|
378 | 378 | --config CONFIG-FILE-PATH
|
379 | 379 | or
|
@@ -432,7 +432,7 @@ Matrix is under the BSD license. See the [LICENSE](https://github.com/Tencent/Ma
|
432 | 432 |
|
433 | 433 | # <a name="matrix_cn">Matrix</a>
|
434 | 434 | 
|
435 |
| -[](https://github.com/Tencent/matrix/blob/master/LICENSE)[](https://github.com/Tencent/matrix/pulls) [](https://github.com/Tencent/matrix/wiki) |
| 435 | +[](https://github.com/Tencent/matrix/blob/master/LICENSE)[](https://github.com/Tencent/matrix/pulls) [](https://github.com/Tencent/matrix/wiki) |
436 | 436 |
|
437 | 437 | **Matrix** 是一款微信研发并日常使用的应用性能接入框架,支持iOS, macOS和Android。
|
438 | 438 | Matrix 通过接入各种性能监控方案,对性能监控项的异常数据进行采集和分析,输出相应的问题分析、定位与优化建议,从而帮助开发者开发出更高质量的应用。
|
@@ -636,7 +636,7 @@ Matrix-android 当前监控范围包括:应用安装包大小,帧率变化
|
636 | 636 |
|
637 | 637 | 1. 在你项目根目录下的 gradle.properties 中配置要依赖的 Matrix 版本号,如:
|
638 | 638 | ``` gradle
|
639 |
| - MATRIX_VERSION=2.0.2 |
| 639 | + MATRIX_VERSION=2.0.5 |
640 | 640 | ```
|
641 | 641 |
|
642 | 642 | 2. 在你项目根目录下的 build.gradle 文件添加 Matrix 依赖,如:
|
@@ -782,10 +782,10 @@ WeChatBacktrace.instance().configure(getApplicationContext()).commit();
|
782 | 782 |
|
783 | 783 | #### APK Checker
|
784 | 784 |
|
785 |
| -APK Check 以独立的 jar 包提供 ([matrix-apk-canary-2.0.2.jar](https://repo.maven.apache.org/maven2/com/tencent/matrix/matrix-apk-canary/2.0.2/matrix-apk-canary-2.0.2.jar)),你可以运行: |
| 785 | +APK Check 以独立的 jar 包提供 ([matrix-apk-canary-2.0.5.jar](https://repo.maven.apache.org/maven2/com/tencent/matrix/matrix-apk-canary/2.0.5/matrix-apk-canary-2.0.5.jar)),你可以运行: |
786 | 786 |
|
787 | 787 | ```cmd
|
788 |
| -java -jar matrix-apk-canary-2.0.2.jar |
| 788 | +java -jar matrix-apk-canary-2.0.5.jar |
789 | 789 | ```
|
790 | 790 |
|
791 | 791 | 查看 Usages 来使用它。
|
|
0 commit comments