am 957e5867: process: Disable debugging

Merge commit '957e58670baad8c5995f1368e3b5280f0dbd891f' into eclair-mr2

* commit '957e58670baad8c5995f1368e3b5280f0dbd891f':
  process: Disable debugging
diff --git a/core/jni/android_util_Process.cpp b/core/jni/android_util_Process.cpp
index 7c627c1..d8c2234 100644
--- a/core/jni/android_util_Process.cpp
+++ b/core/jni/android_util_Process.cpp
@@ -51,7 +51,7 @@
 #undef __KERNEL__
 #endif
 
-#define POLICY_DEBUG 1
+#define POLICY_DEBUG 0
 
 using namespace android;