summaryrefslogtreecommitdiffstats
path: root/bootstat/bootstat.cpp
Commit message (Expand)AuthorAgeFilesLines
* init: report shutdown,container for sigterm of initMark Salyzyn2017-09-271-0/+1
* bootstat: Add reboot,userrequestedMark Salyzyn2017-09-211-0/+1
* bootstat: validate last kmsg and bootreason content more carefullyMark Salyzyn2017-09-201-7/+29
* bootstat: clang-format rebaseMark Salyzyn2017-09-201-141/+139
* bootstat: refine kernel panic detailsMark Salyzyn2017-09-191-43/+65
* bootstat: reboot cold, warm and hard tests failedMark Salyzyn2017-09-181-1/+2
* bootstat: Log the ro.boot.bootreason property through the new platform_reason...James Hawkins2017-09-151-0/+3
* adb: reboot: last boot command defaultMark Salyzyn2017-09-121-0/+2
* bootstat: introduce sys.boot.reasonMark Salyzyn2017-09-121-2/+369
* bootstat: Log even more boot reasons.James Hawkins2017-07-251-0/+7
* bootstat.cpp: update help message for --record_boot_completeYongqin Liu2017-07-071-6/+7
* bootstat: Log factory_reset_boot_complete separately from ota_*.James Hawkins2017-05-301-3/+5
* bootstat: Calculate and log the absolute device boot time.James Hawkins2017-05-231-14/+52
* bootstat: Refactor init/utils/boot_clock into base/chrono_utils.James Hawkins2017-03-301-10/+11
* bootstat: Report the total bootloader time.James Hawkins2017-02-161-0/+8
* Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."James Hawkins2017-02-141-9/+7
* bootstat: Refactor init/utils/boot_clock into base/chrono_utils.James Hawkins2017-02-131-7/+9
* Merge "libmetricslogger: Refactor Tron metrics histogram logging out of boots...James Hawkins2017-02-131-8/+8
|\
| * libmetricslogger: Refactor Tron metrics histogram logging out ofJames Hawkins2017-01-311-8/+8
* | Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime."James Hawkins2017-02-081-9/+7
* | bootstat: Remove custom uptime parser in favor of elapsedRealtime.James Hawkins2017-02-071-7/+9
* | bootstat: Log bootloader timing metrics to Tron.James Hawkins2017-02-021-0/+25
|/
* boottime/init: Report ro.boottime.init* properties in milliseconds.James Hawkins2017-01-271-4/+2
* bootstat: Log ro.boottime.init timing properties.James Hawkins2017-01-061-0/+17
* bootstat: drop event_log_list_builderMark Salyzyn2016-10-241-1/+0
* Move off std::sto* function which abort on failure.Elliott Hughes2016-10-131-2/+2
* system/core Replace log/log.h with android/log.hMark Salyzyn2016-09-301-2/+5
* bootstat: Fix a potential unhandled exception for malformed input.James Hawkins2016-07-281-3/+12
* 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
* bootstat: Track record inconsistencies w/ a debug metric, bootstat_mtime_matc...James Hawkins2016-03-221-20/+5
* 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-111-1/+37
* 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
|/
* 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-241-2/+3
* bootstat: Record metrics for factory_reset and time_since_factory_reset.James Hawkins2016-02-161-0/+31
* 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-091-8/+87
* bootstat: Fix the base includes to be AOSP-friendly.James Hawkins2016-01-201-1/+1
* system/core: Add initial implementation of the bootstat command.James Hawkins2016-01-191-0/+144