Merge "Show bug_map links on user builds"
This commit is contained in:
commit
c5f8b3925b
1 changed files with 0 additions and 4 deletions
|
|
@ -143,10 +143,6 @@ std::string LogAudit::denialParse(const std::string& denial, char terminator,
|
|||
|
||||
void LogAudit::auditParse(const std::string& string, uid_t uid,
|
||||
std::string* bug_num) {
|
||||
if (!__android_log_is_debuggable()) {
|
||||
bug_num->assign("");
|
||||
return;
|
||||
}
|
||||
static std::map<std::string, std::string> denial_to_bug =
|
||||
populateDenialMap();
|
||||
std::string scontext = denialParse(string, ':', "scontext=u:object_r:");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue