aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BugReport.java
Commit message (Expand)AuthorAge
* Add a "direct" mode to "blaze run" that makes the process being run a directGravatar lberki2018-02-05
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Now really rename all logger instances to "logger".Gravatar lberki2017-09-05
* BugReport: include ERROR on internal error messagesGravatar Klaus Aehlig2017-06-28
* Add some logging when we crash/send bug reports about crashing.Gravatar Janak Ramakrishnan2017-02-02
* Fix a NPE in crash reportingGravatar Liam Miller-Cushon2017-02-02
* Record correct exit code for uncaught exceptions in async threads.Gravatar Chloe Calvarin2016-12-13
* Support per-module shutdown code on crash.Gravatar Julio Merino2016-10-17
* When crashing, exit with the OOM exit code if the root cause of the exception...Gravatar Janak Ramakrishnan2016-07-19
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* fix some references to "Blaze" in BugReport.javaGravatar Thiago Farina2016-03-24
* Description redacted.Gravatar Janak Ramakrishnan2016-03-15
* If BugReport#handleCrash is called twice, don't do anything but log the secon...Gravatar Janak Ramakrishnan2016-03-02
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Make sure runtime shuts down on exception in uncaught exception handlerGravatar Michajlo Matijkiw2015-09-25
* Fix shutdown deadlock when a shutdown hook crashes - halt() instead of exit().Gravatar Eric Fellheimer2015-02-19
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25