Andorid下進行Log 記錄 詳細見http://developer.android.com/reference/android/util/Log.htmlsimple example:private static final String TAG = "MyActivity";Log.v(TAG, "index=" + i);