commit | 71ae8b312384fc9bd7751c05380d977079369a91 | [log] [tgz] |
---|---|---|
author | Jin Qian <jinqian@google.com> | Mon Jul 13 18:16:55 2015 -0700 |
committer | Amit Pundir <amit.pundir@linaro.org> | Mon Aug 08 12:02:17 2016 +0530 |
tree | 7305dcea075efd1021551d1155b65bd46788c1cf | |
parent | f375d82f197a835f5d261f1ed58510715b3c2345 [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>