Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc99555d authored by Romain Guy's avatar Romain Guy Committed by android code review
Browse files

Merge "Pass SearchView suggestion cursor exception to Log."

parents 612ca9c6 73af4516
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1521,8 +1521,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;
        }
    }