1. bc22314 Have DumpPool return futures by Chris Morin · 3 years, 7 months ago
  2. 9fd8c05 dumpstate: Call dumpstate HAL HIDL and AIDL APIs by Kedar Chitnis · 3 years, 10 months ago
  3. b8b5617 Fixes flaky ZippedBugReportStreamTest by Rhed Jao · 4 years, 5 months ago
  4. 34b041f Fixes dumpstate crashed when shutdown the thread pool by Rhed Jao · 4 years, 6 months ago
  5. 9b795b5 Merge changes from topic "remove-duplicate-br-calls" by Gavin Corkery · 4 years, 9 months ago
  6. 105ad0c Streaming bugreport content to stdout 2/2 by Dieter Hsu · 5 years ago
  7. 5702b48 Remove unnecessary code for new BugreportManager by Paul Chang · 5 years ago
  8. 6f5ddce Remove a redundant call of starting DumpstateService by Rhed Jao · 5 years ago
  9. 4875aa6 Faster bugreports (3/n) by Rhed Jao · 5 years ago
  10. 1c85512 Faster bugreports (2/n) by Rhed Jao · 5 years ago
  11. 27077b1 Faster bugreports (1/n) by Rhed Jao · 5 years ago
  12. 3a4cfb4 arc: Rename use_outfile to out_dir + use as is by mhasank · 5 years ago
  13. 2d75c44 arc: Reintroduce the output file option by mhasank · 5 years ago
  14. d451a47 arc: Implement smaller dumpstate output by mhasank · 5 years ago
  15. e0fbd48 Revert "arc: Implement smaller dumpstate output" by mhasank · 5 years ago
  16. f56bbb2 arc: Implement smaller dumpstate output by mhasank · 5 years ago
  17. c490e66 Support to let listener know critical dump is finished by Paul Chang · 5 years ago
  18. f59c2b7 Take screenshot only when screenshot is requested by Paul Chang · 5 years ago
  19. 0d2aad7 Support to screenshot to interactive bugreport. by Paul Chang · 6 years ago
  20. 8540faf Hook IDumpstateDevice 1.1 up to dumpstate binary. by Hunter Knepshield · 6 years ago
  21. 8917ac6 Merge changes from topic "connectivity-br" am: 3c741f0315 am: 4ec34c0deb am: 8ce77bde75 by Automerger Merge Worker · 6 years ago
  22. 820f9bc Update contents of a telephony bug report. by Hunter Knepshield · 6 years ago
  23. d58b364 Merge "Remove no-op setListener method from dumpstate listener" by Abhijeet Kaur · 6 years ago
  24. ed5d6a6 Remove no-op setListener method from dumpstate listener by Abhijeet Kaur · 6 years ago
  25. e370d68 Sunset legacy bugreport methods by Abhijeet Kaur · 6 years ago
  26. f02cd78 Remove old dumpstate aidl methods by Nandana Dutt · 6 years ago
  27. 402a839 Remove old dumpstate aidl methods by Nandana Dutt · 6 years ago
  28. a152e0f Merge "Remove unused function GetPidByName()" by Abhijeet Kaur · 6 years ago
  29. e177e8e Fix dumpstate_test test config by Dan Shi · 6 years ago
  30. 455fd26 Remove unused function GetPidByName() by Abhijeet Kaur · 6 years ago
  31. 3a811c1 dumpstate_test: Minor tweak to comments by Greg Kaiser · 6 years ago
  32. 47527b5 Fix dumpstate tests by Nandana Dutt · 6 years ago
  33. d3cca0d Lite bugreports(wifi/telephony) don't need screenshots by Abhijeet Kaur · 6 years ago
  34. 75c59f8 Merge "Dumpstate aidl: add cancelBugreport" by Treehugger Robot · 7 years ago
  35. cc4ead8 Dumpstate aidl: add cancelBugreport by Nandana Dutt · 7 years ago
  36. 9a76d20 Remove outfile option from dumpstate by Nandana Dutt · 7 years ago
  37. babf6c7 Call new dumpstate listener methods by Nandana Dutt · 7 years ago
  38. a6a28bd Add more methods to dumpstate listener by Nandana Dutt · 7 years ago
  39. 904e0e0 Fix adb bugreport and add bugreport unit tests. by Abhijeet Kaur · 7 years ago
  40. 58d72e2 Add a bugreport mode by Nandana Dutt · 7 years ago
  41. 4b392be Added system property (dumpstate.unroot). by Nandana Dutt · 7 years ago
  42. 5fb117b Separate options parsing from running dumpstate by Nandana Dutt · 7 years ago
  43. 3f8c717 Refactor options parsing in dumpstate by Nandana Dutt · 7 years ago
  44. 20cf503 Add bugreport section progress reporter by Vishnu Nair · 8 years ago
  45. 6921f80 Support dumpsys timeouts in milliseconds by Vishnu Nair · 8 years ago
  46. f3b4c29 Merge "Dumpstate: lshal runs in non-root in user build" am: 0c47ec9a82 am: 223a1cf193 by Yifan Hong · 8 years ago
  47. 48e83a1 Dumpstate: lshal runs in non-root in user build by Yifan Hong · 8 years ago
  48. 7fb8dee Fixed dumpstate_test_fixture so it runs on 64 bits as well. by Felipe Leme · 8 years ago
  49. 47e9be2 Moved DumpstateUtil.h functions to its own namespace. by Felipe Leme · 9 years ago
  50. 7440ddb dumpstate: remove references to legacy dumpstate by Steven Moreland · 9 years ago
  51. 61ffcf7 expose the GetPidByName API of dumpstate by Ecco Park · 9 years ago
  52. f029297 Even moar refactoring... by Felipe Leme · 9 years ago
  53. 46b85da Lotta of small dumpstate fixes... by Felipe Leme · 9 years ago
  54. bda15a0 Moved some functions to DumpstateUtil.h. by Felipe Leme · 9 years ago
  55. 009ecbb Deprecated system properties used to update progress: by Felipe Leme · 9 years ago
  56. 7447d7c Save dumpstate duration stats so it can be tuned over time. by Felipe Leme · 9 years ago
  57. 75876a2 Created a dumpstate service. by Felipe Leme · 9 years ago
  58. 9a523ae Fixed variable names according to Google C++ style. by Felipe Leme · 9 years ago
  59. 6d24dd5 Merge "Fixed RunCommandDropRoot when running as Shell." by TreeHugger Robot · 9 years ago
  60. cef0298 Added tests for DumpFile. by Felipe Leme · 9 years ago
  61. 26c4157 Fixed RunCommandDropRoot when running as Shell. by Felipe Leme · 9 years ago
  62. d80e6b6 Moar Dumpstate refactoring and unit testing: by Felipe Leme · 9 years ago
  63. fd8affa Moar tests for RunCommand: by Felipe Leme · 9 years ago
  64. 4c2d663 Added initial tests for dumpstate. by Felipe Leme · 9 years ago