am dc99555d: Merge "Pass SearchView suggestion cursor exception to Log."
* commit 'dc99555d61d50820b398096bb774ee56b2500476': Pass SearchView suggestion cursor exception to Log.
This commit is contained in:
@@ -1595,8 +1595,8 @@ public class SearchView extends LinearLayout implements CollapsibleActionView {
|
||||
} catch (RuntimeException e2 ) {
|
||||
rowNum = -1;
|
||||
}
|
||||
Log.w(LOG_TAG, "Search Suggestions cursor at row " + rowNum +
|
||||
" returned exception" + e.toString());
|
||||
Log.w(LOG_TAG, "Search suggestions cursor at row " + rowNum +
|
||||
" returned exception.", e);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user