diff options
| author | 2009-10-29 13:56:49 -0700 | |
|---|---|---|
| committer | 2009-10-29 13:59:32 -0700 | |
| commit | 957e58670baad8c5995f1368e3b5280f0dbd891f (patch) | |
| tree | d67a69635f3fb8a1757d50b036069fc7a6b7fd7e | |
| parent | 3034624f68d373d7c79237425319b5b7fd84317e (diff) | |
process: Disable debugging
Signed-off-by: San Mehat <san@google.com>
| -rw-r--r-- | core/jni/android_util_Process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/android_util_Process.cpp b/core/jni/android_util_Process.cpp index 7c627c1036f8..d8c2234943e3 100644 --- a/core/jni/android_util_Process.cpp +++ b/core/jni/android_util_Process.cpp @@ -51,7 +51,7 @@ pid_t gettid() { return syscall(__NR_gettid);} #undef __KERNEL__ #endif -#define POLICY_DEBUG 1 +#define POLICY_DEBUG 0 using namespace android; |