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

Commit d0936023 authored by Giulio Cervera's avatar Giulio Cervera Committed by Ricardo Cerqueira
Browse files

log: more qcom radio tag

Change-Id: I408d0747f7194c4026654b928610e5ed994bbcdb
parent f0d96dd7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -154,7 +154,9 @@ int __android_log_write(int prio, const char *tag, const char *msg)
        !strncmp(tag, "QC-RIL", 6) ||
        !strncmp(tag, "QC-QMI", 6) ||
        !strncmp(tag, "QC-ONCRPC", 9) ||
        !strncmp(tag, "QC-DSI", 6)
        !strncmp(tag, "QC-DSI", 6) ||
        !strcmp(tag, "QC-NETMGR-LIB") ||
        !strcmp(tag, "QC-QDP")
        )
            log_id = LOG_ID_RADIO;