自 2025 年 3 月 27 日起,我们建议您使用 android-latest-release
而非 aosp-main
构建 AOSP 并为其做出贡献。如需了解详情,请参阅 AOSP 的变更。
ATS 常见问题解答
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
如何运行其他版本的 ATS?
您可以在启动时使用 --tag
更改 ATS 的版本。
mtt start --tag=prod_R11.202011.002
--tag
的可用选项位于 ATS 云端代码库中的“标记”列下。常用标记如下:
prod
:最新的正式版(默认使用)
latest
:每日开发者 build(不稳定,但包含最新变更和 bug 修复)
prod_Rxx.xxxxxx.xxx
:针对特定版本号
如何修复 LowDiskSpaceException?
执行测试运行时,您可能会在主机日志中看到以下错误:
com.android.tradefed.util.FileUtil$LowDiskSpaceException: Available space on /data/tmp is 0.00 MB. Min is 100 MB.
此错误是由于主机存储空间不足导致的。/data/tmp
是 Test Station 在 Docker 数据卷内使用的文件夹。您可以通过运行 docker inspect mtt-data
找到实际位置。
如需解决此问题,您可以通过“Test Runs”页面删除测试运行数据。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-26。
[null,null,["最后更新时间 (UTC):2025-03-26。"],[],[],null,["# ATS frequently asked questions\n\nHow do I run a different version of ATS?\n----------------------------------------\n\nYou can change the version of ATS by using `--tag` when starting. \n\n```\nmtt start --tag=prod_R11.202011.002\n```\n\nThe available options for `--tag` can be found in the [ATS cloud\nrepository](https://gcr.io/android-mtt/mtt) under the *Tags* column. Common tags\nto use are:\n\n- `prod`: The most recent production release (used by default)\n- `latest`: Daily developer build (unstable but contains latest changes and bug\\` fixes)\n- `prod_Rxx.xxxxxx.xxx`: For a specific version number\n\nHow do I fix a LowDiskSpaceException?\n-------------------------------------\n\nWhen executing a test run, you may see the following error in the host logs: \n\n com.android.tradefed.util.FileUtil$LowDiskSpaceException: Available space on /data/tmp is 0.00 MB. Min is 100 MB.\n\nThis error is due to low host storage. `/data/tmp` is a folder inside the Docker\ndata volume Test Station is using. You can find the actual location by running\n`docker inspect mtt-data`.\n\nTo fix the issue, you can delete test run data through the Test Runs page."]]