Google berkomitmen untuk mendorong terwujudnya keadilan ras bagi komunitas Kulit Hitam. Lihat caranya.

IHostCleaner

public interface IHostCleaner

com.android.tradefed.targetprep.IHostCleaner


Cleans up the host after the test run has finished.

Summary

Public methods

abstract void cleanUp(IBuildInfo buildInfo, Throwable e)

Clean the host (remove the tmp files, etc).

Public methods

cleanUp

public abstract void cleanUp (IBuildInfo buildInfo, 
                Throwable e)

Clean the host (remove the tmp files, etc).

Parameters
buildInfo IBuildInfo: IBuildInfo.

e Throwable: the Throwable which ended the test.