- 19 Sep, 2013 1 commit
-
-
Kenny Root authored
Macs don't have off64_t and instead use loff_t. This is taken care of in the Compat.h header from system/core. Include that. Bug: 10424836 Change-Id: Ic892e1edfecab502159209d463394864370c5537
-
- 18 Sep, 2013 2 commits
-
-
Kenny Root authored
Copy new behavior of ZipFileRO to dalvik's ZipArchive.cpp Bug: 10424836 Change-Id: Ic0ce11281f7318abda9d3c8062a095186448d2a9
-
Jeff Sharkey authored
Apps are no longer required to have sdcard_r or sdcard_rw to access some parts of external storage. Relax the mount parameters to allow everyone to traverse. Bug: 10577808 Change-Id: I620c8f02f08b149437dfa5705e05a27b6994d2db
-
- 11 Sep, 2013 1 commit
-
-
Jeff Sharkey authored
The OBB storage area is now presented on a per-user basis by the FUSE daemon, so we no longer need to create bind mounts. (In fact, we must use the FUSE daemon since it now correctly synthesizes UID ownership on a per-user basis.) Bug: 10506809 Change-Id: I2d6c5643d7c89d7a15ceb28af871e44618ad33ad
-
- 06 Sep, 2013 1 commit
-
-
Elliott Hughes authored
Bug: 10649815 (cherry picked from commit 89ee8af8) Change-Id: If28fab8c87222a9d182398a4deca167a8ca5c677
-
- 30 Aug, 2013 1 commit
-
-
Jeff Hao authored
This allows traceview to tell whether tracing is active, and whether it is sampling or method tracing. Bug: 9968521 Change-Id: I72100d1536ea3168998110ec1cfa5a183b55a67c (cherry picked from commit 9d3a0a2e253aecd07c4a053c19cf9b0ccaa2db49)
-
- 29 Aug, 2013 2 commits
-
- 28 Aug, 2013 4 commits
-
-
Yohann Roussel authored
This restores the old message, replacing "ids" by "references" and advertising for multidex otpions. Updates dalvik/tests/089-many-methods accordingly. (cherry picked from commit d352de04) Change-Id: I5934bc9fb7812b66c0e38935946cacdf1c35a402
-
Yohann Roussel authored
(cherry picked from commit 39bcbf75) Change-Id: Iaddb2020b75f2bbba2e2ebda3a4465a890e361ca
-
Yohann Roussel authored
- Classes in archives were added in all dexes. - Adding resources could be done twice in non "strictNameCheck" mode (when using BestEffortMainDexListFilter) if there was 2 secondary dex. (cherry picked from commit ad27e196) Change-Id: I5cbc1b273518e868fdd3d642d50488ddcbec2af6
-
Benoit Lamarche authored
Add --multi-dex options to dx command line to allow the generation of several dex files when method index limit is about to be reached. Also add --main-dex-list allowing to force some classes in the main dex. --minimal-main-dex to keep in main edx only classes specified by main-dex-list. --set-max-idx-number to set an arbitrary idx limit for the splitting. (cherry picked from commit c7daf656) Change-Id: I2b42272be91484a75783eb94cd30581159948975
-
- 23 Aug, 2013 1 commit
-
-
Mathieu Chartier authored
Fixed issue where we had inverted logic when checking for pending exceptions. Changed the logic to not update the native allocation watermarks after concurrent GC since the finalizers may not have been run at this point. Copied over the test from ART for ensuring that it is working. Bug: 10444866 Change-Id: Ie26170f9c4703f11e993233cdc9c5f46396fca84
-
- 21 Aug, 2013 1 commit
-
-
Elliott Hughes authored
Normally AndroidRuntime.cpp patches over this lapse, but that means that tests run by vogar or any other kind of "bare" VM doesn't handle SIGPIPE correctly. I'll remove the workaround from AndroidRuntime.cpp. Bug: 10211309 Change-Id: I51380486867af011d58ddbefbdef8d120f736ad9
-
- 16 Aug, 2013 1 commit
-
-
buzbee authored
-
- 14 Aug, 2013 2 commits
-
-
Brian Carlstrom authored
Bug: 9071417 Change-Id: I49429db9bde41065281512915cd1fbb18de6f951
-
Ian Rogers authored
(cherry picked from commit 46963dff) Change-Id: I2d054bf0824ec8378291d2035fc0586c6ec9aa2e
-
- 12 Aug, 2013 1 commit
-
-
buzbee authored
Make sure that we can break out of an infinite loop for gc or other purposes. Change-Id: I467a5f4383707b2952901d90444ef95e21a0caba
-
- 10 Aug, 2013 1 commit
-
-
Mathieu Chartier authored
Change-Id: I46588f15f92c8298130c49773951c62b05b44a4f (cherry picked from commit 6d6dfeaa)
-
- 09 Aug, 2013 1 commit
- 08 Aug, 2013 4 commits
-
-
Ian Rogers authored
* commit '13aeac96': Fix broken card table asserts.
-
Ian Rogers authored
-
Mathieu Chartier authored
We had an off by one error due to getting the card for the heap source limit. This is not a valid card when the heap is at maximum size, but doesn't need to be since we do less than comparison on it. Fixed another error where we didn't take into account the biased begin in an assert. Did a bit of refactoring by removing useless if statement. Fixes 061-out-of-memory, 080-oom-throw. Bug: https://code.google.com/p/android/issues/detail?id=42868 (cherry picked from commit ee903e17) Change-Id: If677c93e46fe1ee5729eec1820b1bd9682b4f924
-
Mathieu Chartier authored
We had an off by one error due to getting the card for the heap source limit. This is not a valid card when the heap is at maximum size, but doesn't need to be since we do less than comparison on it. Fixed another error where we didn't take into account the biased begin in an assert. Did a bit of refactoring by removing useless if statement. Fixes 061-out-of-memory. Bug: 8282011 Change-Id: I66e3026e7b98b738ecfbced101846ec9f184ab70 (cherry picked from commit ee903e17)
-
- 05 Aug, 2013 3 commits
-
-
Elliott Hughes authored
* commit 'cec783df': More consistent JNI error reporting.
-
Elliott Hughes authored
-
Elliott Hughes authored
Always include the JNI function's name in the log message. Bug: 10162113 Change-Id: I4ebd83c48f094f753190f70f644f5a59359b6327
-
- 03 Aug, 2013 5 commits
-
-
Elliott Hughes authored
* commit 'd76fe5d0': Not all shared libraries have a JNI_OnLoad.
-
Elliott Hughes authored
* commit 'f20307a9': Returning JNI_ERR from JNI_OnLoad is still an error!
-
Elliott Hughes authored
* commit '8c82bccc': Check JNI versions handed to JNI and JII functions.
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: Iace5d33cbeafbf8b840bebb4bb709e32053f142d
-
- 02 Aug, 2013 8 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Fixes a bug introduced in the previous patch. Change-Id: I34ea63d323a0125c3c4ae140a2ae9b8e9ed3e1df
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: https://code.google.com/p/android/issues/detail?id=58012 Change-Id: I7b062564573107df54f9e8d71df0e1583d83d421
-
Elliott Hughes authored
* commit '813a3a2d': If dalvik wants ASCII casing, it needs to ask for it.
-
Brian Carlstrom authored
Change-Id: If7712cbddd6786c91648c4fc31f04e96937d4670
-
Elliott Hughes authored
-
Brian Carlstrom authored
-