Skip to content

Commit

Permalink
docs: Debugging Robolectric tests in Android Studio
Browse files Browse the repository at this point in the history
NOTRY=true  # docs update

Bug: None
Change-Id: I1c3c71e1d1813b71de780e2e50accdedd1acadfe
Reviewed-on: https://chromium-review.googlesource.com/804137
Reviewed-by: agrieve <agrieve@chromium.org>
Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#522882}
  • Loading branch information
wychen authored and Commit Bot committed Dec 8, 2017
1 parent 73e94b9 commit 0f8750b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/android_debugging_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit 0f8750b

Please sign in to comment.