am dc99555d: Merge "Pass SearchView suggestion cursor exception to Log."

* commit 'dc99555d61d50820b398096bb774ee56b2500476':
  Pass SearchView suggestion cursor exception to Log.
This commit is contained in:
Romain Guy
2012-07-06 23:52:55 -07:00
committed by Android Git Automerger

View File

@@ -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;
}
}