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: theThrowablewhich ended the test. | 
