static void e(String msg) { LogUtil.error(TAG, msg); }
static void w(String msg) { LogUtil.warn(TAG, msg); }