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

Commit 3aed5873 authored by Calin Juravle's avatar Calin Juravle Committed by Android Git Automerger
Browse files

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

* commit '54d3fbb17b63785740257b9920bfcd52fab9ad24':
  Fix the length of a profiler system property
parents 63d3e8fe eee5254d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -876,7 +876,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:");