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

Commit 80c5953b authored by John Michelau's avatar John Michelau Committed by Android Git Automerger
Browse files

am 46fdd267: Merge change 21956 into eclair

Merge commit '46fdd267'

* commit '46fdd267':
  Route all log tags with "RIL" prefix to radio buffer.
parents 4430f0c1 46fdd267
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -142,11 +142,7 @@ int __android_log_write(int prio, const char *tag, const char *msg)

    /* XXX: This needs to go! */
    if (!strcmp(tag, "HTC_RIL") ||
        !strcmp(tag, "RILJ") ||
        !strcmp(tag, "RILB") ||
        !strcmp(tag, "RILC") ||
        !strcmp(tag, "RILD") ||
        !strcmp(tag, "RIL") ||
        !strncmp(tag, "RIL", 3) || /* Any log tag with "RIL" as the prefix */
        !strcmp(tag, "AT") ||
        !strcmp(tag, "GSM") ||
        !strcmp(tag, "STK") ||