Use gettid directly in binder.
Bug: 17048545 Change-Id: I1df378135961e085a52f6cc5694ad74cd73aac19
This commit is contained in:
parent
a0187a9c83
commit
fa6ad07c4e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user