commit | a95abdd8ed69bff64f272f21cfad9c3d4b006c4c | [log] [tgz] |
---|---|---|
author | Brian Muramatsu <btmura@google.com> | Mon Feb 14 17:17:21 2011 -0800 |
committer | Brian Muramatsu <btmura@google.com> | Mon Feb 14 17:17:21 2011 -0800 |
tree | d909e6938a67a6e7ae1813f123d86169619731bd | |
parent | b5d68a3c28d0b7a947373344cbda2a2369d0b67d [diff] |
Fix getprop Format 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