Android代码-DebugLog

时间:2022-08-27 05:33:10
【文件属性】:

文件名称:Android代码-DebugLog

文件大小:1.21MB

文件格式:ZIP

更新时间:2022-08-27 05:33:10

Android代码

DebugLog Create a simple and more understandable Android logs. Why? android.util.Log is the most usable library of the Android. But, when the app released on the market, some important information is clearly forgotten by the developer. All logs are disabled by DebugLog when the app is released. And plus, it provides more understandable DDMS logs for developers. Usage Traditional android.util.Log usage: public static final String TAG = "MyApp or MyClass name"; void myFunc(){ android.util


【文件预览】:
DebugLog-master
----.gitignore(363B)
----README.md(2KB)
----LibDebugLog()
--------.project(814B)
--------AndroidManifest.xml(474B)
--------proguard-project.txt(781B)
--------libs()
--------src()
--------project.properties(584B)
--------res()
----buildvariants.png(10KB)
----LICENSE(1KB)
----DebugLog-Demo()
--------.project(816B)
--------ic_launcher-web.png(50KB)
--------AndroidManifest.xml(913B)
--------proguard-project.txt(781B)
--------libs()
--------src()
--------project.properties(606B)
--------res()
--------assets()

网友评论