MCPcopy Index your code
hub / github.com/deskid/XDebug / initZygote

Method initZygote

app/src/main/java/com/github/deskid/xdebug/XDebug.java:39–42  ·  view source on GitHub ↗
(final IXposedHookZygoteInit.StartupParam startupParam)

Source from the content-addressed store, hash-verified

37 }
38
39 @Override
40 public void initZygote(final IXposedHookZygoteInit.StartupParam startupParam) throws Throwable {
41 XposedBridge.hookAllMethods(Process.class, "start", debugAppsHook);
42 }
43}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected