1. a3b5ab6 Use dex2oatd when available on debug builds by David Sehr · 8 years ago
  2. 9150107 Fix argument passing to dexoptanalyzer by Calin Juravle · 8 years ago
  3. 58cab07 [installd] Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 8 years ago
  4. d3badba dumpstate: always include last ANR as a separate entry. by Narayan Kamath · 8 years ago
  5. 172fac0 Fix bug in directory depth counting. by Jeff Sharkey · 8 years ago
  6. 7e01b2b Otapreopt: Fix property handling by Andreas Gampe · 8 years ago
  7. c1149c9 Enable clang-tidy for sensitive domain. by Jeff Sharkey · 8 years ago
  8. e2cff6a Skip children in fixupAppData() when parent shady. by Jeff Sharkey · 8 years ago
  9. ec0afbf Fix up error message in installd::prepare_app_cache_dir by Shubham Ajmera · 8 years ago
  10. dd42e27 Adjust the validation code for secondary dex paths by Calin Juravle · 8 years ago
  11. e6d7ad5 Drop capabilities in reconcileSecondaryDexFiles by Shubham Ajmera · 8 years ago
  12. e1d9b28 Change log libraries in tests to be statically linked by Arthur Eubanks · 8 years ago
  13. 4f7be17 Fix casting bug, add control for hard quotas. by Jeff Sharkey · 8 years ago
  14. 3760ad3 Change the location of current profiles for secondary dex files by Calin Juravle · 8 years ago
  15. 0e1f4ce Fix clang-tidy performance warnings in frameworks/native. by Chih-Hung Hsieh · 8 years ago
  16. e761ac3 Installd: Fix math overflow on quota calculation by Jerry Wong · 8 years ago
  17. 52c4582 Replace dexopt shared libraries with class loader context by Calin Juravle · 8 years ago
  18. 54ef862 Check dexopt needed for secondary dex while downgrading by Shubham Ajmera · 8 years ago
  19. 3f94b5e Revert "Otapreopt: Work around bug 38186355" by Andreas Gampe · 8 years ago
  20. 682e57b Clean up possible null dereference warning. by Luis A. Lozano · 8 years ago
  21. 4d03ee6 Change storage migration to use quota APIs. by Jeff Sharkey · 8 years ago
  22. d087b8d dumpstate: Add historical ANRs as separate entries in the zip file. by Narayan Kamath · 8 years ago
  23. 016e950 Merge "Remove libselinux_vendor" am: cd4895df08 by Jiyong Park · 8 years ago
  24. a6974e9 Remove libselinux_vendor by Jiyong Park · 8 years ago
  25. f037948 Merge "Use -Werror in frameworks/native/cmds" am: afee092bee by Chih-hung Hsieh · 8 years ago
  26. afee092 Merge "Use -Werror in frameworks/native/cmds" by Chih-hung Hsieh · 8 years ago
  27. fb23ba2 Merge "Add missing includes." am: 2df3edeae6 by Dan Albert · 8 years ago
  28. 3c9c33a Add missing includes. by Dan Albert · 8 years ago
  29. 734e378 Use -Werror in frameworks/native/cmds by Chih-Hung Hsieh · 8 years ago
  30. 45c99f6 Merge "Add sensor HAL process into dump list" by Treehugger Robot · 8 years ago
  31. b317c75 Add sensor HAL process into dump list by Peng Xu · 8 years ago
  32. 68ff008 Merge "Remove code_cache info from parent's inode when code_cache is removed" by Ryuki Nakamura · 8 years ago
  33. 301fb13 Merge "Remove code_cache info from parent's inode when code_cache is removed" by Treehugger Robot · 8 years ago
  34. 223a1cf Merge "Dumpstate: lshal runs in non-root in user build" am: 0c47ec9a82 by Yifan Hong · 8 years ago
  35. 48e83a1 Dumpstate: lshal runs in non-root in user build by Yifan Hong · 8 years ago
  36. 354b299 Merge "Change UniquePtr to std::unique_ptr" am: 625d6a8cd8 by Jiyong Park · 8 years ago
  37. 429d211 Change UniquePtr to std::unique_ptr by Jiyong Park · 8 years ago
  38. c7342f8 Remove code_cache info from parent's inode when code_cache is removed by Ryuki Nakamura · 8 years ago
  39. 3985d37 Merge changes from topic "lshal_released" am: 136c4bc7ab by Yifan Hong · 8 years ago
  40. fee209d lshal: add Released column. by Yifan Hong · 8 years ago
  41. 22ea7b8 lshal: clean up ListCommand::fetchBinderized by Yifan Hong · 8 years ago
  42. 1243dde lshal: ListCommand::getPidInfo should be cached. by Yifan Hong · 8 years ago
  43. 7a3b46c lshal: fix tests on implementation by Yifan Hong · 8 years ago
  44. 93b8bff lshal: omit description text in tests. by Yifan Hong · 8 years ago
  45. 880df0f Merge changes from topic "lshal_released" am: 757fd44b93 by Yifan Hong · 8 years ago
  46. e3f88f1 lshal: add docs to Status. by Yifan Hong · 8 years ago
  47. d43d705 lshal: remove unused "break". by Yifan Hong · 8 years ago
  48. a6b93f0 lshal: register options for ListCommand. by Yifan Hong · 8 years ago
  49. 795b6ec lshal: Lshal register commands by Yifan Hong · 8 years ago
  50. a8bedc6 lshal: add HelpCommand by Yifan Hong · 8 years ago
  51. ded398e lshal: Add class Command. by Yifan Hong · 8 years ago
  52. 91e655d lshal: DISALLOW_COPY_AND_ASSIGN needs to be in private by Yifan Hong · 8 years ago
  53. e1111eb Merge changes from topic "lshal_pretty" am: 303322f06a by Yifan Hong · 8 years ago
  54. 8bf7316 lshal: add tests for ListCommand::fetch* and dumpVintf by Yifan Hong · 8 years ago
  55. b2a2ecb lshal: Add tests for ListCommand::parseArgs by Yifan Hong · 8 years ago
  56. ca3b660 lshal: fix file streams for testing. by Yifan Hong · 8 years ago
  57. 76ac14a lshal: fix output streams for testing. by Yifan Hong · 8 years ago
  58. bf20a26 lshal: clean up tests by Yifan Hong · 8 years ago
  59. d4a77e8 lshal: remove ListCommand addLine by Yifan Hong · 8 years ago
  60. 30556fc vndservicemanager: remove static dependency on libselinux by Sandeep Patil · 8 years ago
  61. 7cd89ff Merge "lshal: fix potential out-of-range error." am: cb82bdbf10 by Yifan Hong · 8 years ago
  62. 2233882 lshal: fix potential out-of-range error. by Yifan Hong · 8 years ago
  63. 54b6e67 Merge changes from topic "lshal_pretty" am: 7971ad7fd7 by Yifan Hong · 8 years ago
  64. 05494a5 lshal: table columns affected by arg order. by Yifan Hong · 8 years ago
  65. 1bc1e9f lshal: pretty print table. by Yifan Hong · 8 years ago
  66. 85e0c9c Merge "Unconditionally unlink image." am: 74a871ae12 by Nicolas Geoffray · 8 years ago
  67. aa17ab4 Unconditionally unlink image. by Nicolas Geoffray · 8 years ago
  68. 07ea1d7d Merge "lshal: add help message for --neat" am: 87ffcc425e am: 17f20b035b by Yifan Hong · 8 years ago
  69. 17f20b0 Merge "lshal: add help message for --neat" am: 87ffcc425e by Yifan Hong · 8 years ago
  70. 87ffcc4 Merge "lshal: add help message for --neat" by Treehugger Robot · 8 years ago
  71. 45a0ead lshal: add help message for --neat by Yifan Hong · 8 years ago
  72. cb4c58b Merge commit '219b580fed7916ed4e02dd634e003073f91c6b93' into manual_merge_219b580fe am: 84548cfbfb by Yifan Hong · 8 years ago
  73. 84548cf Merge commit '219b580fed7916ed4e02dd634e003073f91c6b93' into manual_merge_219b580fe by Yifan Hong · 8 years ago
  74. 3f68cca Use cutils/android_filesystem_config.h by Yifan Hong · 8 years ago
  75. dfdc155 Merge "Otapreopt: Check dexopt return status before retry" by Treehugger Robot · 8 years ago
  76. 145b13a Merge "Changes to support new v4.12.3 headers." am: ab9e842013 am: 4e99fac316 by Christopher Ferris · 8 years ago
  77. 4e99fac Merge "Changes to support new v4.12.3 headers." am: ab9e842013 by Christopher Ferris · 8 years ago
  78. dbaa22a Changes to support new v4.12.3 headers. by Christopher Ferris · 8 years ago
  79. 6a9cf72 Installd: Run debug tools when using libartd by Andreas Gampe · 8 years ago
  80. f2d5d51 Installd: Run debug tools when using libartd by Andreas Gampe · 8 years ago
  81. 79c6ad3 Installd: Run debug tools when using libartd by Andreas Gampe · 8 years ago
  82. fec340e Merge "Add sensor HAL process into dump list" into oc-dr1-dev by TreeHugger Robot · 8 years ago
  83. f1ab0ac Add sensor HAL process into dump list by Peng Xu · 8 years ago
  84. 699fbb7 servicemanager: Mark servicemanager as shutdown critical by Wei Wang · 8 years ago
  85. 175e684 servicemanager: Mark vndservicemanager as shutdown critical by Roopesh Rajashekharaiah Nataraja · 8 years ago
  86. c3be65b Merge "Validate the size of all dex paths eagerly" into oc-dr1-dev by Calin Juravle · 8 years ago
  87. d23dee7 Validate the size of all dex paths eagerly by Calin Juravle · 8 years ago
  88. a6c0a72 Restore PDX support to atrace. by Corey Tabaka · 8 years ago
  89. a94c717 Add telephony related dumpsys in the telephony monitor bugreports by Jayachandran C · 8 years ago
  90. acc79d7 Disable setting saved_cmdline_size am: ba54d5baf4 by John Reck · 8 years ago
  91. 64dac11 Disable setting saved_cmdline_size am: ba54d5baf4 by John Reck · 8 years ago
  92. ba54d5b Disable setting saved_cmdline_size by John Reck · 8 years ago
  93. df4e3bc Update dumpstate binary file name by Jie Song · 8 years ago
  94. 5e6abb3 Merge "Avoid SELinux violation at vndservicemanager" into oc-dr1-dev by Martijn Coenen · 8 years ago
  95. 9fbfad0 dumpstate: Add the 2nd fd for binary file by Jie Song · 8 years ago
  96. 61f8dfa Avoid SELinux violation at vndservicemanager by Kouji Shiotani · 8 years ago
  97. cf64ff0 Merge "Fix minor version bump reflected in lshal --init-vintf" am: ac6575097d by Yifan Hong · 8 years ago
  98. c77bc02 Merge "Fix incorrect bitness for lshal --init-vintf" am: e162a97703 by Yifan Hong · 8 years ago
  99. 77c8782 Fix minor version bump reflected in lshal --init-vintf by Yifan Hong · 8 years ago
  100. e86f70b Fix minor version bump reflected in lshal --init-vintf by Yifan Hong · 8 years ago