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

Commit 214e3503 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Merge "Framework: Remove ART tombstoned config" am: 95c5e5c1 am:...

Merge "Merge "Framework: Remove ART tombstoned config" am: 95c5e5c1 am: 3c942f04" into pi-dev-plus-aosp
am: ebebf100

Change-Id: Ifa1e9af2c64a2bd6a458879d8a76fddce389becb
parents 7a0a6286 ebebf100
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -679,8 +679,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);