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

Commit db95a9e8 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I8c0eb9a6 into eclair

* changes:
  libagl: silence a LOGD
parents eefdae51 d95c322a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -423,7 +423,8 @@ static bool copybit(GLint x, GLint y,
                        COPYBIT_ENABLE : COPYBIT_DISABLE);
        clipRectRegion it(c);

        LOGD("dst={%d, %d, %d, %p, %p}, "
        LOGD_IF(0,
             "dst={%d, %d, %d, %p, %p}, "
             "src={%d, %d, %d, %p, %p}, "
             "drect={%d,%d,%d,%d}, "
             "srect={%d,%d,%d,%d}, "