summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/RandomBlock.java
Commit message (Collapse)AuthorAgeFilesLines
* Switch the services library to using the new SlogJoe Onorato2010-03-011-4/+4
|
* Work on issue #2163789: Way too much loggingDianne Hackborn2009-10-041-2/+3
| | | | | | Dr.No from mcleron. Change-Id: Iaca2268684f83fe8757e64db0b0e047a19755311
* Update RandomBlock to use RandomAccessFile. This helpsNick Kralevich2009-06-181-7/+17
| | | | | | prevent certain unusual conditions from corrupting the entropy file. (for example, if Android should happen to crash while a write is in progress)
* load entropy data at boot. Periodically write entropy data to disk.Nick Kralevich2009-06-181-0/+90