games-samples icon indicating copy to clipboard operation
games-samples copied to clipboard

gettid rather than getpid

Open helloellite opened this issue 11 months ago • 0 comments

AndroidFunctions.cpp/DPFManager::InitializePerformanceHintManager.cpp .... jintArray array = env->NewIntArray(1); int32_t tid = getpid(); ....

helloellite avatar Jan 06 '25 08:01 helloellite