[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-25 UTC."],[],[],null,["# DeviceState\n\nThe state displayed with the ADB Device when running \"adb devices\"\n\n| Enums ||\n|----------------------------|-------------------------------------------------|\n| `DEVICE_STATE_UNSPECIFIED` | The device state is unknown. |\n| `DEVICE` | The ADB device is in the \"device\" status. |\n| `RECOVERY` | The ADB device is in the \"recovery\" status. |\n| `RESCUE` | The ADB device is in the \"rescue\" status. |\n| `SIDELOAD` | The ADB device is in the \"sideload\" status. |\n| `MISSING` | The ADB device is in the \"missing\" status. |\n| `OFFLINE` | The ADB device is in the \"offline\" status. |\n| `UNAUTHORIZED` | The ADB device is in the \"unauthorized\" status. |\n| `AUTHORIZING` | The ADB device is in the \"authorizing\" status. |\n| `CONNECTING` | The ADB device is in the \"connecting\" status. |"]]