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

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

Merge "Remove unnecessary log statement" into tm-dev

parents 10fec6cd 7032e91d
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);