MCPcopy
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

runMethod · 0.95
loadDataMethod · 0.95
stopLoadDataMethod · 0.95
onLoadMoreMethod · 0.95
runUiThreadMethod · 0.95
runThreadMethod · 0.95
showProgressDialogMethod · 0.95
dismissProgressDialogMethod · 0.95
runMethod · 0.95
showShortToastMethod · 0.95
onDestroyMethod · 0.95
selectFragmentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected