commit | 50ea4d0d2c9e2dd32144f818e434bf87d03a982b | [log] [tgz] |
---|---|---|
author | Hirono Shiyama <Hirono.XA.Shiyama@sony.com> | Mon Aug 27 16:41:28 2018 +0900 |
committer | Shunta Sato <shunta.sato@sony.com> | Thu Aug 30 17:24:17 2018 +0900 |
tree | 62118fa4ce8758a4219c890c82516ebd4fd00496 | |
parent | d5eff002eb7358342381321d67e988ed6088eba8 [diff] |
[BatteryStats] Correct formatter for pkginst in battery stats. Symptom: Wrong format is output for pkginst in battery stats. Root cause: Formatter for pkginst in battery stats is required to sIntToString but it was defined sUidToString. Solution: Correct formatter for pkginst in battery stats to sIntToString from sUidToString. Bug: 113559700 Change-Id: I43eb7aba37c8723337dbbaea9f6a6eacfb01d259