1. 304275f bootstat: bootloader stat files misspelled by Mark Salyzyn · 8 years ago
  2. c512738 bootstat: switch from root.root to system.log by Mark Salyzyn · 8 years ago
  3. 9a9e165 bootstat: Log the ro.boot.bootreason property through the new by James Hawkins · 8 years ago
  4. c50ad48 bootstat: Log even more boot reasons. by James Hawkins · 8 years ago
  5. f04b1fc bootstat.cpp: update help message for --record_boot_complete by Yongqin Liu · 8 years ago
  6. 00040e8 bootstat: Log factory_reset_boot_complete separately from ota_*. by James Hawkins · 8 years ago
  7. 5bd9186 bootstat: Set up clang-format-2 for bootstat. by James Hawkins · 8 years ago
  8. 709db20 bootstat: Calculate and log the absolute device boot time. by James Hawkins · 8 years ago
  9. 015df43 Add test config to bootstat_tests by Dan Shi · 8 years ago
  10. 550844a bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  11. b1cf700 bootstat: Report the total bootloader time. by James Hawkins · 8 years ago
  12. 6717c45 Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 8 years ago
  13. 09de906 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  14. 743c620 Merge "libmetricslogger: Refactor Tron metrics histogram logging out of bootstat." by James Hawkins · 8 years ago
  15. c7ea78c bootstat.rc: record post_decrypt_time_elapsed only for FDE device by Wei Wang · 8 years ago
  16. 59be646 Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime." by James Hawkins · 8 years ago
  17. 978d606 bootstat: Remove custom uptime parser in favor of elapsedRealtime. by James Hawkins · 8 years ago
  18. cd161fa bootstat: Log bootloader timing metrics to Tron. by James Hawkins · 8 years ago
  19. 254344e bootstat: Update the wording of 'soft reboot' to 'runtime restart'. by James Hawkins · 8 years ago
  20. 818a88b libmetricslogger: Refactor Tron metrics histogram logging out of bootstat. by James Hawkins · 8 years ago
  21. 046782f boottime/init: Report ro.boottime.init* properties in milliseconds. by James Hawkins · 8 years ago
  22. 923068e bootstat: Remove debug logging of bootstat_mtime_matches_content. by James Hawkins · 8 years ago
  23. c199fc5 bootstat: Fix false metrics due to soft reboots. by James Hawkins · 8 years ago
  24. 5c05385 bootstat: Log ro.boottime.init timing properties. by James Hawkins · 8 years ago
  25. 836eb22 bootstat: Fix the boot complete signal for FBE devices. by James Hawkins · 8 years ago
  26. d6c7748 liblog: move android_log_event_context class to log/log_event_list.h by Mark Salyzyn · 8 years ago
  27. 2130e93 bootstat: drop event_log_list_builder by Mark Salyzyn · 8 years ago
  28. 94abded system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  29. e9355bf Move off std::sto* function which abort on failure. by Elliott Hughes · 8 years ago
  30. 51b1e55 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 9 years ago
  31. f507a9f Convert to Android.bp by Dan Willemsen · 9 years ago
  32. de6dcc7 bootstat: Fix a potential unhandled exception for malformed input. by James Hawkins · 9 years ago
  33. 071ced4 Don't hardcode gtest paths. by Dan Albert · 9 years ago
  34. 96f6909 bootstat: Calculate and log the time_since_last_boot metric. by James Hawkins · 9 years ago
  35. 862ea48 bootstat: Differentiate system update boot times. by James Hawkins · 9 years ago
  36. 446b805 bootstat: Two changes to aid in debugging TimeSinceFactoryReset. by James Hawkins · 9 years ago
  37. 90d9c33 Add operator int() to unique_fd. by Elliott Hughes · 9 years ago
  38. 0763388 Revert "Revert "bootstat: Handle v1 record files which do not contain file contents."" by James Hawkins · 9 years ago
  39. 71ecd5d Revert "bootstat: Handle v1 record files which do not contain file contents." by James Hawkins · 9 years ago
  40. 06e4936 bootstat: Handle v1 record files which do not contain file contents. by James Hawkins · 9 years ago
  41. f927b4a bootstat: Track record inconsistencies w/ a debug metric, bootstat_mtime_matches_content. by James Hawkins · 9 years ago
  42. 9f6a8e6 bootstat: Add a value option to allow recording an associated value for a boot event. by James Hawkins · 9 years ago
  43. da6f8f8 bootstat: Disambiguate boot time on encrypted devices. by James Hawkins · 9 years ago
  44. 91e1fb7 Merge "bootstat: Add more debug logging metrics to RecordFactoryReset." by James Hawkins · 9 years ago
  45. 84d3247 bootstat: Add more strings to the bootreason mapping. by James Hawkins · 9 years ago
  46. 1204280 bootstat: Add more debug logging metrics to RecordFactoryReset. by James Hawkins · 9 years ago
  47. 4092296 Merge "bootstat: Gate boot time metrics logging on an encrypted device being decrypted." by James Hawkins · 9 years ago
  48. 24659dc bootstat: Don't log time_since_factory_reset on device reset. by James Hawkins · 9 years ago
  49. 7dac2e9 bootstat: Gate boot time metrics logging on an encrypted device being decrypted. by James Hawkins · 9 years ago
  50. 4e607ad bootstat: Record the time since factory reset on init. by James Hawkins · 9 years ago
  51. 36bfbaa bootstat: Record metrics for factory_reset and time_since_factory_reset. by James Hawkins · 9 years ago
  52. fceb0c6 bootstat: Add a few more bootreasons and rebase the index against index 1. by James Hawkins · 9 years ago
  53. d190c2a bootstat: Add support for logging the boot_reason metric. by James Hawkins · 9 years ago
  54. e66a579 Merge "bootstat: Hook up bootstat to record the boot complete signal and log boot events in the LOCAL_INIT_RC file, bootstat.rc." by James Hawkins · 9 years ago
  55. 974542d bootstat: Hook up bootstat to record the boot complete signal and log by James Hawkins · 9 years ago
  56. 82eb7e2 Removing -std=c++14 from bootstat Android.mk by Ian Pedowitz · 9 years ago
  57. 484f2a0 bootstat: Use Clang and c++14 standard by Rom Lemarchand · 9 years ago
  58. 6d40981 bootstat: Fix the build on git_mnc-dr1.5-dev-plus-aosp by adding missing by James Hawkins · 9 years ago
  59. 83f898a bootstat: Followup cleanups from the initial bootstat checkin. by James Hawkins · 9 years ago
  60. 05dfeaf bootstat: Fix the base includes to be AOSP-friendly. by James Hawkins · 9 years ago
  61. 055aa80 system/core: Add initial implementation of the bootstat command. by James Hawkins · 9 years ago