1. e21145f Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) if app is debuggable. by Oleksiy Vyalov · 8 years ago
  2. 415d807 ART: Flag to fail thread creation by Andreas Gampe · 8 years ago
  3. f448016 Do not JIT boot image during native-debugging (keep AOT code instead). by David Srbecky · 8 years ago
  4. 346dc99 Remove --native-debuggable compiler option. by David Srbecky · 8 years ago
  5. dd5e5e9 Revert "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 8 years ago
  6. 3a98aae Revert "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 8 years ago
  7. c94a61f Make it possible to enable native debugging through debug flags by Tamas Berghammer · 8 years ago
  8. 05d2415 Add option to never interpret. by Siva Chandra · 8 years ago
  9. d66c862 Special case system_server to not create the JIT code cache. by Nicolas Geoffray · 9 years ago
  10. 870a293 Merge "Move the trace file out of the profiles folder." am: 3610abea2f am: 2dcf91c2b9 by Calin Juravle · 9 years ago
  11. 9d157e4 Fix bogus DCHECK and rename DidForkFromZygote. by Nicolas Geoffray · 9 years ago
  12. 0f042e0 Remove DEBUG_JIT from Zygote flags. by Nicolas Geoffray · 9 years ago
  13. f83e733 Move the trace file out of the profiles folder. by Calin Juravle · 9 years ago
  14. 8363c77 Add --generate-debug-info flag and remove the other two flags. by David Srbecky · 9 years ago
  15. e34a42c ART: Fix Trace types, check minimum buf size by Andreas Gampe · 9 years ago
  16. 00bb878 ART: Add GENERATE_CFI to the ZygoteHooks debug flags by Andreas Gampe · 9 years ago
  17. 40da286 ART: Streaming trace mode by Andreas Gampe · 9 years ago
  18. 455f67c Fix JIT options with late init by Mathieu Chartier · 9 years ago
  19. 6eff38d Add JIT zygote hook by Mathieu Chartier · 9 years ago
  20. 0a18df8 Clean up some #ifdefs. by Elliott Hughes · 9 years ago
  21. d2abbc9 ART: Use interpret-only for vmSafeMode by Andreas Gampe · 10 years ago
  22. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  23. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  24. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  25. a6da74e ART: Update for split native bridge initialization by jgu21 · 10 years ago
  26. 6be67ee ART: Change ART for new native bridge sequence by Andreas Gampe · 10 years ago
  27. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  28. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  29. 966ce11 Restore "Late-enable" logging by Brian Carlstrom · 10 years ago
  30. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  31. 3de95a7 Runtime::PreZygoteFork returns void, not boolean. by Narayan Kamath · 10 years ago
  32. ad4b0d2 Include <sys/resource.h> for rlimit. by Narayan Kamath · 10 years ago
  33. 8b2c8b9 Move most zygote related code to frameworks/base. by Narayan Kamath · 10 years ago