Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MirkoWu/BaseLibrary
/ d
Method
d
baselibrary/src/main/java/com/softgarden/baselibrary/utils/L.java:18–20 ·
view source on GitHub ↗
Logger 工具打印
(String msg)
Source
from the content-addressed store, hash-verified
16
* Logger 工具打印
17
*/
18
public
static
void
d(String msg) {
19
if
(isDebug) Logger.d(msg);
20
}
21
22
public
static
void
i(String msg) {
23
if
(isDebug) Logger.i(msg);
Callers
5
initialize
Method · 0.95
makeRequestBody
Method · 0.95
onConfigurationChanged
Method · 0.95
initialize
Method · 0.95
onMeasure
Method · 0.80
Calls
no outgoing calls
Tested by
2
onConfigurationChanged
Method · 0.76
initialize
Method · 0.76