Merge "Fix hwui compile error" am: 9bbcd6e11e am: b867bee3da am: 0580b4fdf1
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2495575 Change-Id: Ie5d699819c295b25ac8b2f9f579235b957140f71 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -104,7 +104,7 @@ bool Properties::load() {
|
||||
debugOverdraw = false;
|
||||
std::string debugOverdrawProperty = base::GetProperty(PROPERTY_DEBUG_OVERDRAW, "");
|
||||
if (debugOverdrawProperty != "") {
|
||||
INIT_LOGD(" Overdraw debug enabled: %s", debugOverdrawProperty);
|
||||
INIT_LOGD(" Overdraw debug enabled: %s", debugOverdrawProperty.c_str());
|
||||
if (debugOverdrawProperty == "show") {
|
||||
debugOverdraw = true;
|
||||
overdrawColorSet = OverdrawColorSet::Default;
|
||||
|
||||
Reference in New Issue
Block a user