Skip to content

Commit d855ffd

Browse files
committed
Remove debug log
Change-Id: Ia76103b2a0225df2637af917c5ac352497ca0cf6
1 parent 2d8c13b commit d855ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/android/webkit/WebViewClassic.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7896,8 +7896,8 @@ private void setTouchHighlightRects(WebKitHitTest hit) {
78967896
if (viewRect.width() < getWidth() >> 1
78977897
|| viewRect.height() < getHeight() >> 1) {
78987898
mTouchHighlightRegion.union(viewRect);
7899-
} else {
7900-
Log.w(LOGTAG, "Skip the huge selection rect:"
7899+
} else if (DebugFlags.WEB_VIEW) {
7900+
Log.d(LOGTAG, "Skip the huge selection rect:"
79017901
+ viewRect);
79027902
}
79037903
}

0 commit comments

Comments
 (0)