squeeze a few more bits of randomness into /dev/random

Change-Id: Ida30c33985411f353c828b43ea26ca1b7e6502af
This commit is contained in:
Nick Kralevich
2010-09-27 14:49:00 -07:00
parent 194bbcce9b
commit b91ec410c8

View File

@@ -139,6 +139,7 @@ public class EntropyService extends Binder {
out.println(SystemProperties.get("ro.bootloader"));
out.println(SystemProperties.get("ro.hardware"));
out.println(SystemProperties.get("ro.revision"));
out.println(new Object().hashCode());
out.println(System.currentTimeMillis());
out.println(System.nanoTime());
} catch (IOException e) {