ProGuard 中没有任何参数的 keepattributes 是否会假定所有参数?

发布于 2024-12-20 03:10:08 字数 108 浏览 0 评论 0原文

只是一个简单的问题,因为文档对此事尚不清楚。如果您没有在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无妨# 2024-12-27 03:10:08

不带参数的 -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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文