public void onStart() {
super.onStart();
LaunchApp();
finish(Activity.RESULT_OK, mResults);
}
}
package com.android.camera;
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);
文章來源于領測軟件測試網 http://www.kjueaiud.com/