package com.ttj.utils; import android.util.Log; public class LogUtils { public static void log(String msg) { Log.d("vivo", msg); } }