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