diff options
author | John Reck <jreck@google.com> | 2018-03-01 17:28:35 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2018-03-01 17:28:35 -0800 |
commit | 6afa009c0ca43884e2e973937db56673da3907ca (patch) | |
tree | e085abda4ff52dcc89e0866d8f797702c81abc98 /libs/hwui/Properties.h | |
parent | b1d5004cf59ff4d48dc72c8df761280801458653 (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.h | 2 |
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; |