공급업체는 최종 사용자 네이티브 비정상 종료 보고서를 모니터링해야 합니다. 메모리 안전 버그는 긴급하게 처리해야 합니다. 악용될 수 있는 취약점이나 사용자에게 표시되는 불안정성을 나타내는 경우가 가장 많기 때문입니다.
Android OS는 비정상 종료가 발생할 때 ACTION_DROPBOX_ENTRY_ADDED 인텐트를 브로드캐스트하는 DropboxManager를 사용하여 버그 신고를 관리합니다.
공급업체는 BroadcastReceiver를 사용하여 이러한 브로드캐스트를 리슨하는 시스템 앱을 구현하고 DropboxManager에서 비정상 종료 보고서를 가져와야 합니다.
이러한 보고서는 분석을 위해 공급업체의 서버로 전송해야 합니다.
Google에서는 Google Play 서비스에 이러한 메커니즘을 구현하고 최종 사용자 기기에서 발생하는 버그를 모니터링합니다. 관련 법률 및 개인 정보 보호 표준에 따라 허용되는 경우 Google은 가장 자주 발생하는 버그 중 일부를 공급업체와 공유할 수 있습니다. 하지만 일부 비정상 종료만 공유될 수 있으며 공급업체는 위에 설명된 대로 자체 최종 사용자 버그 추적을 구현하는 것이 좋습니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 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,["# End user bug reports\n\nVendors should monitor end user native crash reports. Memory safety bugs\nshould be treated with urgency as they most often represent an exploitable\nvulnerability or user visible instability.\nThe Android OS manages bug reports using the [DropboxManager](https://developer.android.com/reference/android/os/DropBoxManager),\nwhich broadcasts the [ACTION_DROPBOX_ENTRY_ADDED](https://developer.android.com/reference/android/os/DropBoxManager#ACTION_DROPBOX_ENTRY_ADDED)\nintent when a crash occurs.\n\n\nVendors should implement a system app that listens for these broadcasts,\nusing [BroadcastReceiver](https://developer.android.com/reference/android/content/BroadcastReceiver)\nand retrieve the crash reports from the [DropboxManager](https://developer.android.com/reference/android/os/DropBoxManager#getNextEntry(java.lang.String,%20long)).\nThese should be sent to the vendor's servers for analysis.\n| **Important:** Depending on the local privacy rules and regulations the vendor might have to request user consent for sending the bug crashes off device for processing.\n\n\nGoogle implements such a mechanism in Google Play Services and monitors\nbugs from end user devices. Where permitted by applicable legal and privacy\nstandards, Google may share a subset of the most frequently occurring bugs with\nvendors. However, only a subset of crashes may be shared, and Google strongly\nrecommends that vendors should be implementing their own end user bug tracking\nas described above."]]