am 703b60ce
: Merge "Use gettid directly in binder."
* commit '703b60ce39e52d319074adf53704d33f9c16dbbd': Use gettid directly in binder.
This commit is contained in:
commit
cb3b7ce1d8
@ -682,7 +682,7 @@ status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy)
|
|||||||
|
|
||||||
IPCThreadState::IPCThreadState()
|
IPCThreadState::IPCThreadState()
|
||||||
: mProcess(ProcessState::self()),
|
: mProcess(ProcessState::self()),
|
||||||
mMyThreadId(androidGetTid()),
|
mMyThreadId(gettid()),
|
||||||
mStrictModePolicy(0),
|
mStrictModePolicy(0),
|
||||||
mLastTransactionBinderFlags(0)
|
mLastTransactionBinderFlags(0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user