Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix 2.0.5 for Android #709

Merged
merged 211 commits into from
Jan 21, 2022
Merged

Matrix 2.0.5 for Android #709

merged 211 commits into from
Jan 21, 2022

Conversation

gryamy
Copy link
Collaborator

@gryamy gryamy commented Jan 21, 2022

  • Introduce MatrixTraffic component —— To catch suspect background traffic problems and throw out the backtrace of network IO calling.
  • Update OpenGL Leak component with more precisely calculation of graphic memory consumption.
  • Fix pthread hook crash bug.
  • Some bug fixes 打包之后apk安装失败,报代码缺失 #688.

kirozhao and others added 30 commits April 12, 2021 06:11
update to the latest device for iPhone and iPad
… request !119)


添加 Heap Memory Fork Dump Library
开发 fork-dump memory 的 matrix-memory-dump library。
并在 matrix-resource-canary 中添加使用 fork-dump memory 的分析实现。
…(merge request !118)


BatteryCanary Monitors 组合使用重构
主要变更:
1. 重构 CompositeMonitors,方便在各个业务场景组合使用需要的电量监控器来监控需要的数据(原有版本只着重于待机监控)。
2. 为了兼容原有待机监控的统计口径,数据上报部分代码写的比较啰嗦,上线数据稳定后在去掉冗余代码。
3. 优化部分 ANR 调用,加多 Cache 支持。
4. 代码变更比较多,但是一半是单元测试代码。
Yves0 and others added 29 commits December 28, 2021 20:10
…ev' (merge request !155)


matrix-hooks: fix backtrace ANR caused by reentrant mutex
…' (merge request !154)


当使用 Enhance Dlsym 或 Semi Dlsym 时,搜索完符号后调用 dlclose
fix: Close handle after complete symbol searching if using enhance-dlsym or semi-dlsym.
…rge request !156)


feature/dev_leafjia_jan_release
1. Matrix Traffic supports dumping thread's native backtrace and ip address
2. SignalAnrTrace monitors signal 35, which will be sent by system in case signal 3 is timed out
…e request !159)


添加 Fork Analyze 息屏分析
feat: Add lazy fork analyze processor.
…request !160)


feature/dev_leafjia_jan_fix
1. fix isInit can' be set true when useFrameMetrics is false
2. Fix the traffic collected is larger than fact
…equest !152)


feature/dev-publish-static
增加静态链接 libc++ 版本,通过版本号后缀 -STATIC 区分,默认关闭,通过 gradle 参数控制开启,publish 到 maven central 时开启
…equest !163)


feature/dev_traffic_sample
Matrix Traffic Sample
@gryamy gryamy merged commit 400615e into master Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

打包之后apk安装失败,报代码缺失
7 participants