From 0f8750b3d13ab7efaf220abe976c009be67d3bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei-Yin=20Chen=20=28=E9=99=B3=E5=A8=81=E5=B0=B9=29?= Date: Fri, 8 Dec 2017 21:42:15 +0000 Subject: [PATCH] docs: Debugging Robolectric tests in Android Studio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NOTRY=true # docs update Bug: None Change-Id: I1c3c71e1d1813b71de780e2e50accdedd1acadfe Reviewed-on: https://chromium-review.googlesource.com/804137 Reviewed-by: agrieve Commit-Queue: Wei-Yin Chen (陳威尹) Cr-Commit-Position: refs/heads/master@{#522882} --- docs/android_debugging_instructions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/android_debugging_instructions.md b/docs/android_debugging_instructions.md index 652eb7ba5f134b..3d3f2ffdb0e457 100644 --- a/docs/android_debugging_instructions.md +++ b/docs/android_debugging_instructions.md @@ -103,7 +103,8 @@ out/Default/bin/run_chrome_junit_tests --wait-for-java-debugger # Specify custo ### Android Studio * Open Android Studio ([instructions](android_studio.md)) * Click "Run"->"Attach debugger to Android process" (see -[here](https://developer.android.com/studio/debug/index.html) for more) +[here](https://developer.android.com/studio/debug/index.html) for more). + Click "Run"->"Attach to Local Process..." for Robolectric junit tests. ### Eclipse * In Eclipse, make a debug configuration of type "Remote Java Application".