1. 06c082b Moved libdumpstate.default back to Android.mk by Felipe Leme · 9 years ago
  2. 1ace199 Re-added dumpstate.h to libdumpstate_default.cpp. by Felipe Leme · 9 years ago
  3. c6bc8bc Encapsulates zip_writer_ on Dumpstate class. by Felipe Leme · 9 years ago
  4. 062926e Uses DISALLOW_COPY_AND_ASSIGN. by Felipe Leme · 9 years ago
  5. 633f08b Merge "Creates a libdumpstateheaders module to export headers." by TreeHugger Robot · 9 years ago
  6. a61733a Merge "Dumpstate's netstat call should use -W." by TreeHugger Robot · 9 years ago
  7. cf2b144 Merge "Add ANR traces to their own zip entries." by TreeHugger Robot · 9 years ago
  8. f6d37e3 Creates a libdumpstateheaders module to export headers. by Felipe Leme · 9 years ago
  9. 21b7c8d Dumpstate's netstat call should use -W. by Elliott Hughes · 9 years ago
  10. 058e1e8 Add modem logs to the bugreport by Naveen Kalla · 9 years ago
  11. e184f66 Add ANR traces to their own zip entries. by Felipe Leme · 9 years ago
  12. 2b826d2 Merge changes I46ec4bca,I64c00f3b by TreeHugger Robot · 9 years ago
  13. b54660a resolve merge conflicts of 91cc63a to master by Mark Salyzyn · 9 years ago
  14. 439dbe3 Merge "dumpstate: Use private interfaces for buffer size properties" by Mark Salyzyn · 9 years ago
  15. d071c68 Sets dumpstate version using system properties. by Felipe Leme · 9 years ago
  16. 9a523ae Fixed variable names according to Google C++ style. by Felipe Leme · 9 years ago
  17. 6c3d90f dumpstate: Use private interfaces for buffer size properties by Mark Salyzyn · 9 years ago
  18. 1d486fe Refactor zip functions and state into Dumpstate class. by Felipe Leme · 9 years ago
  19. 2b9b06c Minor dumpstate refactorings: by Felipe Leme · 9 years ago
  20. bbaf3c1 Minor changes on dumpstate refactoring: by Felipe Leme · 9 years ago
  21. 6d24dd5 Merge "Fixed RunCommandDropRoot when running as Shell." by TreeHugger Robot · 9 years ago
  22. cef0298 Added tests for DumpFile. by Felipe Leme · 9 years ago
  23. 26c4157 Fixed RunCommandDropRoot when running as Shell. by Felipe Leme · 9 years ago
  24. d80e6b6 Moar Dumpstate refactoring and unit testing: by Felipe Leme · 9 years ago
  25. fd8affa Moar tests for RunCommand: by Felipe Leme · 9 years ago
  26. 7265fd7 Merge "Add "ip xfrm policy" to dumpstate output" by TreeHugger Robot · 9 years ago
  27. 32af8c2 Add "ip xfrm policy" to dumpstate output by Erik Kline · 9 years ago
  28. 19d86fd Add "ip xfrm policy" to dumpstate output am: 53ca94ab34 am: 5159997ffa by Erik Kline · 9 years ago
  29. 5159997 Add "ip xfrm policy" to dumpstate output am: 53ca94ab34 by Erik Kline · 9 years ago
  30. 4c2d663 Added initial tests for dumpstate. by Felipe Leme · 9 years ago
  31. c7fe8fe Deprecate run_command() and dump_file(). by Felipe Leme · 9 years ago
  32. 6ad9c06 Fixed and improve RunCommand() when running as root. by Felipe Leme · 9 years ago
  33. 4efa14a Merge "Moar C++ refactoring." by TreeHugger Robot · 9 years ago
  34. 678727a Moar C++ refactoring. by Felipe Leme · 9 years ago
  35. 4a0db9f Improved usage on invalid args. by Felipe Leme · 9 years ago
  36. 53ca94a Add "ip xfrm policy" to dumpstate output by Erik Kline · 9 years ago
  37. e844a9d Initial work on a Dumpstate class. by Felipe Leme · 9 years ago
  38. 5bcce57 Fix dumpsys timeouts. by Felipe Leme · 9 years ago
  39. b0f669d Fixed C++ style on refactored function and variable names. by Felipe Leme · 9 years ago
  40. 45af406 Add socket dumps via ss to bugreports. am: d3b809baff am: e0e7206725 by Lorenzo Colitti · 9 years ago
  41. 4ee346a Add socket dumps via ss to bugreports. am: d3b809baff am: e0e7206725 by Lorenzo Colitti · 9 years ago
  42. e0e7206 Add socket dumps via ss to bugreports. am: d3b809baff by Lorenzo Colitti · 9 years ago
  43. b78c3ae Merge "Fixed header on runCommand()." by TreeHugger Robot · 9 years ago
  44. c5d6cfc Fixed header on runCommand(). by Felipe Leme · 9 years ago
  45. 96c2bbb Uses new get/set property functions. by Felipe Leme · 9 years ago
  46. 8d97c93 Merge "Use a system property to define extra command-line arguments." by TreeHugger Robot · 9 years ago
  47. 9ce6aa4 Use a system property to define extra command-line arguments. by Felipe Leme · 9 years ago
  48. d3b809b Add socket dumps via ss to bugreports. by Lorenzo Colitti · 9 years ago
  49. 496548f Merge commit 'bc06c07ee7677168d71a9c809a8960f39340ff99' into blah by Ajay Panicker · 9 years ago
  50. 2f53177 Add btsnoop_hci.log to bugreport zip (1/2) by Ajay Panicker · 9 years ago
  51. d886ec4 Add btsnoop_hci.log to bugreport zip (1/2) by Ajay Panicker · 9 years ago
  52. 5603341 resolve merge conflicts of 9795ff6 to master by Wei Liu · 9 years ago
  53. 9795ff6 Dumpstate should hold a wakelock to save bug report time. am: f87959e007 by Wei Liu · 9 years ago
  54. f87959e Dumpstate should hold a wakelock to save bug report time. by Wei Liu · 9 years ago
  55. 0bcc7ca Refactored dump_file() into dumpFile(). by Felipe Leme · 9 years ago
  56. 30dbfa1 Refactored run_command functions. by Felipe Leme · 9 years ago
  57. fd55a75 Merge "Fix google-explicit-constructor warnings in dumpstate." am: a70396971e am: 347b6f4c35 am: 666cd74e59 by Chih-Hung Hsieh · 9 years ago
  58. 4c8a923 Merge "Fix google-explicit-constructor warnings in dumpstate." am: a70396971e am: 347b6f4c35 by Chih-Hung Hsieh · 9 years ago
  59. e6851cc make sure anrd trace is being collected. am: afc38fe263 am: 05352fd5d5 by Zhengyin Qian · 9 years ago
  60. 05352fd make sure anrd trace is being collected. am: afc38fe263 by Zhengyin Qian · 9 years ago
  61. afc38fe make sure anrd trace is being collected. by Zhengyin Qian · 9 years ago
  62. 759af11 Fix google-explicit-constructor warnings in dumpstate. by Chih-Hung Hsieh · 9 years ago
  63. 1cbdb8a Add mangle table in dump_iptables am: 329b90922b am: 21252c85d5 am: 4025f0e9b5 by Calvin On · 9 years ago
  64. 4025f0e Add mangle table in dump_iptables am: 329b90922b am: 21252c85d5 by Calvin On · 9 years ago
  65. 21252c8 Add mangle table in dump_iptables am: 329b90922b by Calvin On · 9 years ago
  66. 3224d68 resolve merge conflicts of c6a78d3 to master by Wei Liu · 9 years ago
  67. c6a78d3 Revert "Hold a wakelock during dumpstate." am: 5cad0ed80d by Wei Liu · 9 years ago
  68. 5cad0ed Revert "Hold a wakelock during dumpstate." by Wei Liu · 9 years ago
  69. 329b909 Add mangle table in dump_iptables by Calvin On · 9 years ago
  70. 3d5c237 Merge commit '51f1241eb31c1cd82c8e98f310d884a64972b701' into manual_merge_51f1241 by Wei Liu · 9 years ago
  71. 51f1241 Hold a wakelock during dumpstate. am: d7803db0e9 by Wei Liu · 9 years ago
  72. d7803db Hold a wakelock during dumpstate. by Wei Liu · 9 years ago
  73. e59b6f4 Merge "Fix vector read buffer size." by Zach Riggle · 9 years ago
  74. 2220040 Fix vector read buffer size. by Zach Riggle · 9 years ago
  75. a74ceab resolve merge conflicts of 068ecc7 to nyc-mr1-dev-plus-aosp am: d0f89bf3df by Zhengyin Qian · 9 years ago
  76. d0f89bf resolve merge conflicts of 068ecc7 to nyc-mr1-dev-plus-aosp by Zhengyin Qian · 9 years ago
  77. 068ecc7 Add anrd trace to bugreport by Zhengyin Qian · 9 years ago
  78. 5b9d3bf Log total dumpstate duration and id. by Felipe Leme · 9 years ago
  79. 35c94f3 Created constant for maximun number of args. by Felipe Leme · 9 years ago
  80. f697bba resolve merge conflicts of 35ea9f8 to nyc-mr1-dev-plus-aosp by Dan Willemsen · 9 years ago
  81. 2a001e8 resolve merge conflicts of 0783d5f to stage-aosp-master by Dan Willemsen · 9 years ago
  82. 7944207f Fixed logic to print BEGIN: line for bugreportz. am: dcd1f0da54 am: c077e913ac by Felipe Leme · 9 years ago
  83. 3f068ef Fixed logic to print BEGIN: line for bugreportz. am: dcd1f0da54 am: c077e913ac by Felipe Leme · 9 years ago
  84. dcd1f0d Fixed logic to print BEGIN: line for bugreportz. by Felipe Leme · 9 years ago
  85. c6a9a89 Added a BEGIN:path message on bugreportz protocol. am: aabfcae816 am: 9d11fb0f99 by Felipe Leme · 9 years ago
  86. 0f118e4 Added a BEGIN:path message on bugreportz protocol. am: aabfcae816 am: 9d11fb0f99 by Felipe Leme · 9 years ago
  87. d402e7d Refactored use of ON_DRY_RUN macros. by Felipe Leme · 9 years ago
  88. 59e086f Start converting Android.mk to Android.bp by Dan Willemsen · 9 years ago
  89. ba8e827 Merge "Uses a system property to set dry-run mode." by TreeHugger Robot · 9 years ago
  90. 8268ed2 Uses a system property to set dry-run mode. by Felipe Leme · 9 years ago
  91. e05dc6d Start converting Android.mk to Android.bp by Dan Willemsen · 9 years ago
  92. aabfcae Added a BEGIN:path message on bugreportz protocol. by Felipe Leme · 9 years ago
  93. dc42bda Created functions to run dumpsys. by Felipe Leme · 9 years ago
  94. bb3ff92 Merge "Revert "Created functions to run dumpsys."" by Felipe Leme · 9 years ago
  95. fe714f6 Revert "Created functions to run dumpsys." by Felipe Leme · 9 years ago
  96. 8b1878d Merge "Created functions to run dumpsys." by Felipe Leme · 9 years ago
  97. 1b99fe9 Added a -p option to bugreportz to show progress. am: 02b7e00c1e am: a12c863892 by Felipe Leme · 9 years ago
  98. 84b0ada Added a -p option to bugreportz to show progress. am: 02b7e00c1e am: a12c863892 by Felipe Leme · 9 years ago
  99. 02b7e00 Added a -p option to bugreportz to show progress. by Felipe Leme · 9 years ago
  100. 97e0a6c Dumpstate: Fix long lines. by Andreas Gampe · 9 years ago