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 运行时异常 手机型号:realme 手机系统版本:Android 12 matrix版本:2.0.8 gradle版本:4.1.0 问题描述: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using...

bug

异常类型:app 编译异常 matrix版本:如: 2.0.8 gradle版本:如: 6.7.1 问题描述:android demo 编译不过,卡在libkt上面 堆栈/日志: ...... > Task :app:cleanBuildDirTask Clean app bulid dir before assemble > Task :libkt:compileDebugKotlin e: /Users/macos/Desktop/AndroidStudioProjects/matrix-master/samples/sample-android/libkt/src/main/java/sample/tencent/matrix/kt/lifecycle/MatrixLifecycleLogger.kt: (3, 27): Unresolved reference: lifecycle...

refreshRate只在useFrameMetrics为true(Android8.0以上)初始化,Android8.0以下为默认值0,从而导致获取的帧率为0

作者你好,一个简单的疑惑,看sample-android中的build.gradle里把matrix.trace.enable置为false了,看说明意思就是把traceCanary disable了,那在初始化代码`MatrixApplication`里配置的`TracePlugin`我理解就不会生效的吧? 但是自己实测模拟ANR却仍能收到report,那不就说明gradle里的enable=false并没有关闭trace canary吗?请问enable字段实际作用是什么? ``` matrix { logLevel "D" trace { enable = false baseMethodMapFile = "${project.projectDir}/matrixTrace/methodMapping.txt" blackListFile = "${project.projectDir}/matrixTrace/blackMethodList.txt" } ```

In file matrix/matrix-android/matrix-sqlite-lint/src/lemon/os_common.h line 70, the implementation of hwtime seems to invoke assembly instruction `rdtsc` to get the cpu timestamp. From the specification of x86, `rdtsc` will output timestamp to...

异常类型:FrameTracer计算帧率不准确 matrix版本: 2.0.8 问题描述:Android 帧率统计FrameTracer 帧率计算不准确

- 异常类型:Android低版本帧率获取为0 - 手机系统版本:Android 8.0以下 - matrix版本:2.0.8 - 问题描述:在Android8.0以下设备获取的fps为0

iOS的out-of-memory日志中的堆栈信息如何翻译成堆栈信息? 是否提供了如OOMDetector中的translate_oom.py工具。

enhancement