Skip to content

Commit 5bbd1d1

Browse files
committed
Removed intent logging from SearchDialog.java
This fixes an issue in which URLs, including HTTPS URLs, were being sent to logcat. Change-Id: I85a0aab4d5d1c01cd21f99d88ce4ff343f836cd5
1 parent 629c676 commit 5bbd1d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/java/android/app/SearchDialog.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ private void launchIntent(Intent intent) {
551551
try {
552552
// If the intent was created from a suggestion, it will always have an explicit
553553
// component here.
554-
Log.i(LOG_TAG, "Starting (as ourselves) " + intent.toUri(0));
555554
getContext().startActivity(intent);
556555
// If the search switches to a different activity,
557556
// SearchDialogWrapper#performActivityResuming

0 commit comments

Comments
 (0)