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

Commit 3c815c92 authored by Leon Scroggins's avatar Leon Scroggins
Browse files

Revert "HWUI: Turn on Skia tracing by default"

This reverts commit 7024d834.

Reason for revert: Performance regression

Bug: 221813628
Fixes: 224677119
Change-Id: I276067cd8183b5b30914a78cbe48315ad7d7170d
Test: perfetto
parent 7024d834
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, true));
            base::GetBoolProperty(PROPERTY_SKIA_ATRACE_ENABLED, false));

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