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

Commit b91ec410 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

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

Change-Id: Ida30c33985411f353c828b43ea26ca1b7e6502af
parent 194bbcce
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line 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.bootloader"));
            out.println(SystemProperties.get("ro.hardware"));
            out.println(SystemProperties.get("ro.hardware"));
            out.println(SystemProperties.get("ro.revision"));
            out.println(SystemProperties.get("ro.revision"));
            out.println(new Object().hashCode());
            out.println(System.currentTimeMillis());
            out.println(System.currentTimeMillis());
            out.println(System.nanoTime());
            out.println(System.nanoTime());
        } catch (IOException e) {
        } catch (IOException e) {