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

Commit 69b9e00b authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

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

* commit '13a3a87f':
  Pass SearchView suggestion cursor exception to Log.
parents c09008f0 13a3a87f
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;
        }
    }