MCPcopy Create free account
hub / github.com/facebook/SoLoader / init

Method init

java/com/facebook/soloader/SoLoader.java:259–261  ·  view source on GitHub ↗
(Context context, int flags)

Source from the content-addressed store, hash-verified

257 }
258
259 public static void init(Context context, int flags) throws IOException {
260 init(context, flags, null);
261 }
262
263 /**
264 * Initializes native code loading for this app; this class's other static facilities cannot be

Callers

nothing calls this directly

Calls 10

isInitializedMethod · 0.95
wMethod · 0.95
initEnableConfigMethod · 0.95
getAppTypeMethod · 0.95
isSupportedDirectLoadMethod · 0.95
initSoLoaderMethod · 0.95
initSoSourcesMethod · 0.95
vMethod · 0.95
initIfUninitializedMethod · 0.95
initDummySoSourceMethod · 0.95

Tested by

no test coverage detected