MCPcopy Create free account
hub / github.com/ALEX5402/NewBlackbox / enableIO

Function enableIO

Bcore/src/main/cpp/BoxCore.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void enableIO(JNIEnv *env, jclass clazz) {
111 ALOGD("set enableIO");
112 IO::init(env);
113 nativeHook(env);
114}
115
116bool disableHiddenApi(JNIEnv *env, jclass clazz) {
117 ALOGD("set disableHiddenApi");

Callers

nothing calls this directly

Calls 2

initFunction · 0.85
nativeHookFunction · 0.85

Tested by

no test coverage detected