android_system_core/debuggerd
Brigid Smith 62ba489ba0 Changing how debuggerd filters log messages to different locations.
The system by which debuggerd filters its output to different locations
is now based on an enum called logtype with easy to understand
categories for log messages (like THREAD, MEMORY, etc.) instead of the
old, fairly esoteric scope_flags variable.  Now much of the output that
previously went to logcat does not show up on the screen, but all output
can be found in the tombstone file.  In addition, the tombstone's
location is now printed so it can be located easily.

Bug: 15341747
Change-Id: Ia2f2051d1dfdea934d0e6ed220f24345e35ba6a2
2014-06-16 14:41:21 -07:00
..
arm Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
arm64 Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
mips Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
x86 Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
x86_64 Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
Android.mk Merge "[MIPS64] Build debuggerd for mips64" 2014-06-03 23:26:33 +00:00
backtrace.cpp Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
backtrace.h Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
crasher.c Add SIGTRAP support to crasher and debuggerd. 2014-05-16 17:27:59 -07:00
debuggerd.cpp Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
getevent.cpp Next phase of the move, reformat use C++ features. 2014-01-13 14:21:52 -08:00
getevent.h Use libcorkscrew in debuggerd. 2011-10-22 16:43:00 -07:00
machine.h Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
tombstone.cpp Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
tombstone.h Use the si_code value bionic passes us. 2014-04-25 20:20:39 -07:00
utility.cpp Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
utility.h Changing how debuggerd filters log messages to different locations. 2014-06-16 14:41:21 -07:00
vfp-crasher.c Dump VFP registers and status word when native app crashes. 2009-12-17 12:53:06 -08:00