1. 6ae5c4f Reverted wake_lock code. by Felipe Leme · 8 years ago
  2. f649a6e Dump task I/O information from storaged. by ynwang · 8 years ago
  3. c03d283 resolve merge conflicts of 525a5f2 to master by Mark Salyzyn · 8 years ago
  4. 525a5f2 Merge "Replace cutils/log.h and rationalize log/log.h and android/log.h" am: 1efda0b1d6 am: 7e92307cd8 by Mark Salyzyn · 8 years ago
  5. 430f620 Merge "Replace cutils/log.h and rationalize log/log.h and android/log.h" am: 1efda0b1d6 by Mark Salyzyn · 8 years ago
  6. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
  7. c655a2a Fix libhidlbase dependency. by Steven Moreland · 8 years ago
  8. cb7ef82 Use IVibrator hidl service in dumpstate. by Steven Moreland · 8 years ago
  9. a9cc65f Add btsnoop_hci.log to bugreport zip (1/2) by Ajay Panicker · 8 years ago
  10. d8b94e5 Proper stdout buffering using setvbuf(). by Felipe Leme · 8 years ago
  11. 45d7690 Merge "Fixed buffering issues." by TreeHugger Robot · 8 years ago
  12. 8f00ed0 Fixed buffering issues. by Felipe Leme · 8 years ago
  13. d56dec8 Remove static link in Android framework under /frameworks/native. by Jaekyun Seok · 8 years ago
  14. 5273792 Fix installing dumpstate test data by Colin Cross · 8 years ago
  15. f029297 Even moar refactoring... by Felipe Leme · 8 years ago
  16. 3069899 resolve merge conflicts of dfc9df4 to nyc-mr1-dev-plus-aosp by Felipe Leme · 8 years ago
  17. 46b85da Lotta of small dumpstate fixes... by Felipe Leme · 8 years ago
  18. 6f674ae Uses Dumpstate HIDL instead of dumpstate_board. by Felipe Leme · 8 years ago
  19. dd9a503 Merge "Moved some functions to DumpstateUtil.h." by TreeHugger Robot · 8 years ago
  20. bda15a0 Moved some functions to DumpstateUtil.h. by Felipe Leme · 8 years ago
  21. 4744e0f Remove modem log after they are added to bugreport am: b77df78ad6 am: 1ab8369558 by Naveen Kalla · 8 years ago
  22. 1ab8369 Remove modem log after they are added to bugreport am: b77df78ad6 by Naveen Kalla · 8 years ago
  23. b77df78 Remove modem log after they are added to bugreport by Naveen Kalla · 8 years ago
  24. e9d2c54 Always remove the temporary zip file. by Felipe Leme · 8 years ago
  25. 009ecbb Deprecated system properties used to update progress: by Felipe Leme · 8 years ago
  26. 7447d7c Save dumpstate duration stats so it can be tuned over time. by Felipe Leme · 8 years ago
  27. 7d66892 Merge "Dumpstate's netstat call should use -W." am: 0708c8355f am: ae4d6a6c8b by Elliott Hughes · 8 years ago
  28. 7783703 Merge "Dumpstate's netstat call should use -W." am: 0708c8355f am: ae4d6a6c8b by Elliott Hughes · 8 years ago
  29. ae4d6a6 Merge "Dumpstate's netstat call should use -W." am: 0708c8355f by Elliott Hughes · 8 years ago
  30. 75876a2 Created a dumpstate service. by Felipe Leme · 8 years ago
  31. 06c082b Moved libdumpstate.default back to Android.mk by Felipe Leme · 8 years ago
  32. 1ace199 Re-added dumpstate.h to libdumpstate_default.cpp. by Felipe Leme · 8 years ago
  33. c6bc8bc Encapsulates zip_writer_ on Dumpstate class. by Felipe Leme · 8 years ago
  34. 062926e Uses DISALLOW_COPY_AND_ASSIGN. by Felipe Leme · 8 years ago
  35. 27de3fc resolve merge conflicts of de591df to nyc-mr2-dev-plus-aosp by Naveen Kalla · 8 years ago
  36. 633f08b Merge "Creates a libdumpstateheaders module to export headers." by TreeHugger Robot · 8 years ago
  37. a61733a Merge "Dumpstate's netstat call should use -W." by TreeHugger Robot · 8 years ago
  38. cf2b144 Merge "Add ANR traces to their own zip entries." by TreeHugger Robot · 8 years ago
  39. f6d37e3 Creates a libdumpstateheaders module to export headers. by Felipe Leme · 8 years ago
  40. 21b7c8d Dumpstate's netstat call should use -W. by Elliott Hughes · 8 years ago
  41. 0adb3a3 Dumpstate's netstat call should use -W. by Elliott Hughes · 8 years ago
  42. de591df DO NOT MERGE. Add modem logs to the bugreport by Naveen Kalla · 8 years ago
  43. 058e1e8 Add modem logs to the bugreport by Naveen Kalla · 8 years ago
  44. e184f66 Add ANR traces to their own zip entries. by Felipe Leme · 8 years ago
  45. 257cdc3 resolve merge conflicts of a97a282 to nyc-mr2-dev-plus-aosp by Felipe Leme · 8 years ago
  46. dfc9df4 DO NOT MERGE. Revert "Dumpstate should hold a wakelock to save bug report time." by Felipe Leme · 8 years ago
  47. bb6b604 DO NOT MERGE. Revert "Dumpstate should hold a wakelock to save bug report time." by Felipe Leme · 8 years ago
  48. 7a7c28a DO NOT MERGE. Added a is_zipping() function. am: 03974984bf am: 40e091cd8f by Felipe Leme · 8 years ago
  49. 40e091c DO NOT MERGE. Added a is_zipping() function. am: 03974984bf by Felipe Leme · 8 years ago
  50. 2b826d2 Merge changes I46ec4bca,I64c00f3b by TreeHugger Robot · 8 years ago
  51. 0397498 DO NOT MERGE. Added a is_zipping() function. by Felipe Leme · 8 years ago
  52. b54660a resolve merge conflicts of 91cc63a to master by Mark Salyzyn · 8 years ago
  53. 439dbe3 Merge "dumpstate: Use private interfaces for buffer size properties" by Mark Salyzyn · 8 years ago
  54. d071c68 Sets dumpstate version using system properties. by Felipe Leme · 8 years ago
  55. 9a523ae Fixed variable names according to Google C++ style. by Felipe Leme · 8 years ago
  56. 6c3d90f dumpstate: Use private interfaces for buffer size properties by Mark Salyzyn · 8 years ago
  57. 1d486fe Refactor zip functions and state into Dumpstate class. by Felipe Leme · 8 years ago
  58. 2b9b06c Minor dumpstate refactorings: by Felipe Leme · 8 years ago
  59. bbaf3c1 Minor changes on dumpstate refactoring: by Felipe Leme · 8 years ago
  60. 6d24dd5 Merge "Fixed RunCommandDropRoot when running as Shell." by TreeHugger Robot · 8 years ago
  61. cef0298 Added tests for DumpFile. by Felipe Leme · 8 years ago
  62. 26c4157 Fixed RunCommandDropRoot when running as Shell. by Felipe Leme · 8 years ago
  63. d80e6b6 Moar Dumpstate refactoring and unit testing: by Felipe Leme · 8 years ago
  64. fd8affa Moar tests for RunCommand: by Felipe Leme · 8 years ago
  65. 2cc37ea Dumpstate should hold a wakelock to save bug report time. DO NOT MERGE. by Wei Liu · 8 years ago
  66. 7265fd7 Merge "Add "ip xfrm policy" to dumpstate output" by TreeHugger Robot · 8 years ago
  67. 32af8c2 Add "ip xfrm policy" to dumpstate output by Erik Kline · 8 years ago
  68. 19d86fd Add "ip xfrm policy" to dumpstate output am: 53ca94ab34 am: 5159997ffa by Erik Kline · 8 years ago
  69. 5159997 Add "ip xfrm policy" to dumpstate output am: 53ca94ab34 by Erik Kline · 8 years ago
  70. 4c2d663 Added initial tests for dumpstate. by Felipe Leme · 8 years ago
  71. c7fe8fe Deprecate run_command() and dump_file(). by Felipe Leme · 8 years ago
  72. 6ad9c06 Fixed and improve RunCommand() when running as root. by Felipe Leme · 8 years ago
  73. 4efa14a Merge "Moar C++ refactoring." by TreeHugger Robot · 8 years ago
  74. 678727a Moar C++ refactoring. by Felipe Leme · 8 years ago
  75. 4a0db9f Improved usage on invalid args. by Felipe Leme · 8 years ago
  76. 53ca94a Add "ip xfrm policy" to dumpstate output by Erik Kline · 8 years ago
  77. e844a9d Initial work on a Dumpstate class. by Felipe Leme · 8 years ago
  78. 5bcce57 Fix dumpsys timeouts. by Felipe Leme · 8 years ago
  79. b0f669d Fixed C++ style on refactored function and variable names. by Felipe Leme · 8 years ago
  80. 45af406 Add socket dumps via ss to bugreports. am: d3b809baff am: e0e7206725 by Lorenzo Colitti · 8 years ago
  81. 4ee346a Add socket dumps via ss to bugreports. am: d3b809baff am: e0e7206725 by Lorenzo Colitti · 8 years ago
  82. e0e7206 Add socket dumps via ss to bugreports. am: d3b809baff by Lorenzo Colitti · 8 years ago
  83. b78c3ae Merge "Fixed header on runCommand()." by TreeHugger Robot · 8 years ago
  84. c5d6cfc Fixed header on runCommand(). by Felipe Leme · 8 years ago
  85. 96c2bbb Uses new get/set property functions. by Felipe Leme · 8 years ago
  86. 8d97c93 Merge "Use a system property to define extra command-line arguments." by TreeHugger Robot · 8 years ago
  87. 9ce6aa4 Use a system property to define extra command-line arguments. by Felipe Leme · 8 years ago
  88. d3b809b Add socket dumps via ss to bugreports. by Lorenzo Colitti · 8 years ago
  89. 496548f Merge commit 'bc06c07ee7677168d71a9c809a8960f39340ff99' into blah by Ajay Panicker · 8 years ago
  90. 2f53177 Add btsnoop_hci.log to bugreport zip (1/2) by Ajay Panicker · 8 years ago
  91. d886ec4 Add btsnoop_hci.log to bugreport zip (1/2) by Ajay Panicker · 8 years ago
  92. 5603341 resolve merge conflicts of 9795ff6 to master by Wei Liu · 8 years ago
  93. 9795ff6 Dumpstate should hold a wakelock to save bug report time. am: f87959e007 by Wei Liu · 8 years ago
  94. f87959e Dumpstate should hold a wakelock to save bug report time. by Wei Liu · 8 years ago
  95. 0bcc7ca Refactored dump_file() into dumpFile(). by Felipe Leme · 8 years ago
  96. 30dbfa1 Refactored run_command functions. by Felipe Leme · 8 years ago
  97. fd55a75 Merge "Fix google-explicit-constructor warnings in dumpstate." am: a70396971e am: 347b6f4c35 am: 666cd74e59 by Chih-Hung Hsieh · 8 years ago
  98. 4c8a923 Merge "Fix google-explicit-constructor warnings in dumpstate." am: a70396971e am: 347b6f4c35 by Chih-Hung Hsieh · 8 years ago
  99. e6851cc make sure anrd trace is being collected. am: afc38fe263 am: 05352fd5d5 by Zhengyin Qian · 8 years ago
  100. 05352fd make sure anrd trace is being collected. am: afc38fe263 by Zhengyin Qian · 8 years ago