-
DebugLog在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
- 上一篇: DebugView单文件绿色汉化版
- 下一篇: WindFramework v1.0.zip