Home
last modified time | relevance | path

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

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