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

Commit 3c942f04 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Framework: Remove ART tombstoned config"

am: 95c5e5c1

Change-Id: I354faa8fba62ccbf387a45e993dd482293a9933e
parents d8f78542 95c5e5c1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -672,8 +672,6 @@ int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv, bool zygote)
        executionMode = kEMJitCompiler;
    }

    addOption("-Xusetombstonedtraces");

    strcpy(jniOptsBuf, "-Xjniopts:");
    if (parseRuntimeOption("dalvik.vm.jniopts", jniOptsBuf, "-Xjniopts:")) {
        ALOGI("JNI options: '%s'\n", jniOptsBuf);