index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
signal_catcher.cc
Age
Commit message (
Expand
)
Author
2025-01-21
Add support for collecting long running methods
Mythri Alle
2024-06-05
Integrate Debug Store in Process's SIGQUIT Dump and Add Corresponding Palette...
Mohamad Mahmoud
2024-01-31
Add visibility attributes in runtime/s*
Dmitrii Ishcheikin
2023-11-14
Print the signal catcher tid when we fail to kill it.
Nicolas Geoffray
2023-11-08
Report latency from receiving SIGQUIT to start of backtrace.
David Srbecky
2021-11-25
Always access Thread state and flags as 32-bit location.
Vladimir Marko
2021-02-06
libartpalette: Use fixed width typedef rather than enum for status
Orion Hodson
2019-05-16
ART: Remove file_utils' ReadFileToString
Andreas Gampe
2019-05-09
Move stack logging entirely into palette library
Orion Hodson
2019-05-02
Only write stacks traces to tombstoned
Joe Onorato
2019-04-16
Clean up error messages in the previous CL.
Martin Stjernholm
2019-04-15
Plumb tombstoned connections through PALette.
Martin Stjernholm
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-05-04
ART: Remove tombstoned parameters
Andreas Gampe
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2018-02-27
Small documentation and stylistic changes.
Roland Levillain
2017-12-07
ART: Factor out gAborting
Andreas Gampe
2017-11-01
Separate file utilities from utils.cc
David Sehr
2017-10-16
signal_catcher: print errno when tombstoned_notify_completion fails.
Josh Gao
2017-10-03
signal_catcher: reformat includes.
Josh Gao
2017-07-11
signal_catcher: Only notify tombstoned when we're using it.
Narayan Kamath
2017-05-31
signal_catcher: track tombstoned API changes.
Narayan Kamath
2017-05-24
ART: Use file descriptors handed out by tombstoned for traces.
Narayan Kamath
2017-04-27
SignalCatcher: Minor tweaks to log message.
Narayan Kamath
2017-04-25
ART: Support per PID stack trace files.
Narayan Kamath
2017-04-06
Force save profiles for SIGUSR1
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-09-26
ART: Use libbase logging
Andreas Gampe
2015-07-24
ART: Change the stack dump format to be in line with debuggerd
Andreas Gampe
2015-05-26
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-02-24
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
Revert "Add JIT"
Nicolas Geoffray
2015-02-23
Add JIT
Mathieu Chartier
2014-11-18
ART: Track Flush & Close in FdFile
Andreas Gampe
2014-11-13
Instruction set features for ARM64, MIPS and X86.
Ian Rogers
2014-10-22
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
Tidy up logging.
Ian Rogers
2014-09-12
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-11
Print the command line and ABI in stack dumps like debuggerd.
Jeff Brown
2014-05-19
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-01-15
Run checkpoints after resuming threads in signal catcher SIGQUIT.
Mathieu Chartier
2013-10-02
Inflate contended lock word by suspending owner.
Ian Rogers
2013-07-26
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom