# UtilAndroid **Repository Path**: djun100/UtilAndroid ## Basic Information - **Project Name**: UtilAndroid - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-08 - **Last Updated**: 2024-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UtilAndroid **usage:** allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } } implementation 'com.github.djun100:UtilAndroid:-SNAPSHOT' depends on which you should compile : 'com.android.support:support-v4:+' if you use UtilBase64_Codec,please compile below: 'commons-codec:commons-codec:1.8' 增加测试数据生成功能 # 附: ## 1、log工具研究 log显示打印出处只需要这样 Log.w("(" + className + ".java:" + lineNumber + ")", msg); 一次log调用最多显示一次可点击并跳转到源码的链接。 链接可以显示在tag位置。 父类打印log想显示子类的调用,必须通过getClass().getName(),因为当子类未重写父类打日志所在的方法的时候,父类的调用栈信息无子类字样