Lab
Eclipse :: LogCat 에러 - Could not create the view: For input string: ""
threeword
2011. 4. 1. 17:41
DDMS내 LogCat 창에서,
Could not create the view: For input string: "" 라는 문자열 검색을 못한다는 에러가 뜬다면,
추가한 필터 문자열을 포함한 Class 파일을 지워서 생긴 결과로 의심할 수 있다.

.metadata/.plugins/org.eclipse.core.runtime/.settings/ 폴더로 이동,
추가한 필터 문자열을 포함한 Class 파일을 지워서 생긴 결과로 의심할 수 있다.
해당 Workspace 로 가서,

.metadata/.plugins/org.eclipse.core.runtime/.settings/ 폴더로 이동,
com.android.ide.eclipse.ddms.prefs 파일을 열어,
이 부분의 = 뒤에 깔린 문자열들을 제거 해준다.
com.android.ide.eclipse.ddms.logcat.filters=
파일을 save한뒤 이클립스 재부팅은 센스.