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

trace的配置文件里面有黑名单。有没有白名单的选项。只想跟踪指定的包名下面的类

enhancement

可以看一下我提的这个 pr,本地自测,是可以解决这个问题了。最根本的原因是 增量编译的情况下, transfrom input 和 output 的文件路径是一样的,导致读写冲突,jar 包大小变为 0. https://github.com/Tencent/matrix/pull/661 _Originally posted by @gdutxiaoxu in https://github.com/Tencent/matrix/issues/592#issuecomment-958950250_

异常类型:/samples/sample-android 在 Windows 构建失败 matrix版本:2.0.2 gradle版本:4.1.0 问题描述:构建时报 apksigner&zipalign 不存在

m_mainThreadStackRepeatCountArray貌似没有释放 ![image](https://user-images.githubusercontent.com/14937983/142992032-ebf878c4-d6c9-4848-9cac-9b81eaf4d68f.png)

fix:#628 activeActivityCount++ 在StartupTracer的onAlive中注册activity生命周期后,onActivityCreate回调后才生效 所以第一次启动不应该在onCreate中启动,而是要在onCreate之前的生命周期启动activity数量才不为0

不通过android studio,不用gradle的方式, 在系统源码环境下,通过android.mk怎么集成,谢谢!

我想问下,Hook 线程创建的堆栈大小,运行之后如何查看是否生效了呢,我这边测试显示,开启和不开启Hook ,都是1000个线程,查看proc/pid/status. 里面的相关虚拟内存,发现值都差不多

question

fix #541 SwipeRefreshLayout 的reset方法在onDetachedFromWindow和mRefreshListener的onAnimationEnd都会调用, void reset() { mCircleView.clearAnimation(); mProgress.stop(); mCircleView.setVisibility(View.GONE); setColorViewAlpha(MAX_ALPHA); // Return the circle to its start position if (mScale) { setAnimationProgress(0 /* animation complete and view is hidden...