view · edit · sidebar · attach · print · history

Using adb over WIFI

  • adb -s 4f927508 shell
  • adb tcpip 5555
  • adb connect 192.168.0.154:5555
  • adb -s 192.168.0.154:5555 shell
  • logcat | grep "org.oddb.generika"

Write everything into a Logfile

  • adb logcat -d > logcat.txt
view · edit · sidebar · attach · print · history
Page last modified on April 19, 2018, at 03:18 PM