am 270595f4: am e1b0db13: am 50d42294: am e23ed8c6: Merge "Remove useless workaround for HTC RIL bugs."
* commit '270595f4c976a86033ac099a283299c2ec53f24a': Remove useless workaround for HTC RIL bugs.
This commit is contained in:
commit
cc71361ed6
@ -151,9 +151,6 @@ int __libc_android_log_write(int prio, const char *tag, const char *msg)
|
||||
if (tag == NULL)
|
||||
tag = "";
|
||||
|
||||
if (!strcmp(tag, "HTC_RIL"))
|
||||
log_id = LOG_ID_RADIO;
|
||||
|
||||
vec[0].iov_base = (unsigned char *) &prio;
|
||||
vec[0].iov_len = 1;
|
||||
vec[1].iov_base = (void *) tag;
|
||||
|
Loading…
x
Reference in New Issue
Block a user