透過集合功能整理內容
你可以依據偏好儲存及分類內容。
指令公用程式
public
final
class
CommandUtil
extends Object
java.lang.Object
|
↳ |
com.android.sts.common.CommandUtilor
|
提供一系列公用程式,方便透過 ADB 在裝置上執行指令
摘要
公用方法 |
static
CommandResult
|
runAndCheck(ITestDevice device, String cmd, int retries)
在裝置上執行殼層指令,如果指令未傳回 0,就會擲回 AssumptionError。
|
static
CommandResult
|
runAndCheck(ITestDevice device, String cmd)
在裝置上執行殼層指令,如果指令未傳回 0,就會擲回 AssumptionError。
|
公用方法
執行 AndCheck
public static CommandResult runAndCheck (ITestDevice device,
String cmd,
int retries)
在裝置上執行殼層指令,如果指令未傳回 0,就會擲回 AssumptionError。
參數 |
device |
ITestDevice :要使用的裝置 |
cmd |
String :要執行的指令 |
retries |
int :要嘗試的重試次數 |
傳回 |
CommandResult |
device.executeShellV2Command 結果
|
擲回 |
DeviceNotAvailableException |
|
執行 AndCheck
public static CommandResult runAndCheck (ITestDevice device,
String cmd)
在裝置上執行殼層指令,如果指令未傳回 0,就會擲回 AssumptionError。
參數 |
device |
ITestDevice :要使用的裝置 |
cmd |
String :要執行的指令 |
傳回 |
CommandResult |
device.executeShellV2Command 結果
|
擲回 |
DeviceNotAvailableException |
|
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2024-08-23 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-23 (世界標準時間)。"],[],[]]