Commit Graph

922 Commits

Author SHA1 Message Date
Dan Egnor d2633cb709 am 7359c16a: Don\'t copy /proc/last_kmsg to /data/dontpanic/last_kmsg -- it gets generated on every boot, so this is a bunch of writing for no particularly good reason.
Merge commit '7359c16a852c23740ef2874aa6b66f629d1473b7' into eclair-mr2-plus-aosp

* commit '7359c16a852c23740ef2874aa6b66f629d1473b7':
  Don't copy /proc/last_kmsg to /data/dontpanic/last_kmsg --
2009-11-24 14:51:07 -08:00
Jean-Baptiste Queru 85f02ef42d merge from open-source master 2009-11-24 09:22:57 -08:00
Dan Egnor 7359c16a85 Don't copy /proc/last_kmsg to /data/dontpanic/last_kmsg --
it gets generated on every boot, so this is a bunch of writing
for no particularly good reason.
2009-11-23 19:25:44 -08:00
Dan Egnor 30ae9fd951 am d3fe19fa: Update db_operation log tag information to match updated sampling code.
Merge commit 'd3fe19fa14102bbd520365beb1a86778ffb8014c' into eclair-mr2-plus-aosp

* commit 'd3fe19fa14102bbd520365beb1a86778ffb8014c':
  Update db_operation log tag information to match updated sampling code.
2009-11-23 19:12:24 -08:00
Dan Egnor d3fe19fa14 Update db_operation log tag information to match updated sampling code. 2009-11-23 19:01:28 -08:00
Doug Zongker 6114b2dfb4 am eb67fac4: change /cache/recovery group to cache
Merge commit 'eb67fac4723892ac8ae3fae87c05e776c49029c5' into eclair-mr2-plus-aosp

* commit 'eb67fac4723892ac8ae3fae87c05e776c49029c5':
  change /cache/recovery group to cache
2009-11-19 20:21:09 -08:00
Doug Zongker eb67fac472 change /cache/recovery group to cache
To unbundle system update, we need users other than system to be able
to write the /cache/recovery directory.
2009-11-19 16:52:02 -08:00
Dan Bornstein 303254eb67 Define HAVE_SYS_SENDFILE_H.
Platforms differ on whether sys/sendfile.h or sys/socket.h is where to
find the declaration for sendfile().

Change-Id: Ib6e882534b7dc605d30aefed55732dc1ee2b6772
2009-11-17 14:34:12 -08:00
Dianne Hackborn 6577c08243 am 65b109a2: am bace0107: Work on issue #2259506: camera ANRed and then device runtime restarted
Merge commit '65b109a246cc7c21da398ccf02083b2abd84f669' into eclair-mr2-plus-aosp

* commit '65b109a246cc7c21da398ccf02083b2abd84f669':
  Work on issue #2259506: camera ANRed and then device runtime restarted
2009-11-16 20:00:39 -08:00
Dianne Hackborn 65b109a246 am bace0107: 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
2009-11-16 19:55:35 -08:00
Dianne Hackborn bace010782 Work on issue #2259506: camera ANRed and then device runtime restarted
New event log tag for when a process fails to start.

Change-Id: Icb08757e1514a1d6f5462d22b931114c10b964b2
2009-11-16 16:34:08 -08:00
Jean-Baptiste Queru efdbf044b8 merge from open-source master 2009-11-15 14:55:31 -08:00
Jean-Baptiste Queru 9fb61f39f3 merge from open-source master
Merge commit 'goog/stage-korg-master' into HEAD
2009-11-15 14:06:57 -08:00
Jean-Baptiste Queru 333a80cf9f merge from eclair 2009-11-15 12:07:12 -08:00
Jean-Baptiste Queru 4b29fe640a eclair snapshot 2009-11-12 18:46:23 -08:00
Jack Palevich 556c60f4f2 am 51da51a2: am 02effee6: Correctly compute the type of an assignment expression.
Merge commit '51da51a2d11a745909b4ad9a9b6ac5d9858632d5' into eclair-mr2-plus-aosp

* commit '51da51a2d11a745909b4ad9a9b6ac5d9858632d5':
  Correctly compute the type of an assignment expression.
2009-11-09 16:23:33 -08:00
Jack Palevich 51da51a2d1 am 02effee6: Correctly compute the type of an assignment expression.
Merge commit '02effee6a9224b531cb3fe6eac8278b46b9fbe86' into eclair-mr2

