1. cba0c36 Disable heap pointer tagging on Q or earlier. by Evgenii Stepanov · 4 years, 7 months ago
  2. 28aec75 Merge "Implement the ThreadPrioritySetter interface" by Rick Yiu · 4 years, 7 months ago
  3. ae5bcf2 Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 9 months ago
  4. 2c7729e Implement the ThreadPrioritySetter interface by Rick Yiu · 4 years, 8 months ago
  5. 6df72bd Revert "Implement the ThreadPrioritySetter interface" by Rick Yiu · 4 years, 8 months ago
  6. a761215 Implement the ThreadPrioritySetter interface by Rick Yiu · 4 years, 8 months ago
  7. e44e134 Pipe disabled compat changes to runtime through zygote. by atrost · 4 years, 8 months ago
  8. a494449 Allow tuning of heaptargetutilization by David Sehr · 4 years, 9 months ago
  9. 4435606 Construct default MimeMap lazily rather than eagerly. by Tobias Thierer · 4 years, 11 months ago
  10. 8edd837 Track MimeMap moving to libcore.content.type. by Tobias Thierer · 4 years, 11 months ago
  11. af0cef9 MimeMapImpl.createDefaultInstance() -> DefaultMimeMapFactory.create(). by Tobias Thierer · 5 years ago
  12. 878c77b Move default MimeMap implementation to frameworks. by Tobias Thierer · 5 years ago
  13. a45917e Introduce ZygoteInit.preForkInit(). by Tobias Thierer · 5 years ago
  14. f83bd77 Revert "Move default MimeMap implementation to frameworks." by Tobias Thierer · 5 years ago
  15. 89bcfa5 Revert "Tweak RuntimeInit docs around MimeMap registration." by Tobias Thierer · 5 years ago
  16. 098a533 Tweak RuntimeInit docs around MimeMap registration. by Tobias Thierer · 5 years ago
  17. 53f15f3 Move default MimeMap implementation to frameworks. by Tobias Thierer · 5 years ago
  18. 8695b40 LockAgent: Add option to synthesize Java crash logging by Andreas Gampe · 5 years ago
  19. eecddd5 Add @UnsupportedAppUsage annotations by Andrei Onea · 5 years ago
  20. a84056a Break some dependencies on libcore internals by Neil Fuller · 6 years ago
  21. 50fa122 Frameworks: In the kill handler, ensure the logging handler was run by Andreas Gampe · 6 years ago
  22. d0a190df Add Zygote.startChildZygote() to fork a new process that itself is a zygote. by Robert Sesek · 7 years ago
  23. e669ac2 fix misleading FATAL EXCEPTION IN SYSTEM PROCESS log by yuanhuihui · 7 years ago
  24. ac0b4be Zygote: Improve logging and error handling during connections. by Narayan Kamath · 7 years ago
  25. 76d4fc8 Framework: Clean up RuntimeInit/ZygoteInit/WrapperInit by Andreas Gampe · 8 years ago
  26. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  27. fc46e9b Move IActivityManager to aidl. by Sudheer Shanka · 8 years ago
  28. 4ebf60b Merge "Ensure apps cannot prevent uncaught exceptions being logged." am: f61a449ee9 am: 8431c55fb8 am: 62360649c8 by Tobias Thierer · 8 years ago
  29. 8431c55 Merge "Ensure apps cannot prevent uncaught exceptions being logged." by Tobias Thierer · 8 years ago
  30. addbf90 Ensure apps cannot prevent uncaught exceptions being logged. by Tobias Thierer · 8 years ago
  31. 8ad86a3 Stop profiling on uncaught exception. by Tobias Thierer · 8 years ago
  32. ba816e0 Refactor ZygoteInit to support a WebView-specific zygote. by Simon Baldwin · 9 years ago
  33. f888056 When system server goes down, crash apps more. by Jeff Sharkey · 8 years ago
  34. d888beb Frameworks/base: Use Log.printlns in RuntimeInit by Andreas Gampe · 9 years ago
  35. 4c79fea Frameworks/base: Stop profiling on uncaught exception by Andreas Gampe · 9 years ago
  36. fbb32f6 Better systrace slices for application startup. by Narayan Kamath · 9 years ago
  37. da74a62 Register DDM handlers at the beginning of main method. by Piotr Jastrzebski · 10 years ago
  38. 5232271 Fix issue #17146552: system anr by Dianne Hackborn · 10 years ago
  39. 29564cd Remove system_server classes from the boot image. by Narayan Kamath · 10 years ago
  40. 69eb6f5 Native Runtime: Add LOG_ID_CRASH by Mark Salyzyn · 10 years ago
  41. 35980b2 Add PID and application to Java crash printout by Eric Rowe · 11 years ago
  42. 941adc9 Make sure to actually log when Log.wtf() hiccups by Christopher Tate · 11 years ago
  43. 4280c4a If an application calls System.exit() terminate it immediately. by Jeff Brown · 12 years ago
  44. 16f5f5c Delete useless JNI methods. by Jeff Brown · 12 years ago
  45. e1dfcb7 Pass the targetSdkVersion through to the zygote-forked dalvik. by Elliott Hughes · 13 years ago
  46. 8568db5 Move socket tagging from libcore. by Jesse Wilson · 13 years ago
  47. ebed7d6 Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 13 years ago
  48. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  49. f890fab Ensure bitmaps aren't freed while referenced from a display list by Patrick Dubroy · 14 years ago
  50. 8718a51 Close System.out and System.err streams when they are made unreachable. by Jesse Wilson · 14 years ago
  51. 02890fd Replace Bitmap's finalizers with PhantomReferences. by Romain Guy · 14 years ago
  52. 438d059 Introduce "StrictMode" by Brad Fitzpatrick · 14 years ago
  53. c9421ba Fix issue #2492387: system server crash in WallpaperManagerService by Dianne Hackborn · 14 years ago
  54. 1c9131c Remove all traces of the old checkin service (and its associated parental by Dan Egnor · 15 years ago
  55. 60d8762 DropBox logging of app & system server crashes. by Dan Egnor · 15 years ago
  56. b7f0367 Eliminate CrashData and friends. by Dan Egnor · 15 years ago
  57. d0f80d4 Setting the default HTTP user agent at runtime init. by Jesse Wilson · 15 years ago
  58. e540833 Integrated the profiler into the framework. We run it all the time if the persist.sampling_profiler by Bob Lee · 15 years ago
  59. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  60. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  61. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago