index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
runtime_linux.cc
Age
Commit message (
Expand
)
Author
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2017-07-05
ART: Let ASAN handle stack traces on host
Andreas Gampe
2017-06-01
ART: Refactor HandleUnexpectedSignalCommon
Andreas Gampe
2017-01-30
Optionally dump ART crash information to logcat when running on Android.
Roland Levillain
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2016-10-12
Move Heap parameters to ObjPtr
Mathieu Chartier
2016-10-11
ART: Use cerr for host unexpected errors
Andreas Gampe
2016-09-26
ART: Use libbase logging
Andreas Gampe
2016-08-04
ART: Factor out native stack dumping
Andreas Gampe
2016-03-08
ART: Enable native stack dumping on timeout
Andreas Gampe
2016-02-04
Newer kernels added SEGV_BNDERR.
Christopher Ferris
2015-10-23
ART: Speed up thread stack tracing for ANRs
Christopher Ferris
2015-10-20
Remove ArtCode.
Nicolas Geoffray
2015-10-13
Add an abstraction over a compiled code.
Nicolas Geoffray
2015-05-22
Log the process memory maps on host SIGSEGV.
Hiroshi Yamauchi
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-01-14
ART: Mac build fix for unused constant
Andreas Gampe
2015-01-14
ART: Host timeout Mac build fix.
Andreas Gampe
2015-01-14
ART: Dump all threads on test timeout
Andreas Gampe
2015-01-08
ART: Pass ucontext to Backtrace in Stack Dump
Andreas Gampe
2014-12-09
Revert "Tidy gAborting."
Nicolas Geoffray
2014-12-04
Tidy gAborting.
Ian Rogers
2014-10-22
Tidy up logging.
Ian Rogers
2014-06-10
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-04-18
Modify unwind to comply with stack parser tools.
Christopher Ferris
2014-03-03
Fix SafePrettyTypeOf to never call VerifyObject.
Mathieu Chartier
2014-02-28
Fix clang to compile and run host tests.
Ian Rogers
2014-02-28
Add custom SIGSEGV handler to help find heap corruption.
Mathieu Chartier
2014-02-11
art: 64-bit support in UContext::Dump
Dmitry Petrochenko
2014-02-06
Object model changes to support 64bit.
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