tennkou

Results 7 comments of tennkou

according to the annotation of BitmapFactory.inScaled, "the bitmap will be scaled to match inTargetDensity when loaded, rather than relying on the graphics system scaling it each time it is drawn...

@NiuGuohui 应该不需要,这个修改对于打补丁结果是无感知的。只在打补丁过程中会生成一些临时名称。

调用 UIThreadMonitor.init(), 不过这个已经被 deprecated 了。 [851](https://github.com/Tencent/matrix/issues/851)

> 确实是,降低版本到 1.9.14.21 就好了,感觉这个方案比上面不check 的好些

@smilehyb 估计是一个bug,我试了下手动调用UIThreadMonitor的init后就可以了。然后另外还有个 pull request 也是关于这个问题 [link](https://github.com/Tencent/matrix/pull/844)

> > UIThreadMonitor > > Its replaced by `LooperAnrTracer` 感觉这个并不能代替 UIThreadMonitor,里面并没有 METHOD_ID_DISPATCH 的处理