am 2d3571cc: Merge "Fix the length of a profiler system property"

* commit '2d3571cc17a5a6b1072951227d889ce14a3f88cf':
  Fix the length of a profiler system property
This commit is contained in:
Calin Juravle
2014-08-27 16:46:27 +00:00
committed by Android Git Automerger

View File

@@ -872,7 +872,7 @@ int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv)
parseRuntimeOption("dalvik.vm.profiler.type", profileType, "-Xprofile-type:");
// Depth of bounded stack data
parseRuntimeOption("dalvik.vm.profile.max-stack-depth",
parseRuntimeOption("dalvik.vm.profile.stack-depth",
profileMaxStackDepth,
"-Xprofile-max-stack-depth:");