Closed aolphn closed 7 years ago
@zhangkehu 你看下callstack,似乎是有死循环的。
是啊,但是不压缩这代码没死循环,可以正常运行,所以有点懵逼。
我先自己解决死循环的问题吧,至于为什么压缩了会有这个问题我先不研究了。
ok,如果还是有问题,可以把apk发我邮箱,我们一起看下
2017-09-06 15:43 GMT+08:00 zhangkehu notifications@github.com:
我先自己解决死循环的问题吧,至于为什么压缩了会有这个问题我先不研究了。
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shwenzhang/AndResGuard/issues/189#issuecomment-327402632, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbvYhO7Wn2I7vbCfV4ZnEBwR40hjTmqks5sfk0JgaJpZM4PN8Sh .
哦,我知道问题了,我通过context.getResources().getIdentifier(resId)获取了一部分图片资源,这些资源没有加入白名单,所以走入异常分支了。
如日志显示的会有栈溢出问题。不用AndResGuard压缩就没这问题,压缩了就有问题。按理说这个问题应该是代码本身的问题,我有点迷惑了。