Skip to content

Commit 84d5e21

Browse files
jreckAndroid (Google) Code Review
authored andcommitted
Merge "Remove debug log"
2 parents 5c44fee + d855ffd commit 84d5e21

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)