Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE | Steve Block | 2012-01-03 | 1 | -1/+1 |
| | | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I4c4e33bb9df3e39e11cd985e193e6fbab4635298 | ||||
* | Use libcorkscrew to format the stack trace. | Jeff Brown | 2011-11-21 | 1 | -22/+10 |
| | | | | Change-Id: I3a5439ada76bc77c2dd491eaed2272e16a811cc7 | ||||
* | Slight change to the unwinder API. | Jeff Brown | 2011-11-03 | 1 | -2/+2 |
| | | | | Change-Id: I5424de76a21b74842e004e0281936b3f492d3c7a | ||||
* | Use libcorkscrew for stack unwinding. | Jeff Brown | 2011-10-22 | 1 | -266/+58 |
| | | | | Change-Id: Iee1ee5a2018ab8cfc1ce12ec2a124809245eaa02 | ||||
* | some work to try to reduce the code size of some native libraries | Mathias Agopian | 2009-05-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | - make sure that all binder Bn classes define a ctor and dtor in their respective library. This avoids duplication of the ctor/dtor in libraries where these objects are instantiated. This is also cleaner, should we want these ctor/dtor to do something one day. - same change as above for some Bp classes and various other non-binder classes - moved the definition of CHECK_INTERFACE() in IInterface.h instead of having it everywhere. - improved the CHECK_INTERFACE() macro so it calls a single method in Parcel, instead of inlining its code everywhere - IBinder::getInterfaceDescriptor() now returns a "const String16&" instead of String16, which saves calls to String16 and ~String16 - implemented a cache for BpBinder::getInterfaceDescriptor(), since this does an IPC. HOWEVER, this method never seems to be called. The cache makes BpBinder bigger, so we need to figure out if we need this method at all. | ||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 1 | -6/+19 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+335 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -335/+0 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -29/+29 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+335 |