본문 바로가기

개발자의 백팩

검색하기
개발자의 백팩
프로필사진 gunnoooow

  • 분류 전체보기 (13)
    • C# (4)
    • Android (7)
    • Network (2)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
  • 마쉬멜로우
  • 동작이벤트
  • 패키지명으로
  • 몇초후동작
  • httpstatus
  • 일정시간후
  • not found
  • 안드로이드
  • Runtime
  • ACCESS_FINE_LOCATION
  • 지연시간
  • permission
  • 씨샵
  • 어플이름
  • 로그잘림
  • 짤림
  • 500에러
  • 앱이름가져오기
  • logcat
  • 권한요청
  • 패키지명
  • packagename
  • 앱이름
  • 줄바꿈
  • 다음줄
  • 지연시간처리
  • 404에러
  • 마시멜로
  • count 0
  • Android
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록로그잘림 (1)

개발자의 백팩

[Android]로그가 길어서 짤렸을때!

1 2 3 4 5 6 7 8 public void LogLineBreak(String str) { if (str.length() > 3000) { // 텍스트가 3000자 이상이 넘어가면 줄 Log.i("e", str.substring(0, 3000)); LogLineBreak(str.substring(3000)); } else { Log.i("e", str); } } http://colorscripter.com/info#e" target="_blank" style="color:#4f4f4ftext-decoration:none">Colored by Color Scripter http://colorscripter.com/info#e" target="_blank" style="text-decoration:n..

Android 2019. 9. 19. 17:01
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바