summaryrefslogtreecommitdiff
path: root/core/java/android/util/AndroidException.java
Commit message (Collapse)AuthorAgeFilesLines
* Provide remote stack trace informationFyodor Kupolov2017-11-141-0/+6
| | | | | | | | | | | | | | | | The stack is truncated up to 5 lines at parcel time. When unparceling, a separate RemoteException will be created and set as a cause of the exception being thrown. Performance results(in nanoseconds): timeWriteExceptionWithStackTraceParceling 4168 timeWriteException 2201 timeReadException 15878 timeReadExceptionWithStackTraceParceling 23805 Test: manual + ParcelPerfTest Bug: 36561158 Change-Id: I18b64a6c39c24ab067115874ddb5bd71f556a601
* Fragment and PreferenceFragment and FragmentManager, oh my!Dianne Hackborn2010-08-121-0/+4
| | | | | | | | | | | | | | | | | - Introduce FragmentManager public API, for all Fragment management needs. Will in the future allow the removal of the (growing number of) fragment APIs on Activity. - Fragment now has a concept of arguments. This can be supplied immediately after creation, and are retained across instances. - PreferenceActivity now has an API to have it update its headers (note not tested). Headers now have arguments. Keys for controlling when PreferenceActivity shows at launch have been added to the SDK. - Fixes to back stack handling and state saving/restoring. Change-Id: Ib9d07ae2beb296c4eb3a4d9e1b3b59544675e819
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+34
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-34/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+34