Merge "Use gettid directly in binder."

This commit is contained in:
Elliott Hughes 2014-08-18 17:45:48 +00:00 committed by Gerrit Code Review
commit 703b60ce39
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy)
IPCThreadState::IPCThreadState()
: mProcess(ProcessState::self()),
mMyThreadId(androidGetTid()),
mMyThreadId(gettid()),
mStrictModePolicy(0),
mLastTransactionBinderFlags(0)
{