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

Commit c4681987 authored by Tom Cherry's avatar Tom Cherry Committed by Automerger Merge Worker
Browse files

Merge "Remove __android_logger_property_get_bool()" am: f289a9e1 am: b9b67c34 am: 9e5ab12b

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1373986

Change-Id: I0426c12fc42326fddb6f7b9c547b250f9c03a6f4
parents 171f2e86 9e5ab12b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1481,8 +1481,7 @@ static Dumpstate::RunStatus dumpstate() {
        RunCommand("LSMOD", {"lsmod"});
    }

    if (__android_logger_property_get_bool(
            "ro.logd.kernel", BOOL_DEFAULT_TRUE | BOOL_DEFAULT_FLAG_ENG | BOOL_DEFAULT_FLAG_SVELTE)) {
    if (android::base::GetBoolProperty("ro.logd.kernel", false)) {
        DoKernelLogcat();
    } else {
        do_dmesg();