OSDN Git Service

Use monotonic clock for cryptfs progress
authorPaul Lawrence <paullawrence@google.com>
Tue, 30 Sep 2014 16:12:51 +0000 (09:12 -0700)
committerPaul Lawrence <paullawrence@google.com>
Tue, 30 Sep 2014 16:12:51 +0000 (09:12 -0700)
commit9c58a871f9fb356409d3b90734bf706d1463f041
treeec616df5f49160e7e8140428dad862ac435309a4
parent3574b085f46a5b22ee660a9fd3ef727a20c106ee
Use monotonic clock for cryptfs progress

Otherwise we get strange results when the time changes. Worst
effect is that the encryption takes a lot longer since we are
calling the logging code far more frequently.

Bug: 17625981
Change-Id: Ice29f28b3720e9e4a1ea28e45eeab574d1959ec1
cryptfs.c