Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aritraroy/UltimateAndroidReference
/ Logger
Method
Logger
others/Logger.java:14–17 ·
view source on GitHub ↗
(String TAG)
Source
from the content-addressed store, hash-verified
12
}
13
14
private
Logger(String TAG) {
15
this.TAG = TAG;
16
this.priority = Log.DEBUG;
17
}
18
19
public
Logger log(String message) {
20
if
(BuildConfig.DEBUG) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected