重写Android Log的输出,只在debug的时候输出,release 的版本不输出

package com.example.kodulf.utilsdemo.utils; import com.example.kodulf.utilsdemo.BuildConfig; /** * Created by Kodulf on 2017/5/13. */ public class Log { public static void v(String tag,Strin
相关文章
相关标签/搜索