Skip to content

Commit

Permalink
Removed intent logging from SearchDialog.java
Browse files Browse the repository at this point in the history
This fixes an issue in which URLs, including HTTPS URLs, were
being sent to logcat.

(cherry picked from commit 7242ae2e6b5a144d297dab6f53c576148cc9b855)

Change-Id: I81face7b63fd1f8a32eb4eeeb445f1635c4f5036
  • Loading branch information
gcondra authored and TwistedUmbrella committed Mar 20, 2012
1 parent 5d42fe5 commit 63e2b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/java/android/app/SearchDialog.java
Expand Up @@ -551,7 +551,6 @@ private void launchIntent(Intent intent) {
try {
// If the intent was created from a suggestion, it will always have an explicit
// component here.
Log.i(LOG_TAG, "Starting (as ourselves) " + intent.toUri(0));
getContext().startActivity(intent);
// If the search switches to a different activity,
// SearchDialogWrapper#performActivityResuming
Expand Down

0 comments on commit 63e2b71

Please sign in to comment.