החל מ-27 במרץ 2025, מומלץ להשתמש ב-android-latest-release
במקום ב-aosp-main
כדי ליצור תרומות ל-AOSP. מידע נוסף זמין במאמר שינויים ב-AOSP.
שאלות נפוצות בנושא ATS
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
איך מפעילים גרסה אחרת של ATS?
אפשר לשנות את הגרסה של ATS באמצעות --tag
בזמן ההפעלה.
mtt start --tag=prod_R11.202011.002
האפשרויות הזמינות ל---tag
מפורטות במאגר הענן של ATS בעמודה Tags. תגים נפוצים לשימוש הם:
prod
: הגרסה העדכנית ביותר לסביבת הייצור (המערכת משתמשת בה כברירת מחדל)
latest
: גרסה יומית למפתחים (לא יציבה, אבל מכילה את השינויים והתיקונים האחרונים של הבאגים)
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
היא תיקייה בתוך נפח הנתונים של Docker שבו נעשה שימוש בתחנת הבדיקה. כדי למצוא את המיקום בפועל, מריצים את הפקודה docker inspect mtt-data
.
כדי לפתור את הבעיה, אפשר למחוק את נתוני הרצה של הבדיקה דרך הדף 'הרצות בדיקה'.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-27 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-27 (שעון UTC)."],[],[],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."]]