Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8bf04c62 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am cb3b7ce1: am 703b60ce: Merge "Use gettid directly in binder."

* commit 'cb3b7ce1':
  Use gettid directly in binder.
parents 9e05a271 cb3b7ce1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{