* commit '02effee6a9224b531cb3fe6eac8278b46b9fbe86':
  Correctly compute the type of an assignment expression.
2009-11-09 16:18:18 -08:00
Jack Palevich e953386ed4 am 02effee6: 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.
2009-11-09 15:06:16 -08:00
Jean-Baptiste Queru ef063fe306 merge from open-source master 2009-11-09 09:40:48 -08:00
Jack Palevich 02effee6a9 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
2009-11-09 12:52:45 +08:00
Jean-Baptiste Queru 436db2e382 merge from open-source master 2009-11-08 16:11:17 -08:00
Erik Gilling 9fdf607c20 am b63747d4: am f6eba8fa: cutils: make set_process_name set kernel thread name as well
Merge commit 'b63747d4d9d2e26c90a5310c996210e722159d04' into eclair-mr2-plus-aosp

* commit 'b63747d4d9d2e26c90a5310c996210e722159d04':
  cutils: make set_process_name set kernel thread name as well
2009-11-05 15:46:45 -08:00
Erik Gilling b63747d4d9 am f6eba8fa: 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
2009-11-05 15:40:03 -08:00
Erik Gilling 4b328d3be3 am f6eba8fa: 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
2009-11-05 15:11:16 -08:00
Erik Gilling f6eba8fac8 cutils: make set_process_name set kernel thread name as well
Signed-off-by: Erik Gilling <konkers@android.com>
2009-11-05 12:26:56 -08:00
Robert CH Chou e25ff1c682 Add support for Acer devices 2009-11-03 10:48:17 -08:00
Android Code Review d475db400b Merge change I4e5c1c26
* changes:
  Fix use of memset function
2009-11-02 17:30:09 -08:00
Jean-Michel Trivi 879f398a44 am 5a8cf57e: am 5e7db233: Make the RIL daemon part of the audio group so it can load region-specific acoustic parameters.
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
2009-11-02 16:25:30 -08:00
Jean-Michel Trivi 2012dc3762 am 5e7db233: Make the RIL daemon part of the audio group so it can load region-specific acoustic parameters.
Merge commit '5e7db233004a0869125d0f2d64a9e747faf252da' into eclair-plus-aosp

* commit '5e7db233004a0869125d0f2d64a9e747faf252da':
  Make the RIL daemon part of the audio group so it can load region-specific
2009-11-02 16:20:31 -08:00
Jean-Michel Trivi 5a8cf57eb7 am 5e7db233: Make the RIL daemon part of the audio group so it can load region-specific acoustic parameters.
Merge commit '5e7db233004a0869125d0f2d64a9e747faf252da' into eclair-mr2

* commit '5e7db233004a0869125d0f2d64a9e747faf252da':
  Make the RIL daemon part of the audio group so it can load region-specific
2009-11-02 16:20:25 -08:00
Jean-Michel Trivi 5e7db23300 Make the RIL daemon part of the audio group so it can load region-specific
acoustic parameters.
2009-11-02 15:22:18 -08:00
Xavier Ducrohet 96f0d140df am df872bec: am 1b9f8c6a: am 23433b93: Add Sony-Ericsson to adb.
Merge commit 'df872bec830fc2af491e0b72e924b85381215fde' into eclair-mr2-plus-aosp

* commit 'df872bec830fc2af491e0b72e924b85381215fde':
  Add Sony-Ericsson to adb.
2009-11-02 11:58:37 -08:00
Xavier Ducrohet 604e06a22b am 1b9f8c6a: am 23433b93: Add Sony-Ericsson to adb.
Merge commit '1b9f8c6ad85c773ffcafe8198e899e0405940862' into eclair-plus-aosp

* commit '1b9f8c6ad85c773ffcafe8198e899e0405940862':
  Add Sony-Ericsson to adb.
2009-11-02 11:53:46 -08:00
Xavier Ducrohet df872bec83 am 1b9f8c6a: am 23433b93: Add Sony-Ericsson to adb.
Merge commit '1b9f8c6ad85c773ffcafe8198e899e0405940862' into eclair-mr2

* commit '1b9f8c6ad85c773ffcafe8198e899e0405940862':
  Add Sony-Ericsson to adb.
2009-11-02 11:53:41 -08:00
Xavier Ducrohet 1b9f8c6ad8 am 23433b93: Add Sony-Ericsson to adb.
Merge commit '23433b93d1acb01650c9480d9bb5d5d869ba4f79' into eclair

