commit | 981ce4c11108f591f6a6cd9a5e8c790a47bf9a5c | [log] [tgz] |
---|---|---|
author | Jin Qian <jinqian@google.com> | Mon Jul 13 18:16:55 2015 -0700 |
committer | Amit Pundir <amit.pundir@linaro.org> | Mon Oct 24 23:41:21 2016 +0800 |
tree | 014db1cda11d03a2725fe0be3c210ea4803b8825 | |
parent | b83a90d73a0934d924bc24a37e1875029e20af6a [diff] |
uid_cputime: fix cputime overflow Converting cputime_t to usec caused overflow when the value is greater than 1 hour. Use msec and convert to unsigned long long to support bigger range. Bug: 22461683 Change-Id: I853fe3e8e7dbf0d3e2cc5c6f9688a5a6e1f1fb3e Signed-off-by: Jin Qian <jinqian@google.com>