Loading libs/binder/IPCThreadState.cpp +3 −3 Original line number Original line Diff line number Diff line Loading @@ -666,7 +666,7 @@ status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) waitForResponse(NULL, &result); waitForResponse(NULL, &result); #if LOG_REFCOUNTS #if LOG_REFCOUNTS printf("IPCThreadState::attemptIncStrongHandle(%ld) = %s\n", ALOGV("IPCThreadState::attemptIncStrongHandle(%ld) = %s\n", handle, result == NO_ERROR ? "SUCCESS" : "FAILURE"); handle, result == NO_ERROR ? "SUCCESS" : "FAILURE"); #endif #endif Loading @@ -681,7 +681,7 @@ status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) { { #if LOG_REFCOUNTS #if LOG_REFCOUNTS printf("IPCThreadState::expungeHandle(%ld)\n", handle); ALOGV("IPCThreadState::expungeHandle(%ld)\n", handle); #endif #endif self()->mProcess->expungeHandle(handle, binder); self()->mProcess->expungeHandle(handle, binder); } } Loading Loading @@ -1168,7 +1168,7 @@ status_t IPCThreadState::executeCommand(int32_t cmd) break; break; default: default: printf("*** BAD COMMAND %d received from Binder driver\n", cmd); ALOGE("*** BAD COMMAND %d received from Binder driver\n", cmd); result = UNKNOWN_ERROR; result = UNKNOWN_ERROR; break; break; } } Loading Loading
libs/binder/IPCThreadState.cpp +3 −3 Original line number Original line Diff line number Diff line Loading @@ -666,7 +666,7 @@ status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) waitForResponse(NULL, &result); waitForResponse(NULL, &result); #if LOG_REFCOUNTS #if LOG_REFCOUNTS printf("IPCThreadState::attemptIncStrongHandle(%ld) = %s\n", ALOGV("IPCThreadState::attemptIncStrongHandle(%ld) = %s\n", handle, result == NO_ERROR ? "SUCCESS" : "FAILURE"); handle, result == NO_ERROR ? "SUCCESS" : "FAILURE"); #endif #endif Loading @@ -681,7 +681,7 @@ status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) { { #if LOG_REFCOUNTS #if LOG_REFCOUNTS printf("IPCThreadState::expungeHandle(%ld)\n", handle); ALOGV("IPCThreadState::expungeHandle(%ld)\n", handle); #endif #endif self()->mProcess->expungeHandle(handle, binder); self()->mProcess->expungeHandle(handle, binder); } } Loading Loading @@ -1168,7 +1168,7 @@ status_t IPCThreadState::executeCommand(int32_t cmd) break; break; default: default: printf("*** BAD COMMAND %d received from Binder driver\n", cmd); ALOGE("*** BAD COMMAND %d received from Binder driver\n", cmd); result = UNKNOWN_ERROR; result = UNKNOWN_ERROR; break; break; } } Loading