自 2025 年 3 月 27 日起,我们建议您使用 android-latest-release
而非 aosp-main
构建 AOSP 并为其做出贡献。如需了解详情,请参阅 AOSP 的变更。
日志保存器
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Tradefed 中的日志保存程序是主要配置的一部分,是一个用于处理日志保存和将事件传播到结果报告程序的唯一对象。
核心接口
日志保存程序的主要界面 ILogSaver
介绍了文件的保存方式。调用时,ILogSaver
会返回 LogFile
,用于描述已保存的文件及其元数据,以供结果报告程序使用。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# Log saver\n\nThe log saver in Tradefed is part of the\n[main configuration](/docs/core/tests/tradefed/architecture/xml-config) and is a unique\nobject handling the saving of the logs and propagating the events to result\nreporters.\n\nCore interface\n--------------\n\nThe main interface of the log saver,\n[`ILogSaver`](https://android.googlesource.com/platform/tools/tradefederation/+/refs/heads/android16-release/invocation_interfaces/com/android/tradefed/result/ILogSaver.java),\ndescribes how a file is saved.\nWhen invoked, `ILogSaver` returns\n[`LogFile`](https://android.googlesource.com/platform/tools/tradefederation/+/refs/heads/android16-release/invocation_interfaces/com/android/tradefed/result/LogFile.java),\nwhich describes the saved file and its metadata for the result reporters to consume."]]