* commit '23433b93d1acb01650c9480d9bb5d5d869ba4f79':
  Add Sony-Ericsson to adb.
2009-11-02 11:45:56 -08:00
Xavier Ducrohet 23433b93d1 Add Sony-Ericsson to adb. 2009-10-30 13:09:39 -07:00
San Mehat 525fb03e18 am 58e50f80: am 805d67ab: cutils: sched_policy: Fix bug where we were unable to move backgrounded threads into the foreground
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
2009-10-29 19:52:46 -07:00
San Mehat 748cb49e00 am cc43ee42: am d2e4e46c: cutils: schedpolicy: Add debug code to log sched policy transitions
Merge commit 'cc43ee42acc3df89f584c670c4287e25808f23b2' into eclair-mr2-plus-aosp

* commit 'cc43ee42acc3df89f584c670c4287e25808f23b2':
  cutils: schedpolicy: Add debug code to log sched policy transitions
2009-10-29 19:52:40 -07:00
San Mehat 58e50f8030 am 805d67ab: 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
2009-10-29 19:31:50 -07:00
San Mehat cc43ee42ac am d2e4e46c: cutils: schedpolicy: Add debug code to log sched policy transitions
Merge commit 'd2e4e46ce4bc29c3328fccfbbbe0590eaa8713f7' into eclair-mr2

* commit 'd2e4e46ce4bc29c3328fccfbbbe0590eaa8713f7':
  cutils: schedpolicy: Add debug code to log sched policy transitions
2009-10-29 19:28:20 -07:00
San Mehat a9bf89ab7c am 805d67ab: 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
2009-10-29 14:14:23 -07:00
San Mehat 805d67ab11 cutils: sched_policy: Fix bug where we were unable to move backgrounded threads into the foreground
Signed-off-by: San Mehat <san@google.com>
2009-10-29 13:56:26 -07:00
San Mehat b22f804c63 am d2e4e46c: cutils: schedpolicy: Add debug code to log sched policy transitions
Merge commit 'd2e4e46ce4bc29c3328fccfbbbe0590eaa8713f7' into eclair-plus-aosp

* commit 'd2e4e46ce4bc29c3328fccfbbbe0590eaa8713f7':
  cutils: schedpolicy: Add debug code to log sched policy transitions
2009-10-29 12:11:17 -07:00
San Mehat d2e4e46ce4 cutils: schedpolicy: Add debug code to log sched policy transitions
Signed-off-by: San Mehat <san@google.com>
2009-10-29 11:50:01 -07:00
San Mehat 6dba735a61 am 0d6f587f: am 39274417: toolbox: Add scheduling policy display to top/ps
Merge commit '0d6f587f92048b61e8737795824ca68a09f3b6a8' into eclair-mr2-plus-aosp

* commit '0d6f587f92048b61e8737795824ca68a09f3b6a8':
  toolbox: Add scheduling policy display to top/ps
2009-10-28 11:52:45 -07:00
San Mehat 38b2ddc4a7 am 17bfbd3c: am c0dfca7a: cutils: Add support for reading a processes scheduler policy
Merge commit '17bfbd3ccbb798aa4068cd59150ce712660a62a4' into eclair-mr2-plus-aosp

* commit '17bfbd3ccbb798aa4068cd59150ce712660a62a4':
  cutils: Add support for reading a processes scheduler policy
2009-10-28 11:52:39 -07:00
San Mehat 0d6f587f92 am 39274417: toolbox: Add scheduling policy display to top/ps
Merge commit '392744175c4de67dc98e72da6745e6351118c985' into eclair-mr2

* commit '392744175c4de67dc98e72da6745e6351118c985':
  toolbox: Add scheduling policy display to top/ps
2009-10-28 11:43:15 -07:00
San Mehat 17bfbd3ccb am c0dfca7a: 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
2009-10-28 11:43:10 -07:00
San Mehat 6e7240a6d0 am 39274417: toolbox: Add scheduling policy display to top/ps
Merge commit '392744175c4de67dc98e72da6745e6351118c985' into eclair-plus-aosp

* commit '392744175c4de67dc98e72da6745e6351118c985':
  toolbox: Add scheduling policy display to top/ps
2009-10-27 12:42:21 -07:00
San Mehat 067f57f248 am c0dfca7a: 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
2009-10-27 12:37:37 -07:00