Location | Tag | Media  ||  A | P
다음과 같이 하면 Eclipse의 Logcat과 CMD 콘솔창에서 동시에 로그가 출력된다
콘솔창에서는 한글이 출력 된다

1. 윈도우 + R / cmd 
2. cmd /u
3. chcp 65001
4. 콘솔창의 속성에서 폰트를 Lucida Console 로 변경해준다.
5. adb logcat

adb명령어를 사용하기 위해 android-sdk의 tools 폴더를 
내컴퓨터 - 시스템 등록정보 - 고급 - 환경변수 - 시스템변수에 Path에 등록해주어야한다 

솔루션1
 - Eclipse external tools 환경으로 해결?
   http://lonelycat.tistory.com/archive/20100818

솔루션2
 - 터미널에서 logcat 사용 <-- 현재로선 이게 편한듯.
   adb logcat -s TAG:D 
   형태로 사용중.

참고:
adb logcat 사용, 필터 적용
http://catnest.tistory.com/15
Posted by Bestend
: