1. cf419a7 Check for user consent denial when dumping traces. by Nandana Dutt · 6 years ago
  2. bbdb5b4 Handle user consent denial sooner by Nandana Dutt · 6 years ago
  3. ea72559 Merge "Log duration to logcat always." by Treehugger Robot · 6 years ago
  4. a8470b8 Log duration to logcat always. by Nandana Dutt · 6 years ago
  5. faafd52 dumpstate: move dump_traces to Dumpstate by Nandana Dutt · 6 years ago
  6. a344cb6 dumpstate: handle errors gracefully by Nandana Dutt · 6 years ago
  7. f02564e Fix dumpstate smoke test by Nandana Dutt · 6 years ago
  8. e78c3d7 Use screenshot file descriptor if available by Nandana Dutt · 6 years ago
  9. d2f5f08 Use the consent service to check if user has consented to taking a bugreport by Nandana Dutt · 7 years ago
  10. 9a76d20 Remove outfile option from dumpstate by Nandana Dutt · 6 years ago
  11. babf6c7 Call new dumpstate listener methods by Nandana Dutt · 7 years ago
  12. 54dbd67 Wire up new binder method arguments by Nandana Dutt · 7 years ago
  13. d0937e6 Fix/suppress google-explicit-constructor warnings by Chih-Hung Hsieh · 7 years ago
  14. cb47a08 Merge "Fix adb bugreport and add bugreport unit tests." by Treehugger Robot · 7 years ago
  15. 904e0e0 Fix adb bugreport and add bugreport unit tests. by Abhijeet Kaur · 7 years ago
  16. 979388e Accept a file descriptor to write bugreport file by Nandana Dutt · 7 years ago
  17. a7db634 Remove unused rename code by Nandana Dutt · 7 years ago
  18. 197661d Implement startBugreport binder function by Nandana Dutt · 7 years ago
  19. 58d72e2 Add a bugreport mode by Nandana Dutt · 7 years ago
  20. 5fb117b Separate options parsing from running dumpstate by Nandana Dutt · 7 years ago
  21. 3f8c717 Refactor options parsing in dumpstate by Nandana Dutt · 7 years ago
  22. 7eb8b4c resolve merge conflicts of 0d55f34ed26f44e11c2ad93c0791e1b920778ba0 to pi-dev-plus-aosp by Elliott Hughes · 7 years ago
  23. 91c2ae5 Clean up DumpData-related functions by Luis Hector Chavez · 7 years ago
  24. 64afc02 Flip bugreport version to 2.0 by Vishnu Nair · 7 years ago
  25. e97d612 Add support for proto dumps in dumpstate by Vishnu Nair · 8 years ago
  26. 20cf503 Add bugreport section progress reporter by Vishnu Nair · 8 years ago
  27. 6921f80 Support dumpsys timeouts in milliseconds by Vishnu Nair · 8 years ago
  28. 522ae9a dumpstate/Android.mk is converted to Android.bp by Jiyong Park · 8 years ago
  29. 780b128 Add priority based dumpsys support to dumpstate by Vishnu Nair · 8 years ago
  30. b22e65d dumpstate/Android.mk is converted to Android.bp by Jiyong Park · 8 years ago
  31. b53a1c9 Add notification_title and notification_description to dumpstate by Naveen Kalla · 8 years ago
  32. 23ccc62 Move dumpstate to calling getprop. by Elliott Hughes · 8 years ago
  33. 8d2410e Explicitly sets Shell component on broadcast. by Felipe Leme · 8 years ago
  34. 47e9be2 Moved DumpstateUtil.h functions to its own namespace. by Felipe Leme · 9 years ago
  35. 7440ddb dumpstate: remove references to legacy dumpstate by Steven Moreland · 9 years ago
  36. cb7ef82 Use IVibrator hidl service in dumpstate. by Steven Moreland · 9 years ago
  37. f029297 Even moar refactoring... by Felipe Leme · 9 years ago
  38. 46b85da Lotta of small dumpstate fixes... by Felipe Leme · 9 years ago
  39. 6f674ae Uses Dumpstate HIDL instead of dumpstate_board. by Felipe Leme · 9 years ago
  40. bda15a0 Moved some functions to DumpstateUtil.h. by Felipe Leme · 9 years ago
  41. 009ecbb Deprecated system properties used to update progress: by Felipe Leme · 9 years ago
  42. 7447d7c Save dumpstate duration stats so it can be tuned over time. by Felipe Leme · 9 years ago
  43. 75876a2 Created a dumpstate service. by Felipe Leme · 9 years ago
  44. c6bc8bc Encapsulates zip_writer_ on Dumpstate class. by Felipe Leme · 9 years ago
  45. 062926e Uses DISALLOW_COPY_AND_ASSIGN. by Felipe Leme · 9 years ago
  46. e184f66 Add ANR traces to their own zip entries. by Felipe Leme · 9 years ago
  47. d071c68 Sets dumpstate version using system properties. by Felipe Leme · 9 years ago
  48. 9a523ae Fixed variable names according to Google C++ style. by Felipe Leme · 9 years ago
  49. 1d486fe Refactor zip functions and state into Dumpstate class. by Felipe Leme · 9 years ago
  50. 2b9b06c Minor dumpstate refactorings: by Felipe Leme · 9 years ago
  51. bbaf3c1 Minor changes on dumpstate refactoring: by Felipe Leme · 9 years ago
  52. d80e6b6 Moar Dumpstate refactoring and unit testing: by Felipe Leme · 9 years ago
  53. fd8affa Moar tests for RunCommand: by Felipe Leme · 9 years ago
  54. 4c2d663 Added initial tests for dumpstate. by Felipe Leme · 9 years ago
  55. c7fe8fe Deprecate run_command() and dump_file(). by Felipe Leme · 9 years ago
  56. 6ad9c06 Fixed and improve RunCommand() when running as root. by Felipe Leme · 9 years ago
  57. 678727a Moar C++ refactoring. by Felipe Leme · 9 years ago
  58. e844a9d Initial work on a Dumpstate class. by Felipe Leme · 9 years ago
  59. 5bcce57 Fix dumpsys timeouts. by Felipe Leme · 9 years ago
  60. b0f669d Fixed C++ style on refactored function and variable names. by Felipe Leme · 9 years ago
  61. 0bcc7ca Refactored dump_file() into dumpFile(). by Felipe Leme · 9 years ago
  62. 30dbfa1 Refactored run_command functions. by Felipe Leme · 9 years ago
  63. fd55a75 Merge "Fix google-explicit-constructor warnings in dumpstate." am: a70396971e am: 347b6f4c35 am: 666cd74e59 by Chih-Hung Hsieh · 9 years ago
  64. 4c8a923 Merge "Fix google-explicit-constructor warnings in dumpstate." am: a70396971e am: 347b6f4c35 by Chih-Hung Hsieh · 9 years ago
  65. 759af11 Fix google-explicit-constructor warnings in dumpstate. by Chih-Hung Hsieh · 9 years ago
  66. 35c94f3 Created constant for maximun number of args. by Felipe Leme · 9 years ago
  67. d402e7d Refactored use of ON_DRY_RUN macros. by Felipe Leme · 9 years ago
  68. 8268ed2 Uses a system property to set dry-run mode. by Felipe Leme · 9 years ago
  69. 1b99fe9 Added a -p option to bugreportz to show progress. am: 02b7e00c1e am: a12c863892 by Felipe Leme · 9 years ago
  70. 02b7e00 Added a -p option to bugreportz to show progress. by Felipe Leme · 9 years ago
  71. 0f3fb20 Adds dumpstate log file to bugreport zip. by Felipe Leme · 9 years ago
  72. 249beee Expose more useful functions that can be used by dumpstate_board(). by Calvin On · 9 years ago
  73. 71ca15e Expose functions used to add entries to the zip file. by Felipe Leme · 9 years ago
  74. 2628e9e Added support for 'bugreport -z'. by Felipe Leme · 9 years ago
  75. 29c3971 Added option to redirect stdout on run_command_always. by Felipe Leme · 9 years ago
  76. faf67e3 Increased estimated max progress of bugreports. by Felipe Leme · 9 years ago
  77. 7363baf Merge "Don't use su to when calling am or dumpsys." into nyc-dev by Felipe Leme · 9 years ago
  78. 71a74ac Capture systrace buffers. by Felipe Leme · 9 years ago
  79. cf6a8b4 Don't use su to when calling am or dumpsys. by Felipe Leme · 9 years ago
  80. a34efb7 Improve logging of child commands. by Felipe Leme · 9 years ago
  81. 88c7933 Improved dumpstate logging. by Felipe Leme · 9 years ago
  82. 60869c9 Fixed C++ syntax. by Felipe Leme · 9 years ago
  83. a297c32 dumpstate: report process times by Mark Salyzyn · 9 years ago
  84. cbce55d Improved dumpstate logging. by Felipe Leme · 9 years ago
  85. 111b9d0 Improved how the Shell directories are created. by Felipe Leme · 9 years ago
  86. 608385d Redirect output to file ASAP, otherwise printf() calls might be missed. by Felipe Leme · 9 years ago
  87. 0c80cf0 Adds all tombstone files when writing to zipped file. by Felipe Leme · 10 years ago
  88. 78f2c86 Prints out how long it takes to generate each section. by Felipe Leme · 10 years ago
  89. f55d402 resolve merge conflicts of 01c1129fe6 to master. by Mark Salyzyn · 10 years ago
  90. 8c8130e dumpstate: Dump eMMC 5.0 stats by Mark Salyzyn · 10 years ago
  91. 3634a1e Fixed logic that was passing NULL to a std::string parameter and by Felipe Leme · 10 years ago
  92. e338bf6 Take screenshot right away when invoked with -P. by Felipe Leme · 10 years ago
  93. ad5f6c4 Minor improvements in the bugreport progress workflow: by Felipe Leme · 10 years ago
  94. 71bbfc5 Adds a -P option so dumpstate can report its progress. by Felipe Leme · 10 years ago
  95. 36b3f6f Allow broadcasting of bug reports without a screenshot. by Felipe Leme · 10 years ago
  96. ed24d2a Fix a few bugs related to dumping files. by Christopher Ferris · 10 years ago
  97. 93d705b Add option to #define _DUMPSTATE_DRY_RUN_ to skip the actual dumps. by Felipe Leme · 10 years ago
  98. 8620bb4 Migrated dumpstate to C++. by Felipe Leme · 10 years ago
  99. 326842f dumpstate: report per-partition MMC performance by Mark Salyzyn · 10 years ago
  100. 123edd9 resolved conflicts for merge of 04e13acd to master by Christopher Ferris · 10 years ago