commit | 296710592d9c3444c4293b4215c53f3e12d9ff8c | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@google.com> | Wed Jun 27 22:33:07 2018 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jun 27 22:33:07 2018 +0000 |
tree | df38d5b560a18db564ee9708a4704c411d6d2c43 | |
parent | 15b58798d5af3f220cf214ffcba363985e3cc668 [diff] | |
parent | 05827be5a61499dbf5ab99cc47931e3e9b8961a9 [diff] |
Merge "Give StrictMode more bits to work with."
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp index 9f08f23..87c9842 100644 --- a/libs/binder/Parcel.cpp +++ b/libs/binder/Parcel.cpp
@@ -74,7 +74,7 @@ } // Note: must be kept in sync with android/os/StrictMode.java's PENALTY_GATHER -#define STRICT_MODE_PENALTY_GATHER (0x40 << 16) +#define STRICT_MODE_PENALTY_GATHER (1 << 31) // XXX This can be made public if we want to provide // support for typed data.