MCPcopy Create free account
hub / github.com/cinit/TMoe / show

Method show

app/src/main/java/cc/ioctl/tmoe/ui/util/FaultyDialog.java:23–25  ·  view source on GitHub ↗
(@NonNull Context ctx, @NonNull Throwable e)

Source from the content-addressed store, hash-verified

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);

Callers 13

SettingsFragmentClass · 0.45
showErrorDialogMethod · 0.45
initOnceMethod · 0.45
initOnceMethod · 0.45
runMethod · 0.45
onItemClickedMethod · 0.45
initOnceMethod · 0.45
initOnceMethod · 0.45
plusOneMethod · 0.45

Calls 5

eMethod · 0.95
getShortClassNameMethod · 0.95
runOnUiThreadMethod · 0.95
showImplMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected