Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TommyLemon/Android-ZBLibrary
/ w
Method
w
ZBLibrary/src/main/java/zuo/biao/library/util/Log.java:76–80 ·
view source on GitHub ↗
@param TAG @param msg
(String TAG, String msg)
Source
from the content-addressed store, hash-verified
74
* @param msg
75
*/
76
public
static
void
w(String TAG, String msg) {
77
if
(! SettingUtil.isReleased) {
78
android.util.Log.w(TAG, msg);
79
}
80
}
81
82
}
Callers
15
run
Method · 0.95
loadData
Method · 0.95
stopLoadData
Method · 0.95
onLoadMore
Method · 0.95
runUiThread
Method · 0.95
runThread
Method · 0.95
showProgressDialog
Method · 0.95
dismissProgressDialog
Method · 0.95
run
Method · 0.95
showShortToast
Method · 0.95
onDestroy
Method · 0.95
selectFragment
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected