From 26ccebd74a7698452d472291505ea8ded8b97e6e Mon Sep 17 00:00:00 2001 From: Joel Galenson <jgalenson@google.com> Date: Tue, 30 Jan 2018 14:43:01 -0800 Subject: [PATCH] Clean up bug_map. Remove bugs that have been fixed, re-map duped bugs, and alphabetize the list. Test: Booted Walleye and Sailfish, tested wifi and camera, and observed no new denials. Change-Id: I94627d532ea13f623fe29cf259dd404bfd850c13 --- private/bug_map | 12 +++++------- vendor/bug_map | 1 - 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/private/bug_map b/private/bug_map index 05c912221..43da0ab7d 100644 --- a/private/bug_map +++ b/private/bug_map @@ -1,14 +1,12 @@ -priv_app firstboot_prop file 63801215 -vold system_data_file file 62140539 -system_server vendor_framework_file dir 68826235 +bootanim unlabeled dir 68864350 crash_dump app_data_file dir 68319037 crash_dump bluetooth_data_file dir 68319037 +crash_dump resourcecache_data_file dir 68319037 crash_dump vendor_overlay_file dir 68319037 -statsd statsd capability 71537285 hal_graphics_allocator_default unlabeled dir 70180742 -surfaceflinger unlabeled dir 68864350 hal_graphics_composer_default unlabeled dir 68864350 -bootanim unlabeled dir 68864350 -crash_dump resourcecache_data_file dir 72507494 +surfaceflinger unlabeled dir 68864350 +system_server vendor_framework_file dir 68826235 untrusted_app_27 system_data_file dir 72550646 usbd usbd capability 72472544 +vold system_data_file file 62140539 diff --git a/vendor/bug_map b/vendor/bug_map index 708e32e09..e69de29bb 100644 --- a/vendor/bug_map +++ b/vendor/bug_map @@ -1 +0,0 @@ -system_server vendor_framework_file dir 67860706 -- GitLab