시스템 안정성을 보장하고 시스템 성능을 개선하기 위해 AAOS 프레임워크팀에서는 핵심 시스템 서비스의 일부로 Android 10에 워치독 모듈을 추가했습니다.
워치독 모듈은 네이티브 데몬과 CarService 구성요소로 이루어져 있습니다. 네이티브 데몬은 네이티브 서비스와 상호작용하고 CarService 구성요소는 Android 앱 및 Java 서비스와 상호작용합니다.
플래시 메모리 사용량 모니터링.
모든 앱 및 서비스의 플래시 메모리 사용량을 모니터링합니다. 앱이나 서비스의 플래시 메모리 초과 사용을 감지하고 그에 따라 동작합니다.
성능 데이터 수집.
초기 시스템 부팅 이후 I/O 성능을 수집합니다. 버그 신고에 수집된 성능 데이터를 보고합니다.
시스템 상태 모니터링.
핵심 서비스 및 차량 하드웨어 추상화 계층(VHAL) 서비스의 상태를 모니터링합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 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."]]