summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/Watchdog.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Watchdog HeartbeatHandler to run on correct threadJohn Michelau2013-04-221-1/+8
* trigger kernel blocked stack trace on system server watchdogColin Cross2012-11-291-0/+12
* Fix issue #7267494, issue #7212347Dianne Hackborn2012-10-031-1/+1
* Fix some synchronization issues in BatteryService.Jeff Brown2012-10-021-1/+2
* Remove unused Secure settings.Jeff Sharkey2012-09-261-22/+7
* am 11626a91: am 9eb3bd88: am 42a58ecd: Merge "Revert "Watchdog: Improvement o...Jean-Baptiste Queru2012-09-051-55/+5
|\
| * Revert "Watchdog: Improvement of debuggability"Jean-Baptiste Queru2012-09-041-55/+5
* | am 6ab3ea5f: am 147ef944: am 60d1e1a0: Merge "Watchdog: Improvement of debugg...Jean-Baptiste Queru2012-08-301-5/+55
|\ \ | |/
| * Watchdog: Improvement of debuggabilityrikard dahlman2012-08-301-5/+55
* | Power manager rewrite.Jeff Brown2012-08-151-1/+1
* | Move power manager to a new package.Jeff Brown2012-06-181-0/+1
|/
* Include important native processes in watchdog stacks.Dianne Hackborn2012-06-081-2/+9
* Differentiate between system_server and unknown.Jeff Sharkey2011-10-281-1/+2
* put the watchdog values back to what they should beMathias Agopian2011-08-251-1/+1
* make sure to re-initialize SurfaceTexture to its default state on disconnectMathias Agopian2011-08-251-1/+1
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-2/+1
* Watchdog can get deadlocked on activity managerBrad Fitzpatrick2011-01-141-3/+16
* Improve debug output when an ANR happens.Dianne Hackborn2010-08-311-10/+6
* Remove memory monitoring from the system watchdogChristopher Tate2010-06-301-412/+1
* Watchdog now records kernel stacks when it firesChristopher Tate2010-06-041-0/+22
* Also dump system process threads halfway through the watchdog intervalChristopher Tate2010-05-281-3/+20
* Dump the phone process stack (as well as the system process) on watchdog reset.Dan Egnor2010-03-111-0/+6
* Add new shutdown observer for MountService.Suchi Amalapurapu2010-03-091-5/+3
* Improve watchdog diagnostics.Dan Egnor2010-03-041-18/+17
* Switch the services library to using the new SlogJoe Onorato2010-03-011-22/+22
* move Watchdog's settings from Gservices to SecureDoug Zongker2010-01-061-33/+33
* move event log tags used by system server into this packageDoug Zongker2009-12-041-21/+11
* Expand support for different screen sizes.Dianne Hackborn2009-06-261-0/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+855
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-855/+0
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-96/+101
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+9
* Initial ContributionThe Android Open Source Project2008-10-211-0/+842