summaryrefslogtreecommitdiff
path: root/libs/hwui/Properties.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2018-03-01 17:28:35 -0800
committerJohn Reck <jreck@google.com>2018-03-01 17:28:35 -0800
commit6afa009c0ca43884e2e973937db56673da3907ca (patch)
treee085abda4ff52dcc89e0866d8f797702c81abc98 /libs/hwui/Properties.h
parentb1d5004cf59ff4d48dc72c8df761280801458653 (diff)
Allow debuggable apps to do skp capture
Change-Id: Ibb56887b28eb8260bf2ca0b38dbe78233e9cfaf4 Fixes: 74086676 Test: verified can still capture an skp
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r--libs/hwui/Properties.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h
index 179b97bf6d9f..3f44c211f024 100644
--- a/libs/hwui/Properties.h
+++ b/libs/hwui/Properties.h
@@ -268,6 +268,8 @@ public:
static bool runningInEmulator;
+ ANDROID_API static bool debuggingEnabled;
+
private:
static ProfileType sProfileType;
static bool sDisableProfileBars;