aboutsummaryrefslogtreecommitdiff
path: root/vm/SignalCatcher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Work around a dalvik JDWP/GC deadlock.Elliott Hughes2013-04-171-1/+1
| | | | | | | | | | | Also add a few missing TEMP_FAILURE_RETRYs that can cause dalvik to incorrectly decide that the debugger connection has been broken. Bug: 8191824 (cherry picked from commit b680ae3140a789f182c26abf8df9645f7744113a) Change-Id: I92736a1ad2f06caba30506d05bfa59fccbeee834
* Add JNI statistics to the SIGQUIT output.Elliott Hughes2012-12-211-0/+2
| | | | | Bug: 7903975 Change-Id: Ibc011ef73c8632fec42b846fcdee20c970951757
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-5/+5
| | | | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Also fix an occurrence of LOGW missed in an earlier change. Bug: 5449033 Change-Id: I2e3b23839e6dcd09015d6402280e9300c75e3406
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-3/+3
| | | | | | | See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: Ic558031c75b3702d90eb78bd730501ae5d3c077b
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: Ic663376d1ad6a6cb14bf81405ad9afd247cf2f60
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-3/+3
| | | | | | | See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I8bd96961e369a08e86ff78b82d90f20f42787eb1
* Further conservation of newlines.Dan Bornstein2011-05-261-10/+10
| | | | | | Friends don't let friends end LOG() strings with newlines. Change-Id: I5a18c766c90c4ab5f03caa6acd601d34d91beb00
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-5/+5
| | | | Change-Id: Ica749f6defa890363ec531b29e25bc415dc2cbb9
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+324
Change-Id: Id8693208d2741c55a7b0474d1264f2112019d11f