Skip to content

Commit 13a3a87

Browse files
Romain GuyAndroid Git Automerger
authored andcommitted
am dc99555: Merge "Pass SearchView suggestion cursor exception to Log."
* commit 'dc99555d61d50820b398096bb774ee56b2500476': Pass SearchView suggestion cursor exception to Log.
2 parents d5f7d9b + dc99555 commit 13a3a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/android/widget/SearchView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,8 +1595,8 @@ private Intent createIntentFromSuggestion(Cursor c, int actionKey, String action
15951595
} catch (RuntimeException e2 ) {
15961596
rowNum = -1;
15971597
}
1598-
Log.w(LOG_TAG, "Search Suggestions cursor at row " + rowNum +
1599-
" returned exception" + e.toString());
1598+
Log.w(LOG_TAG, "Search suggestions cursor at row " + rowNum +
1599+
" returned exception.", e);
16001600
return null;
16011601
}
16021602
}

0 commit comments

Comments
 (0)