| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected