process: Disable debugging

Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
San Mehat
2009-10-29 13:56:49 -07:00
parent 3034624f68
commit 957e58670b

View File

@@ -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;