summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-24dumpstate: Also pick up /sys/fs/pstore/console-ramoops-0 for LAST KMSGnougat-devMark Salyzyn
(cherry pick from commit 7d0a762ecaf9f4d005f0f6db913034c2e084d362) Bug: 29639467 Change-Id: Iba0b1754eaebfb2b0624dcbef522b7d8456eeb50
2016-06-23Merge "Sensor: Make getId() more varied" into nyc-devGreg Kaiser
2016-06-22Sensor: Make getId() more variedGreg Kaiser
Apps from different developers will now receive a different ID for the same dynamic sensor. Additionally, all apps will now receive a different/new ID for the same dynamic sensor after a factory reset. Bug: 28775590, 29547335 Change-Id: I368655b0e4bdc16736a7fd163ea3f7dad2886b3b
2016-06-22Merge "Run iptables as root." into nyc-devTreeHugger Robot
2016-06-20Run iptables as root.Felipe Leme
iptables requires root access and su is not available on user builds, hence it must be ran before dropping uid to shell user. BUG: 29455997 Change-Id: I10c6337b411875b061ae9556b6e9c44f83301ae1
2016-06-20Merge "SensorList: Don't output UUIDs" into nyc-devGreg Kaiser
2016-06-18Merge "BufferQueueProducer: Signal consumer when a buffer is detached" into ↵Eino-Ville Talvala
nyc-dev
2016-06-17SensorList: Don't output UUIDsGreg Kaiser
We don't want the UUIDs of dynamic sensors to be in the logs. Bug:28775590 Change-Id: I85ca83e0ad1a0a8ed6618999bd22d86d7ef972f9
2016-06-17vulkan: Updated IHV documentationJesse Hall
Also deleted DevelopersGuide.pdf, which was very out of date and has been superceded by public documentation on developer.android.com. Change-Id: I7e47177191a773eea6db3ee2af0a287877cb8532
2016-06-16Merge "Revert "Attach profiles to bug reports"" into nyc-devDavid Brazdil
2016-06-16Revert "Attach profiles to bug reports"David Brazdil
This reverts commit 0faf2b870f934c1cdd883d29642fd84da3b352e2. Bug: 28610953 Bug: 29395357 Change-Id: I609fe344dfc61311e37b91b48480d9392764a598
2016-06-13Merge "Revert "GLConsumer: add build-time disable of gpu protected content"" ↵Craig Donner
into nyc-dev
2016-06-13Revert "GLConsumer: add build-time disable of gpu protected content"Craig Donner
This reverts commit dea97b7aa2b5cfbb7d42f30bcbf86a01778b609b. Bug: 28545166 Change-Id: I4b069e14c2b99e190ebdea6df1ed83827ffe17b6
2016-06-13Merge "Fixed file descriptor leak in IMemory" into nyc-devAmith Yamasani
2016-06-13Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: ↵Pablo Ceballos
67105cc24d am: b990d75315 am: a1952f0a6d am: 81d678cf18 am: ed968dc61c am: d1d1d4e922 Change-Id: I581c4df5e3866e8a2326830e6b9e6ca2ffb3bf1c
2016-06-13Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: ↵Pablo Ceballos
67105cc24d am: b990d75315 am: a1952f0a6d am: 81d678cf18 am: ed968dc61c Change-Id: Id30d35b89c46fda89990bed6acf932240bdb6890
2016-06-13Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: ↵Pablo Ceballos
67105cc24d am: b990d75315 am: a1952f0a6d am: 81d678cf18 Change-Id: I24f1e2594fdbd2022a534332009cad9564becd54
2016-06-13Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: ↵Pablo Ceballos
67105cc24d am: b990d75315 am: a1952f0a6d Change-Id: Icc23cc2a483b13c6ac2134008d553574fffe06f4
2016-06-13Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24dPablo Ceballos
am: b990d75315 Change-Id: Ibc0caec8dc613a6701791f1a633f3793522615af
2016-06-13Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257dePablo Ceballos
am: 67105cc24d Change-Id: Icf85c944e561763b0a9c353f84d614a992168c20
2016-06-13Add FrameStats default constructor am: 9a8c42a72bPablo Ceballos
am: 8cd7d257de Change-Id: Ic0df6b15e28ac2acda566fa7f30c9460d36f2a00
2016-06-13Add FrameStats default constructorPablo Ceballos
am: 9a8c42a72b Change-Id: Ib78d68c71438391711ea3b91102408d5ad0b966b
2016-06-13Merge "Fix assignment of 565 format when creating native client buffers." ↵Craig Donner
into nyc-dev
2016-06-10Fix assignment of 565 format when creating native client buffers.Craig Donner
Change-Id: Ia379f469a6e18e1f31748dc97aa596d03e507f84 Fixes: 29279664
2016-06-10Fixed -t order (should be *after* dumpsys :-)Felipe Leme
BUG: 29042642 Change-Id: I1b88634b0152f849a57f8e82adc82bdc5e609db7
2016-06-10BufferQueueProducer: Signal consumer when a buffer is detachedEino-Ville Talvala
When a buffer is detached, it should be cleared from the consumer-side cache as well. Not doing so can leak buffers no longer owned by the queue for extended lengths of time, depending on the exact usage patterns of the producer and consumer. Bug: 28695173 Change-Id: I2c618be51f2c827d92d0e19b92a2d5befda87c38
2016-06-10Merge "Set version to 1.0" into nyc-devTreeHugger Robot
2016-06-10Merge "Expose more useful functions that can be used by dumpstate_board()." ↵Felipe Leme
into nyc-dev
2016-06-09Fixed file descriptor leak in IMemoryJohn Eckerdal
Include dup in critical section to avoid multiple dup calls from different threads. The leak happens more frequently since patch in frameworks/av - 6773d4777f4ccbbe6377e4ae1b42c117066ae6ba when recording video since it will access IMemory from CameraUtils::isNativeHandleMetadata Bug: 28924660 Author: Henrik Antonsson <henrik.antonsson@sonymobile.com> Change-Id: I769a914c3adc505b522659a0c43719fb2922e6fd
2016-06-08Merge "Improved error handling." into nyc-devTreeHugger Robot
2016-06-08Improved error handling.Felipe Leme
adb bugreport now properly handles stderr. BUG: 29161586 Change-Id: I7a59d1feadda3d160eae6fe447a7a3c7e0843cbb
2016-06-08Merge "Explicitly sets dumpsys timeout." into nyc-devTreeHugger Robot
2016-06-08Explicitly sets dumpsys timeout.Felipe Leme
The run_command() function takes a timeout as argument, and dumpsys can also optionally takes a timeout with the -t argument, hence it makes sense to pass the same value for both (otherwise dumpsys will timeout in 10s). BUG: 29042642 Change-Id: Ib6e987d94e966686bab71223d7f910af9e549814
2016-06-08Merge "Attach profiles to bug reports" into nyc-devDavid Brazdil
2016-06-08Attach profiles to bug reportsDavid Brazdil
Includes the entire '/data/misc/profiles' folder in the bug report ZIP file if not user build. Bug: 28610953 Change-Id: I99d46f024e5557cf94e6045a51c46a605a00c52b
2016-06-07Merge "SurfaceFlinger: Add mode to apply position with resize." into nyc-devTreeHugger Robot
2016-06-07Merge "Fix Parcelable::readParcelableVector<T>" into nyc-devJanis Danisevskis
2016-06-07SurfaceFlinger: Add mode to apply position with resize.Robert Carr
For some cases, like scaled windows with shadows, we need to be able to apply the position concurrent with window resize. This is because the scaling of the shadows causes the top left coordinate of the non shadow surface content to change before and after the resize. Bug: 28899837 Change-Id: I522eacfbbcd79707dc1e5ab71901a263b3004ba9
2016-06-06Expose more useful functions that can be used by dumpstate_board().Calvin On
BUG: 28640932 Fixes: 28867848 Change-Id: I38123e5b348f4560212559176eb60dbad4f22364
2016-06-06Merge "Enable profman pretty printing" into nyc-devDavid Sehr
2016-06-06Merge "SF: Also edit currentState in doTransaction" into nyc-devPablo Ceballos
2016-06-06Enable profman pretty printingDavid Sehr
Bug: 28748264 Change-Id: Ia625a7976d9b95ec3b7e1d03af39af9f39015f3b
2016-06-06Merge "libgui: Check result in hook_dequeueBuffer_DEPRECATED" into nyc-devMike Stroyan
2016-06-06Merge "Allow setting alpha to 0 when creating native client buffers." into ↵Craig Donner
nyc-dev
2016-06-06libgui: Check result in hook_dequeueBuffer_DEPRECATEDMike Stroyan
Surface::hook_dequeueBuffer_DEPRECATED calls c->dequeueBuffer without checking the returned result value. It should check for failing result and return on error without using the values that c->dequeueBuffer did not set. Bug: 28692406 Change-Id: I10f9a23ad1052c5149040124366e0eb91b616267
2016-06-03SF: Also edit currentState in doTransactionPablo Ceballos
Bug 28899837 Change-Id: I46c8301549c627c5d1c7efa661055aba787a33d6
2016-06-03Allow setting alpha to 0 when creating native client buffers.Craig Donner
Note that RGBA sizes are checked later in the function anyway, so there was no reason to disallow 0, but it did preclude setting alpha to 0 for 565 buffers. Fixes: 29126799 Change-Id: Iba11649976221ab385227fc022ae74b14c342203
2016-06-03Fix Parcelable::readParcelableVector<T>Janis Danisevskis
Parcelable::readParcelableVector<T> was apparently never used. It now is and needed some adjustments to actually work. Bug: 22914603 Change-Id: I58ead3b3956299d549cff245588f56f3220563d3
2016-06-03libvulkan: reduce log level for swapchain usage errorsJesse Hall
Bug: 26927424 Change-Id: Id9346356436663db83a2d6fa8fefc4ea24d7854b
2016-06-02Merge "libvulkan: Slightly better handling of swapchain re-creation" into ↵Jesse Hall
nyc-dev