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