Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate single-process mode. | Jeff Brown | 2011-07-08 | 1 | -14/+6 |
| | | | | | | Bug: 5010576 Change-Id: Id450dc83efed4897d1e4ff451530fed14457aace | ||||
* | Support wrapping app processes to inject debug instrumentation. | Jeff Brown | 2011-05-24 | 1 | -30/+41 |
| | | | | | | Bug: 4437846 Change-Id: I4552501c693716b14714afb5c5248edaca9547ab | ||||
* | Replace a custom AndroidRuntime::findClass with a more targeted fix. | Elliott Hughes | 2011-04-13 | 1 | -20/+41 |
| | | | | | | | This seems simpler and more contained, and I think the comment explaining why hoop-jumping is necessary is a bit clearer now. Change-Id: Ief4afd7cbb42188ed835fce23e497520bdb753a8 | ||||
* | Move LOG_ALWAYS_FATAL to end of app_process | Brian Carlstrom | 2010-10-07 | 1 | -1/+1 |
| | | | | | | | Since LOG_ALWAYS_FATAL is always fatal and code after it is by definition unreachable, put the call after other diagnostic output. Change-Id: Ib3a515a04125d8e4f6e8af3a6f59226e8f0dd9cd | ||||
* | Add back missing shared libraries used in executables in link commands. These | Doug Kwan | 2009-10-04 | 1 | -0/+1 |
| | | | | | | executables have calls to some shared libraries without explicitly linking them. Currently it works as linker links these libraries via dependencies of other libraries. This is fragile and not the right thing to do. | ||||
* | move libbinder's header files under includes/binder | Mathias Agopian | 2009-05-20 | 1 | -2/+2 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 4 | -0/+384 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 4 | -384/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 4 | -0/+384 |