import android.app.Activity;
import android.os.Bundle;
import android.test.LaunchPerformanceBase;
/**
* Instrumentation class for Camera launch performance testing.
*/
public class CameraLaunchPerformance extends LaunchPerformanceBase {
public static final String LOG_TAG = "CameraLaunchPerformance";
public CameraLaunchPerformance() {
super();
}
@Override
public void onCreate(Bundle arguments) {
super.onCreate(arguments);
mIntent.setClassName(getTargetContext(), "com.android.camera.Camera");
start();
}
/**
* Calls LaunchApp and finish.
*/
@Override
文章來源于領測軟件測試網 http://www.kjueaiud.com/