Skip to content

Instantly share code, notes, and snippets.

@programmerShinobi
Last active October 24, 2024 15:31
Show Gist options
  • Save programmerShinobi/c478f0165cb666f83f4ed1cfebe0f229 to your computer and use it in GitHub Desktop.
Save programmerShinobi/c478f0165cb666f83f4ed1cfebe0f229 to your computer and use it in GitHub Desktop.
Logging Flutter Via USB

Logging Flutter via USB

  1. Connect Your Device

    adb devices
  2. Start ADB Server

    adb start-server
  3. Log Flutter Output

    adb logcat | grep flutter
  4. Stop ADB Server

    adb kill-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment