קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
כדי להבטיח את יציבות המערכת ולשפר את ביצועי המערכת, צוות המסגרת של AAOS הוסיף את מודול Watchdog ב-Android 10 כחלק משירותי הליבה של המערכת.
מודול ה-Watchdog מורכב מתוכנת דימון (daemon) מקורית ומרכיב CarService. הדימון המקורי יוצר אינטראקציה עם השירותים המקומיים, והרכיב CarService יוצר אינטראקציה עם אפליקציות Android ושירותי Java.
מעקב אחר השימוש בזיכרון הפלאש.
מעקב אחר השימוש בזיכרון הפלאש על ידי כל האפליקציות והשירותים. זיהוי שימוש יתר בזיכרון הפלאש על ידי אפליקציה או שירות כלשהם, וביצוע פעולה מתאימה.
איסוף נתוני ביצועים
איסוף נתוני ביצועי קלט/פלט (I/O) מתחילת הפעלת המערכת. דיווח על נתוני הביצועים שנאספו בדוח הבאג.
מעקב אחרי תקינות המערכת
מעקב אחר תקינות השירותים המרכזיים ושירות שכבת ההפשטה של חומרת הרכב (VHAL).
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. 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."]]