commit | 6afa009c0ca43884e2e973937db56673da3907ca | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu Mar 01 17:28:35 2018 -0800 |
committer | John Reck <jreck@google.com> | Thu Mar 01 17:28:35 2018 -0800 |
tree | e085abda4ff52dcc89e0866d8f797702c81abc98 | |
parent | b1d5004cf59ff4d48dc72c8df761280801458653 [diff] [blame] |
Allow debuggable apps to do skp capture Change-Id: Ibb56887b28eb8260bf2ca0b38dbe78233e9cfaf4 Fixes: 74086676 Test: verified can still capture an skp
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index 179b97b..3f44c21 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h
@@ -268,6 +268,8 @@ static bool runningInEmulator; + ANDROID_API static bool debuggingEnabled; + private: static ProfileType sProfileType; static bool sDisableProfileBars;