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

Commit f2378417 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 20454

* changes:
  Added lightweight exception logging to AsyncQueryHandler.
parents 77095d49 3b7c3c6b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ public abstract class AsyncQueryHandler extends Handler {
                            cursor.getCount();
                        }
                    } catch (Exception e) {
                        Log.d(TAG, e.toString());
                        cursor = null;
                    }