Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6feed956 authored by Ashwini Oruganti's avatar Ashwini Oruganti Committed by android-build-merger
Browse files

Merge "Show bug_map links on user builds" am: c5f8b392 am: 92f544de am: a7f7c3f7

am: 0084887a

Change-Id: I2647ed00a9ad9d68e3dfe0b5f05d3587dc1e67dc
parents 61827555 0084887a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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:");