반응형
[unity/android] android에서 Debug.Log() 로그 출력하기
#방법은 2가지가 있다.
1.cmd 환경에서 아래 명령어를 입력한다.
adb logcat -s Unity
#다음과 같이 logcat을 볼 수 있다.
2.유니티 툴에서 [windows]->[Package Manager] 에서 [android Logcat] 설치
[Windows]->[Analsis] ->[android Logcat] 창 실행
#모바일에서 환경에서 디버깅이 가능하다.
#unity #유니티 #debug #log #debugging #디버깅 #로그 #안드로이드 #android
출처: https://gofogo.tistory.com/70
반응형