MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / xh_core_enable_debug

Function xh_core_enable_debug

Bcore/src/main/cpp/xhook/xh_core.c:648–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648void xh_core_enable_debug(int flag)
649{
650 xh_log_priority = (flag ? ANDROID_LOG_DEBUG : ANDROID_LOG_WARN);
651}
652
653void xh_core_enable_sigsegv_protection(int flag)
654{

Callers 1

xhook_enable_debugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected