AdbStopServerPreparer

public class AdbStopServerPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.adb.AdbStopServerPreparer


指定準備工具,在執行 ADB 測試前後停止主機上的 ADB 伺服器。

使用這項準備工具時,請謹慎使用在主機上停止及重新啟動 ADB。它應該 通常與 SemaphoreTokenTargetPreparer 密切配合,以免其他測試在

摘要

欄位

public static final String ADB_BINARY_KEY

公用建構函式

AdbStopServerPreparer()

公用方法

void setUp(TestInformation testInfo)

void tearDown(TestInformation testInfo, Throwable e)

保護方法

File findAdbLog()

欄位

ADB_BINARY_KEY

public static final String ADB_BINARY_KEY

公用建構函式

AdbStopServerPreparer

public AdbStopServerPreparer ()

公用方法

設定

public void setUp (TestInformation testInfo)

參數
testInfo TestInformation

擲回
BuildError
DeviceNotAvailableException
TargetSetupError

TearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

參數
testInfo TestInformation

e Throwable

擲回
DeviceNotAvailableException

保護方法

尋找 AdbLog

protected File findAdbLog ()

傳回
File