Merge "Fix the length of a profiler system property"
This commit is contained in:
@@ -872,7 +872,7 @@ int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv)
|
|||||||
parseRuntimeOption("dalvik.vm.profiler.type", profileType, "-Xprofile-type:");
|
parseRuntimeOption("dalvik.vm.profiler.type", profileType, "-Xprofile-type:");
|
||||||
|
|
||||||
// Depth of bounded stack data
|
// Depth of bounded stack data
|
||||||
parseRuntimeOption("dalvik.vm.profile.max-stack-depth",
|
parseRuntimeOption("dalvik.vm.profile.stack-depth",
|
||||||
profileMaxStackDepth,
|
profileMaxStackDepth,
|
||||||
"-Xprofile-max-stack-depth:");
|
"-Xprofile-max-stack-depth:");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user