summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorGaurav Mishra <mishragaurav@google.com>2016-10-19 22:53:54 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-19 22:53:54 +0000
commitdc0d35ceb6c68709883bff35df89cc553c10beb6 (patch)
tree762fbb4f35f0424b1f54eb92d22050e28e4c3162 /common
parent7bb03e8f379ae1262bf6395d0b0b8e46160298b7 (diff)
parent2c35f4c24f27f56f7b1edb7bfce0b6998fa8ef4e (diff)
downloadplatform_cts-dc0d35ceb6c68709883bff35df89cc553c10beb6.tar.gz
platform_cts-dc0d35ceb6c68709883bff35df89cc553c10beb6.tar.bz2
platform_cts-dc0d35ceb6c68709883bff35df89cc553c10beb6.zip
Use CollectorUtil functions in ReportLogCollector. am: d82b1f65ec
am: 2c35f4c24f Change-Id: Idbc6863dbca6eeacc6c717cba98df816eb9adcf3
Diffstat (limited to 'common')
-rw-r--r--common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ReportLogCollector.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ReportLogCollector.java b/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ReportLogCollector.java
index 576b15d3ea9..ccb9faf12fa 100644
--- a/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ReportLogCollector.java
+++ b/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ReportLogCollector.java
@@ -50,12 +50,12 @@ public class ReportLogCollector implements ITargetCleaner {
@Override
public void setUp(ITestDevice device, IBuildInfo buildInfo) throws TargetSetupError,
- BuildError, DeviceNotAvailableException {
+ BuildError, DeviceNotAvailableException {
prepareReportLogContainers(device, buildInfo);
}
private void addBuildInfo(ITestDevice device, IBuildInfo buildInfo, String key, String value)
- throws DeviceNotAvailableException {
+ throws DeviceNotAvailableException {
}
private void prepareReportLogContainers(ITestDevice device, IBuildInfo buildInfo) {