NativeLeakCollector
public
class
NativeLeakCollector
extends BaseTargetPreparer
implements
ITestLoggerReceiver
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.NativeLeakCollector |
執行「dumpsys meminfo --unavailable -a」的 ITargetPreparer
找出
目前每個程序中無法連線的原生記憶體。
注意:這項準備工具需要 N 平台或以上版本。
摘要
公用建構函式 | |
---|---|
NativeLeakCollector()
|
公用方法 | |
---|---|
void
|
setTestLogger(ITestLogger testLogger)
插入 |
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
公用建構函式
NativeLeakCollector
public NativeLeakCollector ()
公用方法
setTestLogger
public void setTestLogger (ITestLogger testLogger)
插入 ITestLogger
例項
參數 | |
---|---|
testLogger |
ITestLogger |
設定
public void setUp (TestInformation testInfo)
參數 | |
---|---|
testInfo |
TestInformation |
擲回 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
TearDown
public void tearDown (TestInformation testInfo, Throwable e)
參數 | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
擲回 | |
---|---|
DeviceNotAvailableException |