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

This commit is contained in:
Christopher Ferris
2014-10-05 19:20:05 +00:00
committed by Android (Google) Code Review

View File

@@ -71,6 +71,9 @@ define art-on
set breakpoint pending auto set breakpoint pending auto
printf "ART debugging mode is enabled.\n" 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 set $art_debug_enabled = 1
else else
printf "ART debugging mode is already enabled.\n" 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. Use the command "art-on" to enable ART debugging mode.
end end
# switch on ART debugging
art-on