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

Commit 13a3a87f authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

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

* commit 'dc99555d':
  Pass SearchView suggestion cursor exception to Log.
parents d5f7d9b5 dc99555d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
        }
    }