Logs a debug message to the console or logcat
(String tag, String message)
| 140 | |
| 141 | /** Logs a debug message to the console or logcat */ |
| 142 | public void debug (String tag, String message); |
| 143 | |
| 144 | /** Logs a debug message to the console or logcat */ |
| 145 | public void debug (String tag, String message, Throwable exception); |
no outgoing calls