Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67ef832c authored by San Mehat's avatar San Mehat Committed by Android Git Automerger
Browse files

am 957e5867: process: Disable debugging

Merge commit '957e5867' into eclair-mr2

* commit '957e5867':
  process: Disable debugging
parents 2d05af0c 957e5867
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;