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

Commit 8b459a90 authored by Leon Scroggins's avatar Leon Scroggins Committed by Automerger Merge Worker
Browse files

Merge "HWUI: Turn on Skia tracing by default" into tm-dev am: e2f5e4ac

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17159842

Change-Id: I94dc763f64de3abe9c6144c3a7eafb1e11ad16c9
parents a19e752a e2f5e4ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ bool Properties::load() {
    skpCaptureEnabled = debuggingEnabled && base::GetBoolProperty(PROPERTY_CAPTURE_SKP_ENABLED, false);

    SkAndroidFrameworkTraceUtil::setEnableTracing(
            base::GetBoolProperty(PROPERTY_SKIA_ATRACE_ENABLED, false));
            base::GetBoolProperty(PROPERTY_SKIA_ATRACE_ENABLED, true));

    runningInEmulator = base::GetBoolProperty(PROPERTY_IS_EMULATOR, false);