summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/BootReceiver.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-12-12Add previous console on pstore to DropBoxTodd Poynor
2013-09-20Upload fsck logs to the dropbox when error foundKen Sumrall
2013-02-13Add logging for kernel audit failures, including SELinux.Geremy Condra
2012-11-28Cleaner initial boot.Dianne Hackborn
2012-10-22Add ro.revision property to checkin headersColin Cross
2012-03-20Remove unused android.net.Downloads.Jeff Sharkey
2012-02-27Increase max size of log size by 50% on userdebug builds.Dave Burke
2011-07-14Move LoadAverageService to the SystemUI apk.Dianne Hackborn
2010-08-30Renaming SharedPreferences$Editor.startCommit to applyBrad Fitzpatrick
2010-08-27SharedPreferences$Editor.startCommit()Brad Fitzpatrick
2010-04-05remove OTA packages from the old (pre-froyo) updaterDoug Zongker
2010-03-11Move boot log file writing into a background thread to avoid ANR.Dan Egnor
2010-03-01Switch the services library to using the new SlogJoe Onorato
2010-02-11Truncate SYSTEM_TOMBSTONE events at the end (take the head),Dan Egnor
2010-01-27Report tombstone (native crash) data to the dropbox.Dan Egnor
2010-01-26Include more verbose device information with kernel dumpsDan Egnor
2010-01-11Simplify & update ANR logging; report ANR data into the dropbox.Dan Egnor
2010-01-05add recovery system interface to APIDoug Zongker
2009-11-25Change the DropBoxManager API slightly (this is public, but not yet released) --Dan Egnor
2009-11-25close file descriptors passed to drop boxDoug Zongker
2009-11-23Copy SYSTEM_LAST_KMSG from /proc/last_kmsg instead of /data/dontpanic/last_kmsg.Dan Egnor
2009-11-17Add boot events (SYSTEM_LAST_KMSG and friends) to the dropbox.Dan Egnor
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project