am 46fdd267: Merge change 21956 into eclair
Merge commit '46fdd2676ea0dd4ca46493440bb4e6eaecf8795d' * commit '46fdd2676ea0dd4ca46493440bb4e6eaecf8795d': Route all log tags with "RIL" prefix to radio buffer.
This commit is contained in:
commit
80c5953bb5
|
@ -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") ||
|
||||
|
|
Loading…
Reference in New Issue