Loading libs/gui/LayerState.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -594,6 +594,10 @@ void layer_state_t::merge(const layer_state_t& other) { what |= eColorChanged; color = other.color; } if (other.what & eColorSpaceAgnosticChanged) { what |= eColorSpaceAgnosticChanged; colorSpaceAgnostic = other.colorSpaceAgnostic; } if ((other.what & what) != other.what) { ALOGE("Unmerged SurfaceComposer Transaction properties. LayerState::merge needs updating? " "other.what=0x%" PRIX64 " what=0x%" PRIX64 " unmerged flags=0x%" PRIX64, Loading Loading
libs/gui/LayerState.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -594,6 +594,10 @@ void layer_state_t::merge(const layer_state_t& other) { what |= eColorChanged; color = other.color; } if (other.what & eColorSpaceAgnosticChanged) { what |= eColorSpaceAgnosticChanged; colorSpaceAgnostic = other.colorSpaceAgnostic; } if ((other.what & what) != other.what) { ALOGE("Unmerged SurfaceComposer Transaction properties. LayerState::merge needs updating? " "other.what=0x%" PRIX64 " what=0x%" PRIX64 " unmerged flags=0x%" PRIX64, Loading