RootTargetPreparer
public
final
class
RootTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RootTargetPreparer |
أداة التجهيز المستهدفة التي تنفِّذ "جذر adb" أو "adb unroot" استنادًا إلى الخيار "force-root".
ستتم استعادة الحالة الجذرية الأصلية عند تمزيقه.
ملخّص
شركة إنشاءات عامة | |
---|---|
RootTargetPreparer()
|
الطرق العامة | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
شركة إنشاءات عامة
RootTargetPreparer
public RootTargetPreparer ()
الطرق العامة
إعداد
public void setUp (TestInformation testInfo)
المعلمات | |
---|---|
testInfo |
TestInformation |
الرميات | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
قطع
public void tearDown (TestInformation testInfo, Throwable e)
المعلمات | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
الرميات | |
---|---|
DeviceNotAvailableException |