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

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

am d0cb228b: am 23142acf: Merge "squeeze a few more bits of randomness into...

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

Merge commit 'd0cb228b'

* commit 'd0cb228b':
  squeeze a few more bits of randomness into /dev/random
parents 4d5a8b55 d0cb228b
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) {