ProGuard 中没有任何参数的 keepattributes 是否会假定所有参数?
只是一个简单的问题,因为文档对此事尚不清楚。如果您没有在 ProGuard 中为 -keepattributes 指定参数,它会保留所有属性、不保留属性还是某些标准属性?
谢谢! -维克
Just a quick question, since the documentation is unclear on the matter. If you don't specify arguments for -keepattributes in ProGuard, will it keep all attributes, no attributes, or some standard attributes?
Thanks!
-Vic
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不带参数的 -keepattributes 保留所有属性。这可能有点不寻常,因为它可能包含不重要甚至未知的属性。如果 ProGuard 未知的属性需要在某些处理步骤中进行更新,则它们可能会变得无效。
-keepattributes without arguments keeps all attributes. It's a bit unusual maybe, since it could include unimportant or even unknown attributes. Attributes that are not known to ProGuard might become invalid if they require updating in some processing step.