हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main के बजाय android-latest-release का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
सिस्टम की परफ़ॉर्मेंस को बेहतर बनाने और उसे स्थिर रखने के लिए, AAOS फ़्रेमवर्क टीम ने Android 10 में वॉचडॉग मॉड्यूल जोड़ा है. यह मॉड्यूल, सिस्टम की मुख्य सेवाओं का हिस्सा है.
वॉचडॉग मॉड्यूल में, नेटिव डेमन और CarService कॉम्पोनेंट शामिल होते हैं. नेटिव डेमन, नेटिव सेवाओं के साथ इंटरैक्ट करता है और CarService कॉम्पोनेंट, Android ऐप्लिकेशन और Java सेवाओं के साथ इंटरैक्ट करता है.
फ़्लैश मेमोरी के इस्तेमाल पर नज़र रखें.
यह सभी ऐप्लिकेशन और सेवाओं के फ़्लैश मेमोरी के इस्तेमाल पर नज़र रखता है. किसी ऐप्लिकेशन या सेवा के ज़्यादा इस्तेमाल से, फ़्लैश मेमोरी का इस्तेमाल होने पर, उसे पहचानता है और उस पर कार्रवाई करता है.
परफ़ॉर्मेंस डेटा इकट्ठा करना.
सिस्टम के शुरू होने से लेकर अब तक की I/O परफ़ॉर्मेंस इकट्ठा करता है. गड़बड़ी की रिपोर्ट में, इकट्ठा किए गए परफ़ॉर्मेंस डेटा की जानकारी देता है.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. 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,["# Overview\n\nTo ensure system stability and improve system performance, the AAOS framework\nteam added the Watchdog module in Android 10 as part of the core system services.\nThe Watchdog module consists of a native daemon and a CarService component. The\nnative daemon interacts with the native services and the CarService component\ninteracts with the Android apps and Java services.\n| **Note:** The Watchdog module described in this document is specific to the Android Automotive OS (AAOS) platform and differs from the Watchdog module in core Android.\n\n- **[Monitor flash memory usage](/docs/automotive/watchdog/wd_flash_memory).** Monitors the flash memory usage by all apps and services. Detects and acts on flash memory overuse by any app or service.\n- **[Collect performance data](/docs/automotive/watchdog/wd_performance_health).** Collects I/O performance since early system bootup. Reports the collected performance data in the bugreport.\n- **[Monitor system health](/docs/automotive/watchdog/wd_system_health).** Monitors the health of the core services and vehicle hardware abstraction layer (VHAL) service."]]