summaryrefslogtreecommitdiffstats
path: root/toolbox/getprop.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge "toolbox: turn on -Werror"Mark Salyzyn2014-05-211-2/+0
|\
| * toolbox: turn on -WerrorMark Salyzyn2014-05-141-2/+0
| | | | | | | | | | | | | | | | | | - Deal with some signedness issues - Deal with some size issues - Deal with NULL pointer issues - Deal with some -Wunused issues Change-Id: I1479dd90d690084491bae3475f2c547833519a57
* | Clean up some unnecessary system_properties cruft.Elliott Hughes2014-05-141-3/+0
|/ | | | | Bug: 14970171 Change-Id: I6f54c35e265b849be914120f795c9f8e0cec34bb
* Fix getprop FormatBrian Muramatsu2011-02-141-1/+1
| | | | | | | | | | | | getprop used to output a colon after the property name like: [property.name]: [property.value] Add back the colon that was missing, because com.android.ddmlib.GetPropReceiver's regex expects it. Without the colon, the GetPropReceiver doesn't parse the device's properties causing CTS to not recognize the device. Change-Id: I9bef5ab2b310c831c49c8c51cae7f129167c2dc5
* toolbox: make getprop print a sorted list of propertiesDavid 'Digit' Turner2011-01-081-4/+25
| | | | | | | This patch also factors out the dynarray_t/strlist_t code from ls.c and moves it to dynarray.[hc]. Change-Id: Ifae2b364d7c2733aad5551ad3c78ae72f8ac31f4
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+34
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-34/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+34