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

Commit 46fdd267 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 21956 into eclair

* changes:
  Route all log tags with "RIL" prefix to radio buffer.
parents 5f1b3393 ed7ccae2
Loading
Loading
Loading
Loading
+1 −5
Original line number Original line 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! */
    /* XXX: This needs to go! */
    if (!strcmp(tag, "HTC_RIL") ||
    if (!strcmp(tag, "HTC_RIL") ||
        !strcmp(tag, "RILJ") ||
        !strncmp(tag, "RIL", 3) || /* Any log tag with "RIL" as the prefix */
        !strcmp(tag, "RILB") ||
        !strcmp(tag, "RILC") ||
        !strcmp(tag, "RILD") ||
        !strcmp(tag, "RIL") ||
        !strcmp(tag, "AT") ||
        !strcmp(tag, "AT") ||
        !strcmp(tag, "GSM") ||
        !strcmp(tag, "GSM") ||
        !strcmp(tag, "STK") ||
        !strcmp(tag, "STK") ||