commit | 3f4ef59401d7c2115c273ab1e76c221da22cf8d0 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <[email protected]> | Wed Jul 07 16:06:39 2010 -0700 |
committer | Brad Fitzpatrick <[email protected]> | Thu Jul 15 13:18:05 2010 -0700 |
tree | f5053438c0beab25782768113afeddb9237c401d | |
parent | 0f5b58d3601de2d25cb84f4b4d50b340a6fa6b86 [diff] [blame] |
More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. Change-Id: Ia67cabcc17a73a0f15907ffea683d06bc41b90e5
diff --git a/IPCThreadState.cpp b/IPCThreadState.cpp index 28706ba..f6582e6 100644 --- a/IPCThreadState.cpp +++ b/IPCThreadState.cpp
@@ -372,8 +372,8 @@ mStrictModePolicy = policy; } - -int32_t IPCThreadState::getStrictModePolicy() const { +int32_t IPCThreadState::getStrictModePolicy() const +{ return mStrictModePolicy; }