티스토리 뷰
Ouput log/message in android
You could use Log class for debugging in android.
1. Define a variable for TAG
static final String TAG = "TestActivity";
2. Call one of below methods
Log.d: Debugging
Log.e: Error
Log.i: Information
Log.v: Vorbose
Log.w: Wrarning
3. input codes to ouput
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Log.i(TAG, "onCreate()"); }
4. Check messages in Logcat
'Programming Tip' 카테고리의 다른 글
[Unity] Debugging in Unity (0) | 2016.07.07 |
---|---|
[Unity]`Property rigidbody has been deprecated' when upgrading unity to upper a version (0) | 2016.07.06 |
[Unity]How to Initialize Publiic variables (0) | 2016.07.05 |
[Unity] importing .fbx file and getting 3D characters (0) | 2016.07.04 |
[Unity]There is no 'AudioSource' attached to the "test" game object (0) | 2016.07.03 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- without a pattern
- how to sew ciffon skirts
- jeans to a bag
- jean to skirt
- sewing skirts
- Reconstruct jeans
- sewing tutorial
- reuse jeans
- chiffon skirts
- easy sewing
- home sewing
- sewing a dress
- recycle jeans
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함