summaryrefslogtreecommitdiff
path: root/libs/hwui/Properties.cpp
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2022-05-13 22:16:21 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-05-13 22:16:21 +0000
commit3ec8ebaff22a0a14bfce403547da30616a997dee (patch)
treec5279c1eac8def71293e895d4be1080f260b5182 /libs/hwui/Properties.cpp
parent074f4aa65d0589ec6146a8174d200ee5bf0a20f9 (diff)
parent3c815c92a7c82a7d3a0e94e61bb1374a59ee6ba4 (diff)
Merge "Revert "HWUI: Turn on Skia tracing by default"" into tm-dev
Diffstat (limited to 'libs/hwui/Properties.cpp')
-rw-r--r--libs/hwui/Properties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp
index 86ae3995eeed..5a67eb9935dd 100644
--- a/libs/hwui/Properties.cpp
+++ b/libs/hwui/Properties.cpp
@@ -134,7 +134,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);