commit | 5526d659ed3fe69d57317044d04438b28286e3b2 | [log] [tgz] |
---|---|---|
author | xinhe <xinhe@google.com> | Fri Nov 21 23:38:08 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Nov 21 23:38:08 2014 +0000 |
tree | 8197b6934b2f43af86c2319680e73c65f8114f96 | |
parent | 6bfaf64c427b4d48a4fb1931eb8b5c0f79ce20f1 [diff] | |
parent | 7f96c505734aa24ffad0ae15387aad6135c90c5f [diff] |
Merge "Turn off RILC REQUEST logging" into lmp-mr1-dev
diff --git a/libril/ril.cpp b/libril/ril.cpp index 8936f36..41d11a8 100644 --- a/libril/ril.cpp +++ b/libril/ril.cpp
@@ -488,8 +488,6 @@ 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;