logcat과 함께 하는 모바일 웹 디버깅

10
Logcat과 함께하는 신나고 유익한 모바일 JS디버깅 Logcat Android

Upload: jinkwon-lee

Post on 07-Jul-2015

285 views

Category:

Software


2 download

TRANSCRIPT

Page 1: Logcat과 함께 하는 모바일 웹 디버깅

Logcat과함께하는신나고유익한 모바일 JS디버깅

Logcat

Android

Page 2: Logcat과 함께 하는 모바일 웹 디버깅

Holy Shoot

• Firefox OS 앱개발환경의난제들

• Ver 1.1 시뮬레이터에서디버깅툴이제대로돌지않음

• 시뮬레이터에서는모든 API를사용할수없음

• weinre client script 삽입시앱동작멈춤

(왜ㅠㅠ)

Page 3: Logcat과 함께 하는 모바일 웹 디버깅

Why Logcat?

• adb만설치하면기본탑재 (설치간편)

• 콘솔상의모든값들을볼수있음

(실제디바이스에서 Console.log로찍는값들을바로볼수있음)

Page 4: Logcat과 함께 하는 모바일 웹 디버깅

What is logcat?

• 원초적로깅뷰

• 디바이스의모든로그를보여줌.

Page 5: Logcat과 함께 하는 모바일 웹 디버깅

Why don’t you use weinre?

Page 6: Logcat과 함께 하는 모바일 웹 디버깅

ADB LOGCAT is..

Android OK!Firefox OS OK!

Page 7: Logcat과 함께 하는 모바일 웹 디버깅

How to?

• Just install adt

http://developer.android.com/sdk/index.html#download

• That’s all you need!!!

Page 8: Logcat과 함께 하는 모바일 웹 디버깅

Screenshot

Page 9: Logcat과 함께 하는 모바일 웹 디버깅

And more?

• node.js logcat

# npm install –g logcat

# logcat

https://npmjs.org/package/logcat

Page 10: Logcat과 함께 하는 모바일 웹 디버깅

References

http://developer.android.com/tools/debugging/debugging-log.html