반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 어드벤스
- hybride
- 세부
- psql
- 씨홀스
- Front-end
- 다이빙
- window10
- PostgreSQL
- 여행
- 게임
- JavaScript
- 오픈워터
- guide
- window
- 야생의숨결
- Linux
- 페오엑
- 스쿠버다이빙
- docker
- 엘든링
- 취미
- 공략
- JS
- 젤다의전설
- 뱀파이어서바이벌
- ubuntu
- poe2
- WebView
- 개발툴
Archives
- Today
- Total
목록무선디버깅 (1)
Rianshin
[ADB] 무선 디버깅(wifi)
Android 무선 디버깅을 하기위해 전제조건은 다음과 같다. 1. 같은 네트워크망(wifi) 2. Android 또는 adb 설치 3. 휴대폰 개발자모드 open 연결방법 1. adb tipip 실행 //adb tcpip [사용포트] adb tcpip 7777 2. Android 기기의 ip정보로 연결 //adb connect [ipAddress]:[port] adb connect 192.168.40.171:7777 3. adb logcat 실행 //adb logcat | grep '찾을 문자열' adb logcat
Develop/Front-End
2024. 3. 29. 14:35