am b0f59cdc: am 2f84b69b: Merge "Improved profile.start-immediately comment"

* commit 'b0f59cdcb4d2205faa3811277163bbf215b68dfc':
  Improved profile.start-immediately comment
This commit is contained in:
Calin Juravle
2014-06-11 17:32:40 +00:00
committed by Android Git Automerger

View File

@@ -820,7 +820,8 @@ int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv)
mOptions.add(opt);
}
// Whether the profile should start upon app startup or be delayed by some random offset.
// Whether the profile should start upon app startup or be delayed by some random offset
// (in seconds) that is bound between 0 and a fixed value.
property_get("dalvik.vm.profile.start-immediately", propBuf, "0");
if (propBuf[0] == '1') {
opt.optionString = "-Xprofile-start-immediately";