Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0cb228b authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 23142acf: Merge "squeeze a few more bits of randomness into /dev/random" into gingerbread

Merge commit '23142acf' into gingerbread-plus-aosp

* commit '23142acf':
  squeeze a few more bits of randomness into /dev/random
parents 55ee8f93 23142acf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {