Commit 6785dc49 authored by topjohnwu's avatar topjohnwu

Disable verbose ptrace logging

parent dad20f6a
......@@ -280,8 +280,8 @@ static void term_thread(int) {
* but disable when actually building for usage (you won't want
* your logcat spammed with new thread events from all apps) */
#define PTRACE_LOG(fmt, args...) LOGD("PID=[%d] " fmt, pid, ##args)
//#define PTRACE_LOG(...)
//#define PTRACE_LOG(fmt, args...) LOGD("PID=[%d] " fmt, pid, ##args)
#define PTRACE_LOG(...)
static void detach_pid(int pid, int signal = 0) {
char path[128];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment