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

Commit c4236c8b authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Force IMS logging into radio log."

parents 308bc52d 44e95651
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -146,7 +146,9 @@ int __android_log_write(int prio, const char *tag, const char *msg)
        !strcmp(tag, "STK") ||
        !strcmp(tag, "CDMA") ||
        !strcmp(tag, "PHONE") ||
        !strcmp(tag, "SMS"))
        !strcmp(tag, "SMS") ||
        !strcmp(tag, "IMS") ||
        !strcmp(tag, "IMSFW"))
            log_id = LOG_ID_RADIO;

    vec[0].iov_base   = (unsigned char *) &prio;
@@ -174,7 +176,9 @@ int __android_log_buf_write(int bufID, int prio, const char *tag, const char *ms
        !strcmp(tag, "STK") ||
        !strcmp(tag, "CDMA") ||
        !strcmp(tag, "PHONE") ||
        !strcmp(tag, "SMS"))
        !strcmp(tag, "SMS") ||
        !strcmp(tag, "IMS") ||
        !strcmp(tag, "IMSFW"))
            bufID = LOG_ID_RADIO;

    vec[0].iov_base   = (unsigned char *) &prio;