MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / postAppSpecialize

Method postAppSpecialize

module/src/main/cpp/nohello.cpp:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 }
304
305 void postAppSpecialize(const AppSpecializeArgs *args) override {
306 const char *process = env->GetStringUTFChars(args->nice_name, nullptr);
307 postSpecialize(process);
308 env->ReleaseStringUTFChars(args->nice_name, process);
309 }
310
311 void preServerSpecialize(ServerSpecializeArgs *args) override {
312 //preSpecialize("system_server"); // System server usually doesn't need this level of hiding

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected