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

Method w

app/src/main/java/eu/faircode/email/Log.java:161–164  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

159 }
160
161 public static int w(String msg) {
162 org.tinylog.Logger.tag(TAG).warn(msg);
163 return 0;
164 }
165
166 public static int e(String msg) {
167 org.tinylog.Logger.tag(TAG).error(msg);

Callers 15

uploadMethod · 0.95
callMethod · 0.95
getMethod · 0.95
onExecuteMethod · 0.95
initMethod · 0.95
onCreateMethod · 0.95
onDestroyMethod · 0.95
processUriMethod · 0.95
startServiceMethod · 0.95
dispatchKeyEventMethod · 0.95
dispatchTouchEventMethod · 0.95
onTouchEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected