Commit 34c36984 authored by topjohnwu's avatar topjohnwu

Stop extreme verbose logging

parent 8bd6aca0
...@@ -18,8 +18,8 @@ using jni_hook::tree_map; ...@@ -18,8 +18,8 @@ using jni_hook::tree_map;
using xstring = jni_hook::string; using xstring = jni_hook::string;
// Extreme verbose logging // Extreme verbose logging
#define ZLOGV(...) ZLOGD(__VA_ARGS__) //#define ZLOGV(...) ZLOGD(__VA_ARGS__)
//#define ZLOGV(...) #define ZLOGV(...)
namespace { namespace {
...@@ -491,7 +491,7 @@ static int hook_register(const char *path, const char *symbol, void *new_func, v ...@@ -491,7 +491,7 @@ static int hook_register(const char *path, const char *symbol, void *new_func, v
void hook_functions() { void hook_functions() {
#if MAGISK_DEBUG #if MAGISK_DEBUG
xhook_enable_debug(1); // xhook_enable_debug(1);
xhook_enable_sigsegv_protection(0); xhook_enable_sigsegv_protection(0);
#endif #endif
default_new(xhook_list); default_new(xhook_list);
......
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