matrix icon indicating copy to clipboard operation
matrix copied to clipboard

Matrix is a plugin style, non-invasive APM system developed by WeChat.

Results 219 matrix issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/101306761/224256608-8e5840cf-ed21-4bce-a952-1989ba0eb2a4.png)

[E][Matrix.ApkJob] Task executor execute with error:com.tencent.matrix.apk.model.exception.TaskExecuteException: com.google.gson.JsonPrimitive cannot be cast to com.google.gson.JsonArray java.util.concurrent.ExecutionException: com.tencent.matrix.apk.model.exception.TaskExecuteException: com.google.gson.JsonPrimitive cannot be cast to com.google.gson.JsonArray at java.util.concurrent.FutureTask.report(Unknown Source) at java.util.concurrent.FutureTask.get(Unknown Source) at com.tencent.matrix.apk.model.job.ApkJob.execute(ApkJob.java:526) at com.tencent.matrix.apk.model.job.ApkJob.run(ApkJob.java:499)...

## Issue /提问须知 **在提交 issue 之前,我们应该先查询是否已经有相关的 issue 以及[常见问题](https://github.com/tencent/matrix/wiki/Matrix-%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)。提交 issue 时,我们需要写明 issue 的原因,以及编译或运行过程的日志。issue 需要以下面的格式:** ``` 异常类型:app 运行时异常/编译异常 手机型号:如: Nexus 5(如是编译异常,则可以不填) 手机系统版本:如:Android 5.0 (如是编译异常,则可以不填) matrix版本:如: 0.4.7 gradle版本:如: 3.0.0 问题描述:如:在 android O 出现系统不兼容...

Hi, "memory": { "dalvik_heap": 12156, "native_heap": 25026, "vm_size": 6697940 }, "processPriority": 10, "processNice": -10, 这些信息LooperANR Issue会包含,但是SignalANR issue没包含,理论上不管哪种方式检测到的ANR,这些信息都可以拿到? Thanks, KK

异常类型:App 运行时异常 手机型号:Redmi K50 Ultra 手机系统版本:Android 13 matrix版本:2.0.8 gradle版本:7.0.4 问题描述: 期望通过 `ThreadJiffiesEntry#stack` 来获取异常线程的调用栈,但发现该字段始终是空的。阅读代码看该字段只有 sample 中有对 benchmark tid 相符时做了赋值处理,是否意味着抓栈是需要使用者手动实现呢? 看到 [Blog 文档](https://kaedea.com/2021/08/14/android-apm-battery-stats-opt/#Battery-%E7%94%B5%E9%87%8F%E6%8A%A5%E5%91%8A-amp-Thread-Dump) 中有介绍目前抓栈使用 `Matrix AnrDumper` 实现,这部分有相关的配置示例提供吗

有以下的一些要点 - 添加固定的`Report Version` 避免报错 `No crash report version in .json` - `System Info` 之前添加必要解析的信息头 - Binary Images 主 image 添加 arch 字段(其他的 image 不能添加 arch 字段,因为 matrix 里面记录的其他 image...

想请教一下,小块内存(insert(address, allocation_event(type_flags, object_type, stack_identifier, size)); } } ```

``` 异常类型:编译异常 matrix版本:3.0.8 gradle版本:7.2.2 问题描述:AGP 7.2.2,gradle 7.5.1,编译不通过 堆栈: * What went wrong: Execution failed for task ':app:transformClassesWithMatrixTraceTransformForChannel_baiduDebug'. > 'java.lang.String com.android.utils.FileUtils.relativePossiblyNonExistingPath(java.io.File, java.io.File)' * Try: > Run with --info or --debug option...

在 `- (void)onReportIssue:(MatrixIssue *)issue` 取出崩溃信息后,使用 ks2apple.py 脚本解析成正常的堆栈格式时报错 ![image](https://user-images.githubusercontent.com/39822433/217202096-a86129fc-8b20-487c-8a94-de9c19c47cf8.png) 请问源码中提供的 ks2apple.py 是否需要升级

在解析耗电量json时报错 https://user-images.githubusercontent.com/9391916/217204126-0dea233f-c5e4-42d4-bbd3-f87587101f3b.png