Merge commit 'd3fe19fa14102bbd520365beb1a86778ffb8014c' into eclair-mr2-plus-aosp
* commit 'd3fe19fa14102bbd520365beb1a86778ffb8014c':
Update db_operation log tag information to match updated sampling code.
Merge commit 'eb67fac4723892ac8ae3fae87c05e776c49029c5' into eclair-mr2-plus-aosp
* commit 'eb67fac4723892ac8ae3fae87c05e776c49029c5':
change /cache/recovery group to cache
Platforms differ on whether sys/sendfile.h or sys/socket.h is where to
find the declaration for sendfile().
Change-Id: Ib6e882534b7dc605d30aefed55732dc1ee2b6772
Merge commit '65b109a246cc7c21da398ccf02083b2abd84f669' into eclair-mr2-plus-aosp
* commit '65b109a246cc7c21da398ccf02083b2abd84f669':
Work on issue #2259506: camera ANRed and then device runtime restarted
Merge commit 'bace01078259614f54c5082fae9ccdb37f27590c' into eclair-mr2
* commit 'bace01078259614f54c5082fae9ccdb37f27590c':
Work on issue #2259506: camera ANRed and then device runtime restarted
Merge commit '51da51a2d11a745909b4ad9a9b6ac5d9858632d5' into eclair-mr2-plus-aosp
* commit '51da51a2d11a745909b4ad9a9b6ac5d9858632d5':
Correctly compute the type of an assignment expression.
Merge commit '02effee6a9224b531cb3fe6eac8278b46b9fbe86' into eclair-mr2
* commit '02effee6a9224b531cb3fe6eac8278b46b9fbe86':
Correctly compute the type of an assignment expression.
Merge commit '02effee6a9224b531cb3fe6eac8278b46b9fbe86' into eclair-plus-aosp
* commit '02effee6a9224b531cb3fe6eac8278b46b9fbe86':
Correctly compute the type of an assignment expression.
This change enables following types of statements to work correctly:
a = b = 3;
if ((a = getchar()) < 0) { ... }
This fixes 2232082 acc: assignment in comparison segfaults
Merge commit 'b63747d4d9d2e26c90a5310c996210e722159d04' into eclair-mr2-plus-aosp
* commit 'b63747d4d9d2e26c90a5310c996210e722159d04':
cutils: make set_process_name set kernel thread name as well
Merge commit 'f6eba8fac812c70087af225f207f2d924f6e1ffa' into eclair-mr2
* commit 'f6eba8fac812c70087af225f207f2d924f6e1ffa':
cutils: make set_process_name set kernel thread name as well
Merge commit 'f6eba8fac812c70087af225f207f2d924f6e1ffa' into eclair-plus-aosp
* commit 'f6eba8fac812c70087af225f207f2d924f6e1ffa':
cutils: make set_process_name set kernel thread name as well
Merge commit '5a8cf57eb7aa70f1647b28315a2419c4a6d36828' into eclair-mr2-plus-aosp
* commit '5a8cf57eb7aa70f1647b28315a2419c4a6d36828':
Make the RIL daemon part of the audio group so it can load region-specific
Merge commit '5e7db233004a0869125d0f2d64a9e747faf252da' into eclair-plus-aosp
* commit '5e7db233004a0869125d0f2d64a9e747faf252da':
Make the RIL daemon part of the audio group so it can load region-specific
Merge commit '5e7db233004a0869125d0f2d64a9e747faf252da' into eclair-mr2
* commit '5e7db233004a0869125d0f2d64a9e747faf252da':
Make the RIL daemon part of the audio group so it can load region-specific
Merge commit '58e50f80307577268ecb6b86aa97236e008a9aa0' into eclair-mr2-plus-aosp
* commit '58e50f80307577268ecb6b86aa97236e008a9aa0':
cutils: sched_policy: Fix bug where we were unable to move backgrounded threads into the foreground
Merge commit '805d67ab11c1bb21d494459d6167f5f67f0002eb' into eclair-mr2
* commit '805d67ab11c1bb21d494459d6167f5f67f0002eb':
cutils: sched_policy: Fix bug where we were unable to move backgrounded threads into the foreground
Merge commit '805d67ab11c1bb21d494459d6167f5f67f0002eb' into eclair-plus-aosp
* commit '805d67ab11c1bb21d494459d6167f5f67f0002eb':
cutils: sched_policy: Fix bug where we were unable to move backgrounded threads into the foreground
Merge commit '17bfbd3ccbb798aa4068cd59150ce712660a62a4' into eclair-mr2-plus-aosp
* commit '17bfbd3ccbb798aa4068cd59150ce712660a62a4':
cutils: Add support for reading a processes scheduler policy
Merge commit 'c0dfca7ae1f6016461235552091c2cacacca82a2' into eclair-mr2
* commit 'c0dfca7ae1f6016461235552091c2cacacca82a2':
cutils: Add support for reading a processes scheduler policy
Merge commit 'c0dfca7ae1f6016461235552091c2cacacca82a2' into eclair-plus-aosp
* commit 'c0dfca7ae1f6016461235552091c2cacacca82a2':
cutils: Add support for reading a processes scheduler policy