但是,对于混淆器来说,大多数情况做出正确的分析是困难的,并且它或许会删除在它看来是无用的,但对于程序来说却确实需要的代码。
However, many situations are hard for ProGuard to analyze correctly and it might remove code that it thinks is not used, but your application actually needs. Some examples include.
没有的代码是否已经删除?所有的无用注解是否删除?
Has unused code been removed? Have all unnecessary comments been removed?
没有的代码是否已经删除?所有的无用注解是否删除?
Has unused code been removed? Have all unnecessary comments been removed?
应用推荐