Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70ee564e authored by tangcheng's avatar tangcheng
Browse files

Fix hwui compile error



set framework/base/libs/hwui/Debug.h DEBUG_INIT to 1
then compile libhwui, there is a error
Bug: 274030026

Change-Id: Ic8857b0510c720b8108bde470a6a00e737c1f6fa
Signed-off-by: default avatartangcheng <tangcheng@xiaomi.com>
parent 48413df8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,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;