Home
last modified time | relevance | path

Searched refs:kLockProfThresholdRuntimeOption (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A DAndroidRuntime.cpp237 static const char* kLockProfThresholdRuntimeOption = "-Xlockprofthreshold:0"; variable
742 addOption(kLockProfThresholdRuntimeOption); in startVm()
743 ALOGI("Disabling lock profiling: '%s'\n", kLockProfThresholdRuntimeOption); in startVm()