Wednesday, March 18, 2015

Find routing table of android

  • Open the command prompt(windows) or terminal(mac & linux)
  • Do a cd(change directory) to platform-tools directory which is inside android sdk directory
  • Environment
         Windows
          adb shell cat /proc/net/route
         Mac & Linux
          .\adb shell cat /proc/net/route

No comments:

Post a Comment