Tencent / matrix

Matrix is a plugin style, non-invasive APM system developed by WeChat.
Other
11.61k stars 1.88k forks source link

Matrix Android ApkChecker 无用资源 bug #363

Open 10045125 opened 5 years ago

10045125 commented 5 years ago

我这使用最新的ApkChecker 来对apk进行检查,从列出的结果来看,无用资源有一些问题

jqctop1 commented 5 years ago

@10045125 可以给下你的示例看看是怎么引用的?

10045125 commented 5 years ago

image view_turntable_channel.xml 文件被 其他的xml include包含 view_turntable_channel.xml 其实这个view_turntable_channel.xml是有使用的,但是通过工具检查出来是被认为是无用资源 image

jqctop1 commented 5 years ago

@10045125 可否提供一下apk以及R.txt、mapping等文件给我试下?这种case我们应该是有处理的,实际上我们没有区分是否include,对于xml的attribute value或者element的value,我们都有去检查是否符合"@XXX/XX"的格式

SmallBlueWhale commented 5 years ago

@jqctop1 已经两个多月没更新了,后续有更新安排吗?

jqctop1 commented 5 years ago

@SmallBlueWhale 最近有些fix,已经合入dev分支,可以关注下