am bb0d2060: Merge "Do not call art-on macro by default." into lmp-dev

* commit 'bb0d2060884d131bdb0321c06ff49b04ba2196b4':
  Do not call art-on macro by default.
This commit is contained in:
Christopher Ferris
2014-10-05 19:27:09 +00:00
committed by Android Git Automerger

View File

@@ -71,6 +71,9 @@ define art-on
set breakpoint pending auto
printf "ART debugging mode is enabled.\n"
printf "If you are debugging a native only process, you need to\n"
printf "re-enable normal SIGSEGV handling using this command:\n"
printf " handle SIGSEGV print stop\n"
set $art_debug_enabled = 1
else
printf "ART debugging mode is already enabled.\n"
@@ -104,7 +107,3 @@ document art-off
Use the command "art-on" to enable ART debugging mode.
end
# switch on ART debugging
art-on