You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on Android (and other platforms as well, TBC) the following message is shown at start up:
I/System.out: Not enough entropy available.
Trying to gather entropy (randomness) by reading the disk...
You should consider installing a better random number generator e.g. haveged.
Currently on Android (and other platforms as well, TBC) the following message is shown at start up:
Describe the solution you'd like
A Secure RNG should be used to generate entropy. On Android: https://developer.android.com/reference/java/security/SecureRandom
Additional context
By gathering entropy from the disk the startup can take various minutes depending on the Device.
The text was updated successfully, but these errors were encountered: