1. 72674fa Merge "Add std::string StartsWith*/EndsWith* overloads." am: dbbba76f88 am: 26c7becfce by Elliott Hughes · 7 years ago
  2. 579e682 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 7 years ago
  3. dcede62 Merge "bootstat: Add tons of new boot reasons." am: e3114fdec9 am: 23749d7b3f by James Hawkins · 7 years ago
  4. e2c2724 bootstat: Add tons of new boot reasons. by James Hawkins · 7 years ago
  5. 3e2b341 Merge "Add OWNERS." am: 3289b9c928 am: 515c8fe572 am: aede8375fe by Elliott Hughes · 7 years ago
  6. 3289b9c Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  7. 693d63f Add OWNERS. by Elliott Hughes · 7 years ago
  8. f0ca372 Merge "bootstat: Add more boot reasons." am: 4aba23831d am: bb69ab2010 by James Hawkins · 7 years ago
  9. 00433a2 bootstat: Add more boot reasons. by James Hawkins · 7 years ago
  10. 5b2b45e Merge "bootstat: Add four more boot reasons." am: 20a410b575 am: 9810df82a8 by James Hawkins · 7 years ago
  11. f4444f0 bootstat: Add four more boot reasons. by James Hawkins · 7 years ago
  12. 4f07e90 Merge "bootstat: Three more boot reasons." am: 5470a12513 am: 0a86c0c1ed by James Hawkins · 7 years ago
  13. 5f85f83 bootstat: Three more boot reasons. by James Hawkins · 7 years ago
  14. b52ba1d Merge "bootstat: Add a few more bootreasons." am: b623389421 am: 6c640a1617 by James Hawkins · 7 years ago
  15. b623389 Merge "bootstat: Add a few more bootreasons." by James Hawkins · 7 years ago
  16. 74b1758 bootstat: Add a few more bootreasons. by James Hawkins · 7 years ago
  17. aa9f6ee Merge "bootstat: kernel_panic test w/o bootloader or pstore support" am: 70fda27eb2 am: 6c9f88863c by Mark Salyzyn · 7 years ago
  18. 547063e bootstat: kernel_panic test w/o bootloader or pstore support by Mark Salyzyn · 7 years ago
  19. 0450643 Fix sanitizer errors in bootstat.cpp. by Ivan Lozano · 7 years ago
  20. 8ac79bc bootstat: Add another boot reason. by James Hawkins · 7 years ago
  21. e7c95fb bootstat: test: add error propagation for fastboot format userdata by Mark Salyzyn · 7 years ago
  22. 293cb3b bootstat: handle a bad bit error rate issue with pstore by Mark Salyzyn · 7 years ago
  23. 747c0e6 bootstat: better validation of battery level (shutdown,battery) by Mark Salyzyn · 7 years ago
  24. dafced9 bootstat: Do not allow unknown boot reasons to land in first field. by Mark Salyzyn · 7 years ago
  25. 88d692c bootstat: move boot reason validation transformation policy into subroutine. by Mark Salyzyn · 7 years ago
  26. 72a8ea3 bootstat: test: fix Its_Just_So_Hard_reboot by Mark Salyzyn · 7 years ago
  27. c89f9da bootstat: add shutdown,thermal,battery by Mark Salyzyn · 7 years ago
  28. cabbe4f bootstat: add reboot,2sec by Mark Salyzyn · 7 years ago
  29. 2a8e5cc bootstat: test: check ro.boot.bootreason in some tests by Mark Salyzyn · 7 years ago
  30. 73691aa bootstat: fix test regression (exec_background) by Mark Salyzyn · 7 years ago
  31. bcf66ed bootstat: fix test regression (extra logging) by Mark Salyzyn · 7 years ago
  32. a03c935 Merge "bootstat: Add more boot reasons found by logging in the wild." by Treehugger Robot · 7 years ago
  33. 34073b5 bootstat: Add more boot reasons found by logging in the wild. by James Hawkins · 7 years ago
  34. 52315ae bootstat: remove extraneous android_logcat_destroy. by Josh Gao · 7 years ago
  35. 244947e bootstat: test: duration fixes by Mark Salyzyn · 7 years ago
  36. 9a38704 bootstat: test: inject ro.boot.bootreason values by Mark Salyzyn · 7 years ago
  37. bb52cbf Merge "bootstat: test: refine reported test durations" by Mark Salyzyn · 7 years ago
  38. 444e3a9 Merge "bootstat: Add some reserved sys.boot.reason values to enumeration" by Mark Salyzyn · 7 years ago
  39. 2450cb1 bootstat: test: refine reported test durations by Mark Salyzyn · 7 years ago
  40. 243fa29 bootstat: Add some reserved sys.boot.reason values to enumeration by Mark Salyzyn · 7 years ago
  41. 25f7122 bootstat: Special case logging for empty boot reason. by James Hawkins · 7 years ago
  42. 6290982 init+bootstat: reduce last reboot reason to canonical alias by Mark Salyzyn · 7 years ago
  43. 0af71a5 bootstat: system_boot_reason does not handle reboot_<reason> case by Mark Salyzyn · 7 years ago
  44. 161b862 init: report shutdown,container for sigterm of init by Mark Salyzyn · 7 years ago
  45. 9033bf5 bootstat: Add reboot,userrequested by Mark Salyzyn · 7 years ago
  46. a16e437 bootstat: validate last kmsg and bootreason content more carefully by Mark Salyzyn · 7 years ago
  47. 14b1e6d bootstat: clang-format rebase by Mark Salyzyn · 7 years ago
  48. 6461089 bootstat: refine kernel panic details by Mark Salyzyn · 7 years ago
  49. 557a9d4 bootstat: reduce overall boot time by Mark Salyzyn · 7 years ago
  50. 8a30fca bootstat: battery test fails on QC devices by Mark Salyzyn · 7 years ago
  51. 25246dd bootstat: bootloader stat files misspelled by Mark Salyzyn · 7 years ago
  52. 08b0256 bootstat: reboot cold, warm and hard tests failed by Mark Salyzyn · 7 years ago
  53. 5240f20 bootstat: Log the ro.boot.bootreason property through the new platform_reason Tron field. by James Hawkins · 7 years ago
  54. 277eca1 adb: reboot: last boot command default by Mark Salyzyn · 7 years ago
  55. b304f6d bootstat: introduce sys.boot.reason by Mark Salyzyn · 7 years ago
  56. c3ad75b bootstat: switch from root.root to system.log by Mark Salyzyn · 7 years ago
  57. 29b9411 Merge "bootstat: Log even more boot reasons." by Treehugger Robot · 7 years ago
  58. 8d7f63d bootstat: Log even more boot reasons. by James Hawkins · 7 years ago
  59. cd15fc7 Remove LOCAL_CLANG and clang: true by Lennart Wieboldt · 7 years ago
  60. 78b2b94 bootstat.cpp: update help message for --record_boot_complete by Yongqin Liu · 7 years ago
  61. 0bc4ad4 bootstat: Log factory_reset_boot_complete separately from ota_*. by James Hawkins · 7 years ago
  62. 259dc73 bootstat: Set up clang-format-2 for bootstat. by James Hawkins · 7 years ago
  63. 1bfcaec bootstat: Calculate and log the absolute device boot time. by James Hawkins · 7 years ago
  64. 0f0cccc Add test config to bootstat_tests by Dan Shi · 8 years ago
  65. e78ea77 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  66. 6b5c5aa bootstat: Report the total bootloader time. by James Hawkins · 8 years ago
  67. c8ac067 Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 8 years ago
  68. 7c92e48 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  69. 64984aa Merge "libmetricslogger: Refactor Tron metrics histogram logging out of bootstat." by James Hawkins · 8 years ago
  70. bd6ab49 bootstat.rc: record post_decrypt_time_elapsed only for FDE device by Wei Wang · 8 years ago
  71. 0e3167e Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime." by James Hawkins · 8 years ago
  72. 26f40c0 bootstat: Remove custom uptime parser in favor of elapsedRealtime. by James Hawkins · 8 years ago
  73. be46fd1 bootstat: Log bootloader timing metrics to Tron. by James Hawkins · 8 years ago
  74. f1c2350 bootstat: Update the wording of 'soft reboot' to 'runtime restart'. by James Hawkins · 8 years ago
  75. 9aec926 libmetricslogger: Refactor Tron metrics histogram logging out of bootstat. by James Hawkins · 8 years ago
  76. 27c0522 boottime/init: Report ro.boottime.init* properties in milliseconds. by James Hawkins · 8 years ago
  77. a51b165 bootstat: Remove debug logging of bootstat_mtime_matches_content. by James Hawkins · 8 years ago
  78. 800ceb4 bootstat: Fix false metrics due to soft reboots. by James Hawkins · 8 years ago
  79. ef0a090 bootstat: Log ro.boottime.init timing properties. by James Hawkins · 8 years ago
  80. e4079fb bootstat: Fix the boot complete signal for FBE devices. by James Hawkins · 8 years ago
  81. 472245d liblog: move android_log_event_context class to log/log_event_list.h by Mark Salyzyn · 8 years ago
  82. 343b76e bootstat: drop event_log_list_builder by Mark Salyzyn · 8 years ago
  83. cfd5b08 system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  84. da46b39 Move off std::sto* function which abort on failure. by Elliott Hughes · 8 years ago
  85. ff2dcd9 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 8 years ago
  86. 194edf7 Convert to Android.bp by Dan Willemsen · 8 years ago
  87. 4dded61 bootstat: Fix a potential unhandled exception for malformed input. by James Hawkins · 8 years ago
  88. 3df8c67 Don't hardcode gtest paths. by Dan Albert · 8 years ago
  89. 2d8b3e6 bootstat: Calculate and log the time_since_last_boot metric. by James Hawkins · 8 years ago
  90. b9cf771 bootstat: Differentiate system update boot times. by James Hawkins · 8 years ago
  91. fff95ba bootstat: Two changes to aid in debugging TimeSinceFactoryReset. by James Hawkins · 9 years ago
  92. 2c5d1d7 Add operator int() to unique_fd. by Elliott Hughes · 9 years ago
  93. c0dc139 Revert "Revert "bootstat: Handle v1 record files which do not contain file contents."" by James Hawkins · 9 years ago
  94. 756b6a5 Revert "bootstat: Handle v1 record files which do not contain file contents." by James Hawkins · 9 years ago
  95. 84fda19 bootstat: Handle v1 record files which do not contain file contents. by James Hawkins · 9 years ago
  96. 6f28299 bootstat: Track record inconsistencies w/ a debug metric, bootstat_mtime_matches_content. by James Hawkins · 9 years ago
  97. c627558 bootstat: Add a value option to allow recording an associated value for a boot event. by James Hawkins · 9 years ago
  98. c08e996 bootstat: Disambiguate boot time on encrypted devices. by James Hawkins · 9 years ago
  99. a347cde Merge "bootstat: Add more debug logging metrics to RecordFactoryReset." by James Hawkins · 9 years ago
  100. 45ead35 bootstat: Add more strings to the bootreason mapping. by James Hawkins · 9 years ago