commit | ccd21274676b1af8ab5f6a48680779feb92aeb24 | [log] [tgz] |
---|---|---|
author | Mengjun Leng <mengju@codeaurora.org> | Wed Aug 31 11:32:12 2016 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Aug 30 20:38:01 2016 -0700 |
tree | 747c6816bad0b3346489743590c71cb102785d9c | |
parent | 854224e9d1aaee8bb9a8c065c860012e997d7be0 [diff] |
Fix incorrect call duration after system time changes Currently, using system time to calculate elapsed time for call duration. If we change system time, it will lead to calculate duration incorrectly. To fix it, using elapsed real time to calculate the duration instead of the current system time. Change-Id: Ie3725b87bf9aad747f81c1703343b60f5af8dcb8 CRs-Fixed: 767005