summaryrefslogtreecommitdiffstats
path: root/bootstat
Commit message (Expand)AuthorAgeFilesLines
* bootstat: Fix a potential unhandled exception for malformed input.James Hawkins2016-07-282-5/+17
* Don't hardcode gtest paths.Dan Albert2016-04-261-6/+4
* bootstat: Calculate and log the time_since_last_boot metric.James Hawkins2016-04-151-0/+12
* bootstat: Differentiate system update boot times.James Hawkins2016-04-081-4/+32
* bootstat: Two changes to aid in debugging TimeSinceFactoryReset.James Hawkins2016-03-291-3/+19
* Add operator int() to unique_fd.Elliott Hughes2016-03-281-2/+2
* Revert "Revert "bootstat: Handle v1 record files which do not contain file co...James Hawkins2016-03-253-3/+56
* Revert "bootstat: Handle v1 record files which do not contain file contents."James Hawkins2016-03-253-56/+3
* bootstat: Handle v1 record files which do not contain file contents.James Hawkins2016-03-253-3/+56
* bootstat: Track record inconsistencies w/ a debug metric, bootstat_mtime_matc...James Hawkins2016-03-225-34/+111
* bootstat: Add a value option to allow recording an associated value for a boo...James Hawkins2016-03-221-5/+30
* bootstat: Disambiguate boot time on encrypted devices.James Hawkins2016-03-117-31/+127
* Merge "bootstat: Add more debug logging metrics to RecordFactoryReset."James Hawkins2016-03-091-0/+11
|\
| * bootstat: Add more debug logging metrics to RecordFactoryReset.James Hawkins2016-03-081-0/+11
* | bootstat: Add more strings to the bootreason mapping.James Hawkins2016-03-081-0/+24
|/
* Merge "bootstat: Gate boot time metrics logging on an encrypted device being ...James Hawkins2016-03-041-2/+5
|\
| * bootstat: Gate boot time metrics logging on an encrypted device being decrypted.James Hawkins2016-03-031-2/+5
* | bootstat: Don't log time_since_factory_reset on device reset.James Hawkins2016-03-031-1/+3
|/
* bootstat: Record the time since factory reset on init.James Hawkins2016-02-243-2/+7
* bootstat: Record metrics for factory_reset and time_since_factory_reset.James Hawkins2016-02-164-14/+88
* bootstat: Add a few more bootreasons and rebase the index against index 1.James Hawkins2016-02-131-17/+23
* bootstat: Add support for logging the boot_reason metric.James Hawkins2016-02-097-15/+128
* Merge "bootstat: Hook up bootstat to record the boot complete signal and log ...James Hawkins2016-01-262-0/+15
|\
| * bootstat: Hook up bootstat to record the boot complete signal and logJames Hawkins2016-01-262-0/+15
* | Removing -std=c++14 from bootstat Android.mkIan Pedowitz2016-01-221-5/+7
* | bootstat: Use Clang and c++14 standardRom Lemarchand2016-01-221-1/+11
* | bootstat: Fix the build on git_mnc-dr1.5-dev-plus-aosp by adding missingJames Hawkins2016-01-222-0/+2
|/
* bootstat: Followup cleanups from the initial bootstat checkin.James Hawkins2016-01-202-3/+4
* bootstat: Fix the base includes to be AOSP-friendly.James Hawkins2016-01-207-9/+9
* system/core: Add initial implementation of the bootstat command.James Hawkins2016-01-1910-0/+974