MCPcopy Create free account
hub / github.com/bttv-android/bttv / d

Method d

mod/app/src/test/java/android/util/Log.java:4–7  ·  view source on GitHub ↗
(String tag, String msg)

Source from the content-addressed store, hash-verified

2
3public class Log {
4 public static int d(String tag, String msg) {
5 System.out.println("DEBUG: " + tag + ": " + msg);
6 return 0;
7 }
8
9 public static int i(String tag, String msg) {
10 System.out.println("INFO: " + tag + ": " + msg);

Callers 15

addContributorsMethod · 0.95
onClickMethod · 0.95
setBackgroundColorMethod · 0.95
reconnectWithViewerIDMethod · 0.95
ResponseHandlerMethod · 0.95
appendToBadgesMethod · 0.95
getUrlMethod · 0.95
setFragmentActivityMethod · 0.95
setMenuAdapterBinderMethod · 0.95
setSettingsTrackerMethod · 0.95
acceptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected