DO NOT MERGE EDI: Add collector param to DeviceInfoInstrumentation

Using this param will allow developers to specify one or more device
info collector to run in DeviceInfoInstrument.

To use, add "-e collector" follow by the full class name. Comma separate
each full class name to run more than one collector.

Example:
adb shell am instrument -w -e collector \
com.android.compatibility.common.deviceinfo.GenericDeviceInfo \
com.android.compatibility.common.deviceinfo/.DeviceInfoInstrument

bug:22305795
Change-Id: I8328bfff21f5037cff83cdefe72d92ad89527b11
1 file changed