Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9917ebed authored by Calin Juravle's avatar Calin Juravle Committed by Android Git Automerger
Browse files

am d3a8c8aa: Merge "Fix the length of a profiler system property" into lmp-mr1-dev

* commit 'd3a8c8aa':
  Fix the length of a profiler system property
parents 9a8351d9 d3a8c8aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -856,7 +856,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:");