안드로이드에서 에러위치(클래스명, 라인) 로그로 찍기

Log.e("linsoo" , "class:"+(new Throwable()).getStackTrace()[0].getClassName() +" line" + (new Throwable()).getStackTrace()[0].getLineNumber());

이렇게 하면 저 코드위치가 가면 Logcat에 코드 위치랑 클래스 명(파일명)을 찍어준다.


Comments

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다