NativeLeakCollector
public
class
NativeLeakCollector
extends BaseTargetPreparer
implements
ITestLoggerReceiver
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.NativeLeakCollector |
「dumpsys meminfo --unreachable -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 |
破棄
public void tearDown (TestInformation testInfo, Throwable e)
パラメータ | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
例外 | |
---|---|
DeviceNotAvailableException |