안드로이드2016. 2. 15. 11:59

Grep Console 설치

File > Settings > Plugins - Browse repositories...

검색 바에 grep console > 선택 후 Install plugin > 인스톨 후 Restart Android Studio 버튼

다시 실행된 후

File > Settings > Other Settings > Grep Console - 원하는 로그 패턴이나 색상 지정

(Expression 정규식으로 잘 써줘야지 색칠해지지 가만히 두면 걸리지 않음

.*E/.*

.*W/.*

.*I/.*

.*D/.*

.*V/.*


참고

http://stackoverflow.com/questions/10005950/difference-between-log-methods

Log.v () VERBOSE

Log.d () DEBUG

Log.i () INFO

Log.w () WARN

Log.e () ERROR

1: Log.v - debugging color black , and any messages will be output, where v represents the verbose verbose mean, usually is Log.v ("", "");

2: Log.d - the output color is blue , the only output debug debugging meaning, but he would output the upper filter up through of DDMS Logcat label to select.

3: Log.i - output color is green , general tips, news information, it does not the output Log.v Log.d information, but will display the information of i, w and e

4: Log.w - mean orange , can be seen as a warning The warning, in general we need to optimize the Android code, and will output it after Log.e.

5: Log.e - is red , you can think of error error here only to show the red error message, these errors we need careful analysis.

)



※ 설정 완료된 개인 설정정보, 설치된 플러그인 백업 ※

C:\Users\Administrator\.AndroidStudio1.3 폴더 백업

(폴더 안에 config(개인 설정정보), system(설치된 플러그인))


복구 방법은 안드로이드 스튜디오 실행 중지하고 .AndroidStudio1.3 폴더 삭제 후 백업한 .AndroidStudio1.3 폴더 붙여넣기


[Android Studio 2.1 Preview 3 새로운 버전 추가]

오른쪽 아래 Configure

Export Settings 선택 시 settings.jar 파일로 설정 정보를 만들 수 있다. (jar 안에 플러그인은 없음)



코어제이 홈페이지 제작 소개


코어제이 캔디 앱 소개


Posted by 코어제이