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

Commit 157bc39f authored by Steve Kondik's avatar Steve Kondik
Browse files

liblog: Move log messages from Diag_Lib to radio log

 * This is incredibly spammy and QC specifc. Move to radio log.

Change-Id: I775ea9d0fbe1b7d32da3f0e8faef28149f0001ac
parent 8eb3d5e2
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -273,7 +273,8 @@ int __android_log_write(int prio, const char *tag, const char *msg)
        !strncmp(tag, "QC-ONCRPC", 9) ||
        !strncmp(tag, "QC-ONCRPC", 9) ||
        !strncmp(tag, "QC-DSI", 6) ||
        !strncmp(tag, "QC-DSI", 6) ||
        !strcmp(tag, "QC-NETMGR-LIB") ||
        !strcmp(tag, "QC-NETMGR-LIB") ||
        !strcmp(tag, "QC-QDP")
        !strcmp(tag, "QC-QDP") ||
        !strcmp(tag, "Diag_Lib")
        )
        )
            log_id = LOG_ID_RADIO;
            log_id = LOG_ID_RADIO;
            // Inform third party apps/ril/radio.. to use Rlog or RLOG
            // Inform third party apps/ril/radio.. to use Rlog or RLOG