It's superseded by the --wait-for-java-debugger wrapper script flag.
The wrapper scripts use "am set-debug-app -w", which cause the
debugger to attach before any application code has been loaded
and is much more useful since it allows breakpoints during
start-up.
TBR=sanfin
Change-Id: Ib4a8f64a33e089c571d0c441415afabe6a8031dc
Reviewed-on: https://chromium-review.googlesource.com/697905
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: Luke Halliwell <halliwell@chromium.org>
Reviewed-by: Richard Coles <torne@chromium.org>
Reviewed-by: Yaron Friedman <yfriedman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506281}
I used this to debug test listing in the instrumentation test runner.
This is nicer that using set-debug-app separately, because it disables
all timeouts (or else the process gets killed as you're debugging).
Change-Id: I7cd58c747534b3b539afcc84fcbae48475c4d9c3
Reviewed-on: https://chromium-review.googlesource.com/693218
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: Yoland Yan <yolandyan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506049}
This allows it to not buffer output lines, which is essential when
piping logcat through it.
BUG=713710
Review-Url: https://codereview.chromium.org/2956153003
Cr-Commit-Position: refs/heads/master@{#484281}
Deprecated in favor of passing such arguments to test_runner.py
directly.
BUG=700366
Review-Url: https://codereview.chromium.org/2855483003
Cr-Commit-Position: refs/heads/master@{#471096}
The docs still need to be updated with more detailed instructions and
tips, but currently the docs don't even mention debugging in Android
Studio.
BUG=620034
Review-Url: https://codereview.chromium.org/2740353003
Cr-Commit-Position: refs/heads/master@{#456185}