(Context context, @NonNull Uri uri, @Nullable Throwable ex)
| 1885 | } |
| 1886 | |
| 1887 | static void reportNoViewer(Context context, @NonNull Uri uri, @Nullable Throwable ex) { |
| 1888 | reportNoViewer(context, new Intent().setData(uri), ex); |
| 1889 | } |
| 1890 | |
| 1891 | static void reportNoViewer(Context context, @NonNull Intent intent, @Nullable Throwable ex) { |
| 1892 | if (context == null) |
no test coverage detected