OSDN Git Service

Turn off RILC REQUEST logging
authorxinhe <xinhe@google.com>
Fri, 21 Nov 2014 19:16:40 +0000 (11:16 -0800)
committerxinhe <xinhe@google.com>
Fri, 21 Nov 2014 19:16:40 +0000 (11:16 -0800)
remove the log

Bug:18481571
Change-Id: I8cc27ab3528904113fc4678f2f6c96f702c55ce2

libril/ril.cpp

index 8936f36..41d11a8 100644 (file)
@@ -488,8 +488,6 @@ processCommandBuffer(void *buffer, size_t buflen, RIL_SOCKET_ID socket_id) {
     status = p.readInt32(&request);
     status = p.readInt32 (&token);
 
-    RLOGD("SOCKET %s REQUEST: %s length:%d", rilSocketIdToString(socket_id), requestToString(request), buflen);
-
 #if (SIM_COUNT >= 2)
     if (socket_id == RIL_SOCKET_2) {
         pendingRequestsMutexHook = &s_pendingRequestsMutex_socket2;