(int priority, String tag, String msg)
| 67 | return sw.toString(); |
| 68 | } |
| 69 | public static int println(int priority, String tag, String msg) { |
| 70 | return println(LOG_ID_MAIN, priority, tag, msg); |
| 71 | } |
| 72 | public static final int LOG_ID_MAIN = 0; |
| 73 | public static final int LOG_ID_RADIO = 1; |
| 74 | public static final int LOG_ID_EVENTS = 2; |