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

This commit is contained in:
Leon Scroggins
2022-03-14 18:21:40 +00:00
committed by Android (Google) Code Review

View File

@@ -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);