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

Commit 8f46f1b4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes from topic "presubmit-am-e92afcd55f3d48528cb418d19ac598f7"

* changes:
  [automerge] Remove unnecessary log statement 2p: 7032e91d
  Remove unnecessary log statement
parents 11cb846f d5beabcd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@ bool FlagManager::use_adpf_cpu_hint() const {
}

bool FlagManager::use_skia_tracing() const {
    ALOGD("use_skia_tracing ?");
    std::optional<bool> sysPropVal =
            doParse<bool>(base::GetProperty(PROPERTY_SKIA_ATRACE_ENABLED, "").c_str());
    return getValue("SkiaTracingFeature__use_skia_tracing", sysPropVal, false);