MCPcopy Create free account
hub / github.com/M66B/FairEmail / onException

Method onException

app/src/main/java/eu/faircode/email/AdapterLog.java:169–172  ·  view source on GitHub ↗
(Bundle args, Throwable ex)

Source from the content-addressed store, hash-verified

167 }
168
169 @Override
170 protected void onException(Bundle args, Throwable ex) {
171 Log.unexpectedError(parentFragment.getParentFragmentManager(), ex);
172 }
173 }.serial().execute(context, owner, new Bundle(), "logs:filter");
174 }
175

Callers

nothing calls this directly

Calls 1

unexpectedErrorMethod · 0.95

Tested by

no test coverage detected