(@NonNull Context ctx, @NonNull Throwable e)
| 21 | } |
| 22 | |
| 23 | public static void show(@NonNull Context ctx, @NonNull Throwable e) { |
| 24 | show(ctx, null, e, true); |
| 25 | } |
| 26 | |
| 27 | public static void show(@NonNull Context ctx, @Nullable String title, @NonNull Throwable e) { |
| 28 | show(ctx, title, e, true); |
no test coverage detected