()
| 25 | /** @hide */ public static final int LOG_ID_SYSTEM = 3; |
| 26 | |
| 27 | private Slog() { |
| 28 | } |
| 29 | |
| 30 | public static int v(String tag, String msg) { |
| 31 | return Log.println(Log.VERBOSE, tag, msg); |
nothing calls this directly
no outgoing calls
no test coverage detected