1. 2efc402 [installd] Pass --compilation-reason to dex2oat by Calin Juravle · 8 years ago
  2. 0c609c2 Fix otapreopt parameters reading by Calin Juravle · 8 years ago
  3. 40b5f46 Fix profileSnapshot test in installd. by Calin Juravle · 8 years ago
  4. 5bd1c72 Allow public profile compilation for primary apks by Calin Juravle · 8 years ago
  5. 62c5a37 [installd] Pass .dm files to dexopt by Calin Juravle · 8 years ago
  6. f63d479 Replace profman invocation for prepareAppProfiles by Calin Juravle · 8 years ago
  7. 315d1f5 Refactor argument parsing in ota preopt by Calin Juravle · 8 years ago
  8. dff4729 Extract the otapreopt parameters in their own class and add tests by Calin Juravle · 8 years ago
  9. c4f6a0b Fix profile guided compilation for secondaries and add more tests by Calin Juravle · 8 years ago
  10. 0d0a492 [installd] Create profile snaphots for boot image by Calin Juravle · 8 years ago
  11. 408cd4a [installd] Extend profile operations to take the profile name by Calin Juravle · 8 years ago
  12. c3b049e [installd] Prepare profiles for app code paths by Calin Juravle · 8 years ago
  13. 824a64d Prepare installd to handle profiles per code path by Calin Juravle · 8 years ago
  14. a25d90c Add Installd IPC to compute the SHA256 of a seconday dex file. by Alan Stokes · 8 years ago
  15. 5224916 Refactor runtime hidden API flag from negative to positive by David Brazdil · 8 years ago
  16. ffb5375 Use arm instruction set with clang 7.0 LTO by Chih-Hung Hsieh · 8 years ago
  17. f31aa05 lshal --init-vintf: can specify manifest partition by Yifan Hong · 8 years ago
  18. 1cd975c lshal: add libprocpartition by Yifan Hong · 8 years ago
  19. 266790e Merge "dumpstate: disable vibration when -q option is set" by Treehugger Robot · 8 years ago
  20. 1eea3d7 Merge "Dumpstate: Add statsd to interesting processes" by Treehugger Robot · 8 years ago
  21. 3cbc589 Merge "lshal --init-vintf: do not put empty <sepolicy> tag" by Treehugger Robot · 8 years ago
  22. acc1212 lshal --init-vintf: do not put empty <sepolicy> tag by Yifan Hong · 8 years ago
  23. 47f644e dumpstate: disable vibration when -q option is set by Takuya Ogawa · 8 years ago
  24. a3127a7 Dumpstate: Add statsd to interesting processes by Andreas Gampe · 8 years ago
  25. 37ea948 Merge "Add new dexopt flag to control hidden API restrictions" by Treehugger Robot · 8 years ago
  26. 7fb0aa5 Merge "Add 'exclude parent' option to debug." by Treehugger Robot · 8 years ago
  27. aaf2c87 Merge "Prevent otapreopt_chroot from crashing with no arguments" by Zach Riggle · 8 years ago
  28. 7fcbb81 Add new dexopt flag to control hidden API restrictions by David Brazdil · 8 years ago
  29. bf5e6b1 Merge "Update filesystem permissions in atrace.rc to give selinux control." by Treehugger Robot · 8 years ago
  30. 318853a Prevent otapreopt_chroot from crashing with no arguments by Zach Riggle · 8 years ago
  31. d9024ef Fix number of arguments in otapreopt v4 by David Brazdil · 8 years ago
  32. 5f32889 Add 'exclude parent' option to debug. by Steven Moreland · 8 years ago
  33. 385f7ee Update filesystem permissions in atrace.rc to give selinux control. by Carmen Jackson · 8 years ago
  34. 3723625 Merge "dumpstate: add media.metrics" by Andy Hung · 8 years ago
  35. 570d398 Pass targetSdkVersion to dex2oat by David Brazdil · 8 years ago
  36. 99de516 Installd: new interface to enable apk verity by Victor Hsieh · 8 years ago
  37. 1fb463e Disable cdex for non background dexopt by Mathieu Chartier · 8 years ago
  38. b41ffcc Disable compact dex for input fd == output fd by Mathieu Chartier · 8 years ago
  39. 756655c dumpstate: add media.metrics by Andy Hung · 8 years ago
  40. 3481c9a lshal: debug checks fqname by Steven Moreland · 8 years ago
  41. 28b48f2 Merge "Remove sys/class/leds from dumpstate." by Treehugger Robot · 8 years ago
  42. b764060 Remove sys/class/leds from dumpstate. by Steven Moreland · 8 years ago
  43. 969e4f8 StartsWith/EndsWith allow std::string prefixes/suffixes now. by Elliott Hughes · 8 years ago
  44. c3596c3 Rename snapshotProfile to createProfileSnapshot for better consistency by Calin Juravle · 8 years ago
  45. 4ae4b9c Merge "DO NOT MERGE: Merge Oreo MR1 into master" by Xin Li · 8 years ago
  46. c81d9b8 Merge "Keystore and gatekeeper not working when servicemanager crashed" by Treehugger Robot · 8 years ago
  47. 72a9a36 Merge "Use -Werror in frameworks/native/cmds/cmd" am: 68686bd151 by Chih-hung Hsieh · 8 years ago
  48. b2a90b6 Use -Werror in frameworks/native/cmds/cmd by Chih-Hung Hsieh · 8 years ago
  49. dd2dae9 Export AIDL files as a filegroup for framework.jar by Colin Cross · 8 years ago
  50. f89ee1a Export AIDL files as a filegroup for framework.jar by Colin Cross · 8 years ago
  51. d87138a Merge "Fixup existing profile directories during upgrades" am: 3367b569bf by Calin Juravle · 8 years ago
  52. 9ab618a Merge "Refactor profile dir creation" am: dd6b71dfaa by Calin Juravle · 8 years ago
  53. 6f06eb6 Fixup existing profile directories during upgrades by Calin Juravle · 8 years ago
  54. d2affb8 Refactor profile dir creation by Calin Juravle · 8 years ago
  55. 5a49d45 Merge "Add snapshotProfile APIs to installd" am: 98ad260f6b by Calin Juravle · 8 years ago
  56. 2959173 Add snapshotProfile APIs to installd by Calin Juravle · 8 years ago
  57. 53c06d4 Merge changes I082e9bb7,Ib35fe4fc,Ibc2726e1 am: 22975f3ef9 by Jiyong Park · 8 years ago
  58. 22975f3 Merge changes I082e9bb7,Ib35fe4fc,Ibc2726e1 by Treehugger Robot · 8 years ago
  59. 4994440 Merge commit '2fc42a279697a847d5b6961914f6f6afbed49a48' from by Xin Li · 8 years ago
  60. 7d76546 Move secondary dex files processing in the app process by Calin Juravle · 9 years ago
  61. c16c2db Use -Werror in frameworks/native/cmds/surfacereplayer/proto by Chih-Hung Hsieh · 8 years ago
  62. 1642dc6 Use -Werror in frameworks/native/cmds by Chih-Hung Hsieh · 8 years ago
  63. 24ae819 Put uptime into bugreport header by pengzhicai · 9 years ago
  64. 259775c merge dumpstate_headers into libdumpstateutil by Jiyong Park · 8 years ago
  65. 522ae9a dumpstate/Android.mk is converted to Android.bp by Jiyong Park · 9 years ago
  66. dc3cb64 Use getpwnam()/getgrnam() instead of AID_* macros (dumpstate) by Yifan Hong · 9 years ago
  67. 7fdc660 Mark libbinder and libdumpstateutil as VNDK in Android.bp by Justin Yun · 9 years ago
  68. 2a2d7ba Installd: Emit minidebug-info by Andreas Gampe · 8 years ago
  69. a73a0cb Installd: Rename try_debug_for_background by Andreas Gampe · 8 years ago
  70. b6bcd22 Use fds for dexoptanalyzer from installd by Shubham Ajmera · 8 years ago
  71. a3b5ab6 Use dex2oatd when available on debug builds by David Sehr · 8 years ago
  72. 9150107 Fix argument passing to dexoptanalyzer by Calin Juravle · 8 years ago
  73. 58cab07 [installd] Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 8 years ago
  74. d3badba dumpstate: always include last ANR as a separate entry. by Narayan Kamath · 8 years ago
  75. 172fac0 Fix bug in directory depth counting. by Jeff Sharkey · 8 years ago
  76. 7e01b2b Otapreopt: Fix property handling by Andreas Gampe · 8 years ago
  77. c1149c9 Enable clang-tidy for sensitive domain. by Jeff Sharkey · 8 years ago
  78. e2cff6a Skip children in fixupAppData() when parent shady. by Jeff Sharkey · 8 years ago
  79. ec0afbf Fix up error message in installd::prepare_app_cache_dir by Shubham Ajmera · 8 years ago
  80. dd42e27 Adjust the validation code for secondary dex paths by Calin Juravle · 8 years ago
  81. e6d7ad5 Drop capabilities in reconcileSecondaryDexFiles by Shubham Ajmera · 9 years ago
  82. e1d9b28 Change log libraries in tests to be statically linked by Arthur Eubanks · 9 years ago
  83. 4f7be17 Fix casting bug, add control for hard quotas. by Jeff Sharkey · 9 years ago
  84. 3760ad3 Change the location of current profiles for secondary dex files by Calin Juravle · 9 years ago
  85. 0e1f4ce Fix clang-tidy performance warnings in frameworks/native. by Chih-Hung Hsieh · 9 years ago
  86. e761ac3 Installd: Fix math overflow on quota calculation by Jerry Wong · 9 years ago
  87. 52c4582 Replace dexopt shared libraries with class loader context by Calin Juravle · 9 years ago
  88. 54ef862 Check dexopt needed for secondary dex while downgrading by Shubham Ajmera · 9 years ago
  89. 3f94b5e Revert "Otapreopt: Work around bug 38186355" by Andreas Gampe · 9 years ago
  90. 682e57b Clean up possible null dereference warning. by Luis A. Lozano · 9 years ago
  91. 4d03ee6 Change storage migration to use quota APIs. by Jeff Sharkey · 9 years ago
  92. d087b8d dumpstate: Add historical ANRs as separate entries in the zip file. by Narayan Kamath · 9 years ago
  93. 016e950 Merge "Remove libselinux_vendor" am: cd4895df08 by Jiyong Park · 8 years ago
  94. a6974e9 Remove libselinux_vendor by Jiyong Park · 8 years ago
  95. 5ffd474 Merge "Use -Werror in frameworks/native/cmds" am: afee092bee am: f037948524 by Chih-hung Hsieh · 8 years ago
  96. f037948 Merge "Use -Werror in frameworks/native/cmds" am: afee092bee by Chih-hung Hsieh · 8 years ago
  97. afee092 Merge "Use -Werror in frameworks/native/cmds" by Chih-hung Hsieh · 8 years ago
  98. 5e931d8 resolve merge conflicts of e221e0131 to oc-mr1-dev-plus-aosp by Dan Albert · 8 years ago
  99. fb23ba2 Merge "Add missing includes." am: 2df3edeae6 by Dan Albert · 8 years ago
  100. 7f71703 Add missing transitive dependency to atrace. am: c9f1c322da by Corey Tabaka · 8 years ago