Dianne Hackborn 1fadab5c36 More battery stats improvements.
We now write to the parcel using deltas.  For common situations,
it only takes 4 bytes to write a delta (new command, time delta,
significant state changes, flags indicating additional state that
follows).

Increasing the buffer size to 128K, this give us 32,768 samples
if they all fit in the smallest delta.  A device that is doing
something every minute (like acquiring a wake lock or doing a
wifi scan) for our max target battery life of 30 days would
generate 43,200 samples.

Also some turning to the maximum time between samples at which
we decide to completely collapse two samples.

Change-Id: I074a698d27ccf9389f9585abfc983af2f5ba7a54
2011-04-14 18:02:16 -07:00
2011-04-12 18:28:06 -07:00
2011-04-14 18:02:16 -07:00
2011-04-14 10:57:22 -07:00
2011-04-01 14:41:18 -05:00
2011-04-12 18:28:06 -07:00
2011-04-14 10:57:22 -07:00
2011-04-12 18:28:06 -07:00
2011-01-20 12:51:43 +08:00
2011-03-02 13:29:20 -08:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%