인클루드:
import android.util.Log;
사용:
private static final String TAG = "[[BMA150]]"; // 테그는 클래스에 선언 Log.d(TAG, "test");
* 안드로이드 네이티브 C에서 로그 찍기
인클루드:
사용:
#include
#define LOG_TAG "Sensors-BMA150" LOGD("%s", __FUNCTION__);
import android.util.Log;
private static final String TAG = "[[BMA150]]"; // 테그는 클래스에 선언 Log.d(TAG, "test");
사용:
#include
#define LOG_TAG "Sensors-BMA150" LOGD("%s", __FUNCTION__);
댓글 없음:
댓글 쓰기