MCPcopy Index your code
hub / github.com/Freelander/Android_Data / e

Method e

fake_land/LogUtils.java:38–42  ·  view source on GitHub ↗
(String tag, String message)

Source from the content-addressed store, hash-verified

36 }
37
38 public static void e(String tag, String message) {
39 if(DEBUG) {
40 Log.e(tag, message);
41 }
42 }
43
44 public static void e(String tag, String message, Exception e) {
45 if(DEBUG) {

Callers 1

logeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected