Loading tests/src/com/android/contacts/RunMethodInstrumentation.java +4 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ import android.app.Activity; import android.app.Instrumentation; import android.content.Context; import android.os.Bundle; import android.os.Debug; import android.support.test.InstrumentationRegistry; import android.util.Log; Loading Loading @@ -62,6 +63,9 @@ public class RunMethodInstrumentation extends Instrumentation { Log.d(TAG, "Running " + className + "." + methodName); Log.d(TAG, "args=" + args); if (arguments.containsKey("debug") && Boolean.parseBoolean(arguments.getString("debug"))) { Debug.waitForDebugger(); } start(); } Loading Loading
tests/src/com/android/contacts/RunMethodInstrumentation.java +4 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ import android.app.Activity; import android.app.Instrumentation; import android.content.Context; import android.os.Bundle; import android.os.Debug; import android.support.test.InstrumentationRegistry; import android.util.Log; Loading Loading @@ -62,6 +63,9 @@ public class RunMethodInstrumentation extends Instrumentation { Log.d(TAG, "Running " + className + "." + methodName); Log.d(TAG, "args=" + args); if (arguments.containsKey("debug") && Boolean.parseBoolean(arguments.getString("debug"))) { Debug.waitForDebugger(); } start(); } Loading