Bin one more too repetitive log line
Change-Id: I0ab4ecc4791cd319c8c25583e5207dcfc66b0fac
This commit is contained in:
@@ -754,7 +754,6 @@ public:
|
|||||||
if (rDamageRect.getWidth() <= 0 ||
|
if (rDamageRect.getWidth() <= 0 ||
|
||||||
rDamageRect.getHeight() <= 0)
|
rDamageRect.getHeight() <= 0)
|
||||||
{
|
{
|
||||||
LOGE("Damage region has zero or negative size");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Rectangle aRect( std::max((long) 0, (long) rDamageRect.getMinX() ),
|
Rectangle aRect( std::max((long) 0, (long) rDamageRect.getMinX() ),
|
||||||
|
Reference in New Issue
Block a user