diff options
-rw-r--r-- | include/private/android_filesystem_config.h | 2 | ||||
-rw-r--r-- | logcat/event.logtags | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 7e34da8..1159a15 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -62,6 +62,7 @@ #define AID_DRMRPC 1026 /* group for drm rpc */ #define AID_NFC 1027 /* nfc subsystem */ #define AID_SDCARD_R 1028 /* external storage read access */ +#define AID_LOOP_RADIO 1030 /* loop radio devices */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */ @@ -137,6 +138,7 @@ static const struct android_id_info android_ids[] = { { "net_admin", AID_NET_ADMIN, }, { "net_bw_stats", AID_NET_BW_STATS, }, { "net_bw_acct", AID_NET_BW_ACCT, }, + { "loop_radio", AID_LOOP_RADIO, }, { "misc", AID_MISC, }, { "nobody", AID_NOBODY, }, }; diff --git a/logcat/event.logtags b/logcat/event.logtags index 6040bd9..09640e1 100644 --- a/logcat/event.logtags +++ b/logcat/event.logtags @@ -150,8 +150,5 @@ 80305 bionic_event_resolver_wrong_server (uid|1) 80310 bionic_event_resolver_wrong_query (uid|1) -# libcore failure logging -90100 cert_pin_failure (certs|4) - # NOTE - the range 1000000-2000000 is reserved for partners and others who # want to define their own log tags without conflicting with the core platform. |