Skip to content
deptno edited this page Jun 9, 2023 · 9 revisions

wifi 디버깅

케이블로 폰 연결

adb tcpip 5555

케이블 제거 설정 -> 연결 -> WIFI -> 더보기 -> IP 확인

adb connect [IP] # 연결
adb devices # 확인
adb shell dumpsys activity activities > activity_dump.txt

-

react-native metro 연결시에 필요, 재부팅마다 해줘야하는듯

adb [-s DEVICE_ID] reverse tcp:8081 tcp:8081

error

adb: error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.

link

Clone this wiki locally