adb connect 192.168.1.5:36945
before running this command you need to enable wireless debuggin in the phone and tap on the wireless debugging option to know the port it is connected for pairing with the pc.
adb logcat > logcat_output.txt
adb logcat | findstr com.example.myapp
adb logcat | findstr com.example.matka_fun > logcat_output.txt
Leave a Reply