MCPcopy Create free account
hub / github.com/MJx0/AndKittyInjector / init

Function init

testlib/example.cpp:20–23  ·  view source on GitHub ↗

Don't start a thread in library constructor, do it in JNI_OnLoad instead.

Source from the content-addressed store, hash-verified

18
19// Don't start a thread in library constructor, do it in JNI_OnLoad instead.
20__attribute__((constructor)) void init()
21{
22 KITTY_LOGI("hi ctor");
23}
24
25void print_solist_thread()
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected