(String msg)
| 141 | public static native long[] jni_safe_runtime_stats(); |
| 142 | |
| 143 | public static int d(String msg) { |
| 144 | return d(TAG, msg); |
| 145 | } |
| 146 | |
| 147 | public static int d(String tag, String msg) { |
| 148 | org.tinylog.Logger.tag(tag).debug(msg); |
no outgoing calls