हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main
के बजाय android-latest-release
का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
Tradefed होस्ट के विकल्प
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Tradefed (TF) में होस्ट के विकल्पों का मतलब उन विकल्पों से है जो होस्ट के लेवल (एक TF इंस्टेंस) पर लागू होते हैं. साथ ही, इनका असर हार्नेस के व्यवहार पर पड़ता है. आम तौर पर, इन विकल्पों का टेस्ट पर असर नहीं पड़ता. हालांकि, ये उन ऑपरेशन के साथ काम करते हैं जो हार्नेस उपलब्ध कराता है.
होस्ट के विकल्प, कई विकल्पों की जानकारी देते हैं. इनकी मदद से, टीएफ़ के व्यवहार को पसंद के मुताबिक बनाया जा सकता है. जैसे:
- एक साथ कितने डिवाइसों को फ़्लैश किया जा सकता है. यह उन होस्ट के लिए मददगार है जिनके पास सीमित संसाधन हैं.
- डायरेक्ट्री फ़ाइलों को डाउनलोड करने के लिए. अगर किसी वजह से, डिफ़ॉल्ट रूप से सेट किया गया फ़ोल्डर सही नहीं है, तो उसे बदला जा सकता है.
ग्लोबल कॉन्फ़िगरेशन के बारे में ज़्यादा पढ़ें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. 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,["# Tradefed host options\n\nHost options in Tradefed (TF) refer to options that are applied at the host\nlevel (one TF instance), and affect the behavior of the harness itself. These\noptions usually don't affect tests themselves but rather support operations the\nharness provides.\n\n[Host options](https://android.googlesource.com/platform/tools/tradefederation/+/refs/heads/android16-release/global_configuration/com/android/tradefed/host/HostOptions.java)\ndefine a range of options that allows customization of TF behavior, such as:\n\n- How many devices can be flashed concurrently. This is useful for physical hosts with limited resources.\n- The directory files should be downloaded to. If the default temporary folder isn't the right place for any reason, it's possible to change it.\n\n[Read more about global\nconfiguration](/docs/core/tests/tradefed/architecture/advanced/global-config)."]]