MCPcopy Create free account
hub / github.com/aritraroy/UltimateAndroidReference / log

Method log

others/Logger.java:19–24  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

17 }
18
19 public Logger log(String message) {
20 if (BuildConfig.DEBUG) {
21 Log.println(priority, TAG, message);
22 }
23 return this;
24 }
25
26 public void withCause(Exception cause) {
27 if (BuildConfig.DEBUG) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected