{"tool":"adb","tool_display":"Adb","intent":"list-devices-with-system-info","intent_display":"list devices with system info","title":"Adb Command: list devices with system info","command_string":"adb devices -l","raw_command_string":"adb devices -l","description":"Exact CLI syntax to list devices with system info using Adb.","usage_scenario":"Invoke 'adb devices -l' during a critical debug session when identifying device-specific configurations like architecture, product type, or transport ID is essential to isolate integration issues or compatibility discrepancies in CI/CD pipelines.","scenario_context":"Use this command to efficiently monitor connected Android devices during development.","simulated_output":"List of devices attached\n\nModel          Serial                Device               State      \n-------------------------------\nPixel 4a      1234567890abcdef     device               device     \nSamsung S21   efghijklmnop12345    device               device     \n\nTotal Devices: 2","how_to_steps":["Run the command: adb devices -l","Verify output includes expected devices with system info and state."],"canonical_url":"https://www.syntaxstandard.com/adb/list-devices-with-system-info"}