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

异常类型:app 进入后台crash 手机型号:iPhone 12 手机系统版本:ios,14.5.1 matrix版本:2.0.8 堆栈/日志: Thread 26 Crashed: 0 Zhixing 0x0000000101fc6f00 Matrix_kscrash_reportUserExceptionWithSelfDefinedPath + 29257472 (Matrix_KSCrashC.c:310) 1 Zhixing 0x0000000101fc514c -[Matrix_KSCrash reportUserException:reason:language:lineOfCode:stackTrace:logAllThreads:terminateProgram:dumpFilePath:dumpType:] + 29249868 (Matrix_KSCrash.m:461) 2 Zhixing 0x0000000102067498 +[WCDumpInterface dumpReportWithReportType:withBlockTime:withExceptionReason:selfDefinedPath:]...

```java public static FrameDecorator getInstance(final Context context) { if (instance == null) { if (Thread.currentThread() == Looper.getMainLooper().getThread()) { instance = new FrameDecorator(context, new FloatFrameView(context)); } else { try { synchronized...

异常类型:app 运行时异常 手机型号:iPhone X 手机系统版本:iOS 13.4.1 matrix版本:2.0.8(master 最新代码) 问题描述:Firebase上收到crash ``` -[WCBlockMonitorMgr freeCpuHighThreadArray] + 301 (WCBlockMonitorMgr.mm:301) ``` 创建WCCrashBlockMonitorPlugin插件的代码 ``` let config = WCCrashBlockMonitorConfig() config.enableCrash = true config.enableBlockMonitor = true config.reportStrategy =...

## Issue /提问须知 ``` 异常类型:app 运行时异常 手机型号:所有 手机系统版本:所有 matrix版本:2.0.8 gradle版本:4.1.1 问题描述:只要集成了这个插件apply plugin: 'com.tencent.matrix-plugin' 我都没在Application初始化功能,进入语音聊天的房间就会崩溃 堆栈/日志: CrashReport: java.lang.StackOverflowError: stack size 8192KB at kotlinx.coroutines.android.HandlerContext.toString(Unknown Source:0) at java.lang.String.valueOf(String.java:2924) at java.lang.StringBuilder.append(StringBuilder.java:132) at kotlinx.coroutines.internal.DispatchedContinuation.toString(DispatchedContinuation.kt:251) at...

iOS v0.5.1 版本,onReportIssue() 没有回调,请问是什么原因?最新版本有解决此问题吗?

我看到Matrix目前有关于iOS上OOM检测和分析的doc,但是没有Android OOM相关检测的doc和api doc,请问这一块是还没有ready吗?我看master branch上有两个matrix-memory-canary和matrix-memguard,我猜测这两个模块分别是检测内存当前状态(snapshot),以及hook JVM dump hpref文件的hook模块,但是没有相关的doc或者demo可以展示这两个module的使用方法。 请问Matrix Android OOM检测这块有相关资料可以参考吗

## 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 运行时异常/编译异常 手机型号:如: vivo(如是编译异常,则可以不填) 手机系统版本:如:Android 5.0 (如是编译异常,则可以不填) matrix版本:如: 0.4.7 gradle版本:如: 3.0.0 问题描述:libio-canary.so报错 堆栈/日志: 2022-09-02 11:04:41.313 30338-30338/com.xjj.cloud.marsOa...

异常类型:编译异常。 手机型号:华为P40 手机系统版本:Harmony2.0 matrix版本:2.0.8 gradle版本:7.3.3 问题描述:高德jar包处理异常,无法打包进apk,启动找不到class崩溃。去掉mateix plugin后,打包正常,启动正常。 AndroidStudio chipmunk 2021.2.1 patch 2 windows 10 堆栈/日志: [error.txt](https://github.com/Tencent/matrix/files/9457851/error.txt)