commit | 9ab0254bf30a78432a24fb53f70b5c47d0a31b93 | [log] [tgz] |
---|---|---|
author | yuanhuihui <yuanhuihui@xiaomi.com> | Tue Sep 20 11:00:29 2016 +0800 |
committer | Jackeagle <jackeagle102@gmail.com> | Sun Nov 27 00:06:09 2016 +0530 |
tree | 012ca20f339fa2da6b1704e4ba856ecfef29e338 | |
parent | d677dbab3ac260065e6fa9e40bc9a7a507aad719 [diff] |
fix wrong algorithm in getMobilePowerPerPacket() (1) MOBILE_POWER: energy consumption(mAh) per second; (2) mobilePps: packet per second (where 1 packet = 2 KB) so MOBILE_POWER / mobilePps : mAh per Packet. if divided by (60*60) again , that make getMobilePowerPerPacket narrow 3600 times. Change-Id: I6cac82ce2d6af4e7b71f9e5e44b8efa6b870498d Signed-off-by: yuanhuihui <yuanhuihui@xiaomi.com>