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

Commit 23142acf authored by Nick Kralevich's avatar Nick Kralevich Committed by Android (Google) Code Review
Browse files

Merge "squeeze a few more bits of randomness into /dev/random" into gingerbread

parents 44e8ff99 b91ec410
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) {