)]}'
{
  "log": [
    {
      "commit": "8a7c940effda8651e205eab62334d4e58b1eaeb5",
      "tree": "192aef7ba926c8a4215f95e37d5e3d5579aab3b4",
      "parents": [
        "335c4e6cb2094c7cbd6039e0c7915702b69e7657"
      ],
      "author": {
        "name": "Jesse Hall",
        "email": "jessehall@google.com",
        "time": "Fri Dec 02 10:00:00 2011 -0800"
      },
      "committer": {
        "name": "Jesse Hall",
        "email": "jessehall@google.com",
        "time": "Fri Dec 02 10:03:25 2011 -0800"
      },
      "message": "SurfaceFlinger: fix layer removal race condition\n\nLayer::lockPageFlip() and layer::onRemove() could be called on\ndifferent threads and race such that lockPageFlip() successfully\ncalled mSurfaceTexture-\u003eupdateTexImage() but then gets NULL back from\nmSurfaceTexture-\u003egetCurrentBuffer(), leading to a crash.\n\nThis change moves Layer::onRemove() calls to\nSurfaceFlinger::commitTransaction() so they happen after the Layer is\ndone being drawn from and only happen on the main surfaceflinger\nthread.\n\nChange-Id: I4b550caadff4cc1878d7c3bca6129193fb0c713e\n"
    },
    {
      "commit": "5a7c91769f011bc150c9def9edab9cccb4761c66",
      "tree": "54ea1b90e2f26140c9ffd733ca0d263c6574cd3d",
      "parents": [
        "a7d825dddcb2e8bfd765bad2fb406498f4f1e37e",
        "ad757e9b36d6bc6b8e39be00612d0e60863aaafc"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Thu Dec 01 14:14:22 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Dec 01 14:14:22 2011 -0800"
      },
      "message": "Merge \"Fix free_cache to actually work\" into ics-mr1"
    },
    {
      "commit": "55e81bd0f219acbe00bbeebc8d33ef9c67a4aa60",
      "tree": "d0f5629ac2350c858c1a550b276f716ab204652f",
      "parents": [
        "b73dc9c852f73c7d61f317b5ec7b74766d2f22d5",
        "50685606cfa045213bcc1bf29ce1c00c256b055c"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Dec 01 12:47:43 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Dec 01 12:47:43 2011 -0800"
      },
      "message": "Merge \"Improve how we manage the previous app.\" into ics-mr1"
    },
    {
      "commit": "50685606cfa045213bcc1bf29ce1c00c256b055c",
      "tree": "b9c668774cadbb44806bd802b55a4d1667e7a32c",
      "parents": [
        "a1240184efd1d4391540a6e3e9cae50d56d05cb2"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Dec 01 12:23:37 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Dec 01 12:23:37 2011 -0800"
      },
      "message": "Improve how we manage the previous app.\n\nSetting it when a new activity is being resumed is too soon, because\nthings like an activity launching an exiting (without being seen by\nthe user) can knock out the real previous app that we want.\n\nSo now we set it when an activity is stopped.  At this point it is\ngoing to move from the preceptible to background oom adj, so it is\na good point to determine whether it should be a previous app to\ninstead put it to that oom adj.  This also avoids things like\nactivities that start and immediately finish from impacting the\nprevious app.\n\nFurther, we keep track of the time each activity was last shown, and\nuse this to further filter what is set as the previous app.\n\nChange-Id: I72d1cac4de0cc2d4598170296028f11b06918d4f\n"
    },
    {
      "commit": "ad757e9b36d6bc6b8e39be00612d0e60863aaafc",
      "tree": "47f4ed2af449ef51d817d43cc434f7edb380bf53",
      "parents": [
        "88f10c6ce5a97b1990934148deb8ed6aa6ef7a48"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Tue Nov 29 15:54:55 2011 -0800"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Thu Dec 01 09:07:55 2011 -0800"
      },
      "message": "Fix free_cache to actually work\n\nThis broke with some other path-related changes, so it was scanning for\n/data/*/cache instead of /data/data/*/cache\n\nAlso remove redundant call to restat\n\nBug: 5686310\nChange-Id: Id1661f0f1337858fc9ead53c56ab7557f421c591\n"
    },
    {
      "commit": "2a40d0d92b208021b492e9af3d944720cbf269fc",
      "tree": "0fed812542ce9f29c2c329bfb8d360f7984e0b53",
      "parents": [
        "41a5774a99215025628b83db54c45f84b876678e",
        "d2b22a885a79d537c79e98257647cc120bde2998"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Thu Dec 01 06:29:53 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Dec 01 06:29:53 2011 -0800"
      },
      "message": "Merge \"Put screensavers back in the icebox for now. DO NOT MERGE.\" into ics-mr1"
    },
    {
      "commit": "b94a7fb3d7483e8b47e4f0229fc7abff10a6572d",
      "tree": "b0980fb588b6f1fca7080744e1b2466c64a521ac",
      "parents": [
        "d8ec8db5e0f227e4f63e948acb78d829f5ad30c8",
        "4c3fa642ef1c0e1bb3303d4b25d8af4e6a7d08a2"
      ],
      "author": {
        "name": "satok",
        "email": "satok@google.com",
        "time": "Wed Nov 30 17:37:52 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 30 17:37:52 2011 -0800"
      },
      "message": "Merge \"Fix ConcurrentModificationException in TextServicesManagerService\" into ics-mr1"
    },
    {
      "commit": "d8ec8db5e0f227e4f63e948acb78d829f5ad30c8",
      "tree": "cb598a2cc487e3298e9cbafd3e0e4d274347fa1f",
      "parents": [
        "88f10c6ce5a97b1990934148deb8ed6aa6ef7a48",
        "d116d7c78a9c53f30a73bf273bd7618312cf3847"
      ],
      "author": {
        "name": "Svetoslav Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Wed Nov 30 16:56:41 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 30 16:56:41 2011 -0800"
      },
      "message": "Merge \"Fixing memory leaks in the accessiiblity layer.\" into ics-mr1"
    },
    {
      "commit": "88f10c6ce5a97b1990934148deb8ed6aa6ef7a48",
      "tree": "3306ba67dfea6cffdf3bdc9c9467cb3f48dc881f",
      "parents": [
        "f8d20bd6495883e98e23827a2e5ed03766fe483b",
        "1fbee79eb31011fa260d9fe088c165cc9171d98b"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Nov 30 14:12:44 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 30 14:12:44 2011 -0800"
      },
      "message": "Merge \"Fix issue #5679504: Device stuck and sudden reboot - Watchdog reset?\" into ics-mr1"
    },
    {
      "commit": "f8d20bd6495883e98e23827a2e5ed03766fe483b",
      "tree": "51ae4b7f3bffbd8a70e809166a2993858b2b809b",
      "parents": [
        "7797cae2564eccf6d817b06d8116bd9cdc8e9ed4",
        "bbb09aceb64bc4ab26283288fbedbdf8b801577d"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Nov 30 14:11:17 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 30 14:11:17 2011 -0800"
      },
      "message": "Merge \"Turn off debug log.\" into ics-mr1"
    },
    {
      "commit": "e8ba2aba934e3767d2081007bba93bad68566d22",
      "tree": "e92577a6a3bd1109f7e50e7ed5f647cd1c9010f4",
      "parents": [
        "865b98024fb5fa21854feb578b8816bbb72120ba",
        "cadd325aff7354be23d3bccb4f53b603f1506c9f"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Wed Nov 30 13:52:21 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 30 13:52:21 2011 -0800"
      },
      "message": "Merge \"add a way to access the version string of the h/w implementation of EGL\" into ics-mr1"
    },
    {
      "commit": "d2b22a885a79d537c79e98257647cc120bde2998",
      "tree": "4051db8d58a92907a0458868e365108d09819614",
      "parents": [
        "2f504d9ea8aa18cd8dbaa2dcc3f3959252b414cc"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Wed Nov 30 14:35:55 2011 -0500"
      },
      "committer": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Wed Nov 30 15:47:36 2011 -0500"
      },
      "message": "Put screensavers back in the icebox for now. DO NOT MERGE.\n\nBug: 5689684\nChange-Id: I3a5291c3520bb43e35d55714f1522e4ae7f6e63c\n"
    },
    {
      "commit": "865b98024fb5fa21854feb578b8816bbb72120ba",
      "tree": "4fd3f2b14dcec2c72b3fa6bd7a9491ec1bec5a7c",
      "parents": [
        "47e4015ba23c507196980dcb4a311afc7e2358b1",
        "b64cb88c32fe6dc4f3476e80004b2d9d86a7b296"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Wed Nov 30 11:54:17 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 30 11:54:17 2011 -0800"
      },
      "message": "Merge \"Expanding NotificationManager\u0027s event logging.\" into ics-mr1"
    },
    {
      "commit": "bbb09aceb64bc4ab26283288fbedbdf8b801577d",
      "tree": "869e82ad54f9aba176f26ec1533d2f0e78000e70",
      "parents": [
        "2f504d9ea8aa18cd8dbaa2dcc3f3959252b414cc"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Nov 30 11:31:29 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Nov 30 11:40:40 2011 -0800"
      },
      "message": "Turn off debug log.\n\nChange-Id: I1d4612133580d493d81d0b15752e009202e95ce0\n"
    },
    {
      "commit": "1fbee79eb31011fa260d9fe088c165cc9171d98b",
      "tree": "53ce592a78a21ce1799088d56a73b9c5030c5501",
      "parents": [
        "1808f214b0cd7a62628b273b93a1ea688f262565"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Nov 30 11:29:58 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Nov 30 11:29:58 2011 -0800"
      },
      "message": "Fix issue #5679504: Device stuck and sudden reboot - Watchdog reset?\n\nCalls to get the display size no longer need to acquire the global\nwindow lock.\n\nChange-Id: I751ea6ed0e20f1f521783f4bd5a8f9c31cd43573\n"
    },
    {
      "commit": "db904b4782a4dfc9d81d5d0616dea3656893b539",
      "tree": "3d37bea7f89616c51bc09596cfe2b65aa8dc17cc",
      "parents": [
        "cc084f1d734c1e332d6acc1f89204036ee82bd0c",
        "ebac48c6adf738cb27ea59669c9eca4467063d18"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Nov 30 10:20:29 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 30 10:20:29 2011 -0800"
      },
      "message": "Merge \"Fix issue #5628789: Cannot set static/custom wallpaper after clearing Settings data\" into ics-mr1"
    },
    {
      "commit": "4c3fa642ef1c0e1bb3303d4b25d8af4e6a7d08a2",
      "tree": "193908196b70b0c631a33110fdeb89ee09578434",
      "parents": [
        "bb1e7d4324ff43491c526c77f405bbbf0cece611"
      ],
      "author": {
        "name": "satok",
        "email": "satok@google.com",
        "time": "Wed Nov 30 18:17:59 2011 +0900"
      },
      "committer": {
        "name": "satok",
        "email": "satok@google.com",
        "time": "Wed Nov 30 22:46:16 2011 +0900"
      },
      "message": "Fix ConcurrentModificationException in TextServicesManagerService\n\nBug: 5687402\nChange-Id: I59086f956b6ee618ff0e1b1034d767d9ae295848\n"
    },
    {
      "commit": "b64cb88c32fe6dc4f3476e80004b2d9d86a7b296",
      "tree": "9ed8076690d691fb423df8a967fe2e0d6bf261aa",
      "parents": [
        "bb1e7d4324ff43491c526c77f405bbbf0cece611"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Tue Nov 29 23:48:29 2011 -0500"
      },
      "committer": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Tue Nov 29 23:48:29 2011 -0500"
      },
      "message": "Expanding NotificationManager\u0027s event logging.\n\nSpecifically, add the \"tag\" and \"mustNotHaveFlags\" columns.\n\n(Hunting bug 5444859.)\n\nChange-Id: Ic9ece44ed4697f7a8ef54e7870f72c9f94518cd9\n"
    },
    {
      "commit": "d116d7c78a9c53f30a73bf273bd7618312cf3847",
      "tree": "c46c6bdb1abeca54d711b304ab7596569e9aa43c",
      "parents": [
        "50b2042502bc459b40430fe3b3b83d7d61e5daf9"
      ],
      "author": {
        "name": "Svetoslav Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Mon Nov 21 18:41:59 2011 -0800"
      },
      "committer": {
        "name": "Svetoslav Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Tue Nov 29 18:51:30 2011 -0800"
      },
      "message": "Fixing memory leaks in the accessiiblity layer.\n\n1. AccessibilityInteractionConnections were removed from the\n   AccessiiblityManagerService but their DeathRecipents were\n   not unregistered, thus every removed interaction connection\n   was essentially leaking. Such connection is registered in\n   the system for every ViewRootImpl when accessiiblity is\n   enabled and inregistered when disabled.\n\n2. Every AccessibilityEvent and AccessiilbityEventInfo obtained\n   from a widnow content querying accessibility service had a\n   handle to a binder proxy over which to make queries. Hoewever,\n   holding a proxy to a remote binder prevents the latter from\n   being garbage collected. Therefore, now the events and infos\n   have a connection id insteand and the hindden singleton\n   AccessiiblityInteaction client via which queries are made\n   has a registry with the connections. This class looks up\n   the connection given its id before making an IPC. Now the\n   connection is stored in one place and when an accessibility\n   service is disconnected the system sets the connection to\n   null so the binder object in the system process can be GCed.\n   Note that before this change a bad implemented accessibility\n   service could cache events or infos causing a leak in the\n   system process. This should never happen.\n\n3. SparseArray was not clearing the reference to the last moved\n   element while garbage collecting thus causing a leak.\n\nbug:5664337\n\nChange-Id: Id397f614b026d43bd7b57bb7f8186bca5cdfcff9\n"
    },
    {
      "commit": "ebac48c6adf738cb27ea59669c9eca4467063d18",
      "tree": "648eb9745eee8a8ee8a899eee23087140d5eb72b",
      "parents": [
        "1808f214b0cd7a62628b273b93a1ea688f262565"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 29 18:01:50 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 29 18:01:50 2011 -0800"
      },
      "message": "Fix issue #5628789: Cannot set static/custom wallpaper after clearing Settings data\n\nNeed to make sure the \"files\" directory is created.\n\nChange-Id: I8d5b374a5a03590a5ce7fafb5171705414f7b2f9\n"
    },
    {
      "commit": "cadd325aff7354be23d3bccb4f53b603f1506c9f",
      "tree": "1d9621d70c04d9b89a95144c575cb640fa41462c",
      "parents": [
        "f296ee697409b4b55bef17d534edbc24a4619f0f"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Tue Nov 29 17:55:46 2011 -0800"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Tue Nov 29 18:00:35 2011 -0800"
      },
      "message": "add a way to access the version string of the h/w implementation of EGL\n\nwe use a hidden egl extension. the version string is printed\nin SF\u0027s dumpsys log.\n\nChange-Id: I123eb4bde6de462bb2404c67b74d6d6219a48d6a\n"
    },
    {
      "commit": "bb1e7d4324ff43491c526c77f405bbbf0cece611",
      "tree": "235d607f7473ec35ba7db47e9fc371166f143398",
      "parents": [
        "6f1dd757cb158d17c76baeb170f7db2271802ef8",
        "77cec6132aea6ed98812125f5ad5f79e889cf658"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Tue Nov 29 17:46:35 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 29 17:46:35 2011 -0800"
      },
      "message": "Merge changes I7e973a35,Ib3386fcc into ics-mr1\n\n* changes:\n  SurfaceTexture: add EGL_KHR_fence_sync option\n  SurfaceTexture: add a blit-to-FBO test\n"
    },
    {
      "commit": "77cec6132aea6ed98812125f5ad5f79e889cf658",
      "tree": "57535ce4ed1806290cb04f8434d324dec7995df2",
      "parents": [
        "d6c938f04ec1e39dcbcf4d5adfcbdfbac0484540"
      ],
      "author": {
        "name": "Jamie Gennis",
        "email": "jgennis@google.com",
        "time": "Mon Nov 14 14:51:01 2011 -0800"
      },
      "committer": {
        "name": "Jamie Gennis",
        "email": "jgennis@google.com",
        "time": "Tue Nov 29 17:09:01 2011 -0800"
      },
      "message": "SurfaceTexture: add EGL_KHR_fence_sync option\n\nThis change adds a compile-time option for SurfaceTexture to use the\nEGL_KHR_fence_sync extension to synchronize access to Gralloc buffers.\n\nBug: 5122031\nChange-Id: I7e973a358631fff5308acf377581b811911fe790\n"
    },
    {
      "commit": "1808f214b0cd7a62628b273b93a1ea688f262565",
      "tree": "15c136d0ed583cfdcdb103c9522536d8c533d9bc",
      "parents": [
        "d3788b97c9a28e8cbfa4432389a5de04073a333b",
        "8bf0aa9b2b1f3d094ca7cc6917afb12cc16085eb"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 29 15:28:41 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 29 15:28:41 2011 -0800"
      },
      "message": "Merge \"Fix issue #5636525: ANR observed in setup wizard after changing language\" into ics-mr1"
    },
    {
      "commit": "8bf0aa9b2b1f3d094ca7cc6917afb12cc16085eb",
      "tree": "7dabaa7bb4a90849d0c910137431101a37e12a61",
      "parents": [
        "672342c30903fa6b70a3e8e1977bb34210aede14"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 29 13:54:43 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 29 13:54:43 2011 -0800"
      },
      "message": "Fix issue #5636525: ANR observed in setup wizard after changing language\n\nWe could sometimes allow a process to be killed while still waiting for\nan activity in it to finish stopping.\n\nChange-Id: Ibf89665c4ad6da6be22de04a82b19ef778a7fda0\n"
    },
    {
      "commit": "50b2042502bc459b40430fe3b3b83d7d61e5daf9",
      "tree": "4ca7ec8983a26c4260d8965f8afae8c79d5481ad",
      "parents": [
        "9ab3c62499c054b600699fb107c28fc8926ca5a1",
        "672342c30903fa6b70a3e8e1977bb34210aede14"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 29 13:05:26 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 29 13:05:26 2011 -0800"
      },
      "message": "Merge \"Another attempt at getting OOM reports to batch.\" into ics-mr1"
    },
    {
      "commit": "672342c30903fa6b70a3e8e1977bb34210aede14",
      "tree": "1d58af6feb6354973d9b49ee2c4f3a5f91de3a3a",
      "parents": [
        "e5715521232443f01f8c0c0633cac364c8136bde"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 29 11:29:02 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 29 12:55:50 2011 -0800"
      },
      "message": "Another attempt at getting OOM reports to batch.\n\nWe now generate a stack-trace looking thing at the top of the report.\n\nAlso fix a bug I hit where the phone window manager was sending a\nbroadcast before the boot had completed.\n\nChange-Id: I0cee16180e4d05c9bd3fe715212a28f504ec91ac\n"
    },
    {
      "commit": "3f2730c5317700e3ae5412b5c825a747b591ebc2",
      "tree": "979cd08249dab7bcc40621fc6390b34c7881d410",
      "parents": [
        "9b518d9304eb4ad17591944926231b661a3dfce0",
        "b16dc690a5b3274d2d90b79f1dde85e012836c02"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Tue Nov 29 11:35:07 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 29 11:35:07 2011 -0800"
      },
      "message": "Merge \"temporarily hardcode Nexus S refresh rate\" into ics-mr1"
    },
    {
      "commit": "81de8b99f599aaa163a7c9b2067e649e101f94b0",
      "tree": "c0e823ef08168ec500d2fd40051c22fefac7fb50",
      "parents": [
        "e5715521232443f01f8c0c0633cac364c8136bde"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Nov 28 16:54:31 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Nov 28 16:57:37 2011 -0800"
      },
      "message": "Fix issue #5642121: Proximity sensor didn\u0027t turn the screen on in call\n\nTurning animations back on exposed this.  The problem is that when the\nscreen brightness changes, it initiates a brightness animation.  When\nwe force the screen to black as we wait for it to be ready to display,\nit sees that an animation is running so stops it and thinks this means\nit should now turn the display off.\n\nTo fix this, don\u0027t modify the screen brightness while we are waiting\nto show the screen.  This is good anyway because the whole point is to\navoid showing the screen until ready, and modifying the brightness at\nthat point would turn it on prematurely.\n\nChange-Id: I84b296f8ca5705c2d237ea7741cdeb95c5521df9\n"
    },
    {
      "commit": "6d05fd3c795088ac60f86382df5a66d631e8a0cb",
      "tree": "c6363c2b687619f594e95b4b67b83c3d015dab58",
      "parents": [
        "e35581ad5ad635f9dcfe4ab6a432c48b46b782cd"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Sat Nov 19 14:36:15 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Nov 28 14:45:50 2011 -0800"
      },
      "message": "Fix issue #5588689: Black camera preview after coming back from gmail\n\nMake surface management between SurfaceView and the window manager\nmuch more controlled, to ensure that SurfaceView always gets to report\nthe current surface is destroyed before the window manager actually\ndestroys it.\n\nAlso a small tweak to allow windows that have a wallpaper background\nto still have a preview window.  This makes launching home after it\nhas been killed feel much more responsive.\n\nChange-Id: I0d22cf178a499601a770cb1dbadef7487e392d85\n"
    },
    {
      "commit": "b16dc690a5b3274d2d90b79f1dde85e012836c02",
      "tree": "7ddc4ad8aa6c675cdfb0028fe9980d4f7a72b6b0",
      "parents": [
        "eaeb4f4e3c914550d28a042fb3d752efcf20ab9e"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Wed Nov 23 14:51:09 2011 -0800"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Wed Nov 23 14:51:09 2011 -0800"
      },
      "message": "temporarily hardcode Nexus S refresh rate\n\nChange-Id: Id8465f679b96636041b4b891d0b358c387d456c3\n"
    },
    {
      "commit": "20398fac99ff78cb3ec3dd122930e45d409e0524",
      "tree": "9277748993ff47714b1a83a4cfccd12658c270f5",
      "parents": [
        "37ac88f994c5b8af291acd9c8d7eb5e22ce3c489",
        "f1f5fc85b07fe74cfa12789fefa126cac7a499a9"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Wed Nov 23 12:31:04 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 23 12:31:04 2011 -0800"
      },
      "message": "Merge \"audioflinger: reduce sleep time to avoid underrun\" into ics-mr1"
    },
    {
      "commit": "eaeb4f4e3c914550d28a042fb3d752efcf20ab9e",
      "tree": "24b933974484d6fe2e1b755ef7fd7e43ac44b7c1",
      "parents": [
        "8bb56180d208b9264e5a56b49fe06b8471ccaced",
        "e83d181606981bcacd78e55b293fe9fa95b2551d"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Wed Nov 23 11:25:39 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 23 11:25:39 2011 -0800"
      },
      "message": "Merge \"Fix some policy-base routing issues.\" into ics-mr1"
    },
    {
      "commit": "e83d181606981bcacd78e55b293fe9fa95b2551d",
      "tree": "93f7a948883320939b50c425ac5c6ecbb3397d7b",
      "parents": [
        "4c6a65bc319feab120d40553d93b160908db2f6d"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Mon Nov 21 14:44:39 2011 -0800"
      },
      "committer": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Wed Nov 23 09:36:16 2011 -0800"
      },
      "message": "Fix some policy-base routing issues.\n\nSecondary nets sometimes come up with no routes, but parsing errors end up with null\nroutes getting added.  Trim that away.  Also added some dumpstate logging of the secondary\nroute tables and rules.\n\nbug:5615697\nChange-Id: I94c9d888bab958df44891b9117236436e046cc7f\n"
    },
    {
      "commit": "f1f5fc85b07fe74cfa12789fefa126cac7a499a9",
      "tree": "747ded89a6c7366e2f809ecd8e2e43d5c9edcbc4",
      "parents": [
        "7257a32b9ac7cbbb47659ed7bea4ab47e74ac3ec"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Tue Nov 22 18:50:29 2011 -0800"
      },
      "committer": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Tue Nov 22 18:50:29 2011 -0800"
      },
      "message": "audioflinger: reduce sleep time to avoid underrun\n\nProgressively reduce the sleep time applied in MixerThread::threadLoop()\nin case of consecutive application underruns to avoid starving the audio HAL.\nAs the default sleep time is longer than the duration of an audio buffer\nwe ended up writing less data than needed by the audio HAL if\nthe condition persisted.\n\nIssue 5553055.\n\nChange-Id: I2b23ee79c032efa945025db228beaecd1e07a2e5\n"
    },
    {
      "commit": "1a3c051bcc787363d9154da4a8e8e562dda32926",
      "tree": "7f6c860abf5bb094ddf82cdfbe216445fd541b7d",
      "parents": [
        "398f80eacb8e59d868f287bf273a1253fe219ce4",
        "3afd6c0d4d5c2c80cf0450941babaee32ec9c7ee"
      ],
      "author": {
        "name": "satok",
        "email": "satok@google.com",
        "time": "Thu Nov 17 18:02:09 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Nov 17 18:02:09 2011 -0800"
      },
      "message": "Merge \"Hide/show ime switch icon properly\" into ics-mr1"
    },
    {
      "commit": "3afd6c0d4d5c2c80cf0450941babaee32ec9c7ee",
      "tree": "2fea6bf9df284c89b5f7babcd925a467679d7fb2",
      "parents": [
        "060677f4686a93d92117d7d472e754423a368bdb"
      ],
      "author": {
        "name": "satok",
        "email": "satok@google.com",
        "time": "Fri Nov 18 08:38:19 2011 +0900"
      },
      "committer": {
        "name": "satok",
        "email": "satok@google.com",
        "time": "Fri Nov 18 09:15:18 2011 +0900"
      },
      "message": "Hide/show ime switch icon properly\n\nBug: 5481999\nChange-Id: I4b3dde7285a9ac49da8d5d1133fddd0807b03f4d\n"
    },
    {
      "commit": "8ac35e30b29f3a3e81ed722621bf7f1de708455f",
      "tree": "04fa998d574e1567fa0bb1717a7a352fb19c816f",
      "parents": [
        "aefc0ed9677233d5e8c991196f970222b4899dc3",
        "c506ff615080082515b1f634ad49b19fd2111669"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Thu Nov 17 12:10:02 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Nov 17 12:10:02 2011 -0800"
      },
      "message": "Merge \"Only write network stats when already loaded.\" into ics-mr1"
    },
    {
      "commit": "c506ff615080082515b1f634ad49b19fd2111669",
      "tree": "ea7c2145823e0ceb7efec6d327c542cda8664698",
      "parents": [
        "684c54a2eb860062f1960f4eba6bc71aa1cfa71d"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Thu Nov 17 11:59:29 2011 -0800"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Thu Nov 17 12:05:46 2011 -0800"
      },
      "message": "Only write network stats when already loaded.\n\nBug: 5584564\nChange-Id: Ife2a68804bf3691e9bccdc167807204bce8a85b2\n"
    },
    {
      "commit": "b9df01d39692c45b182c429015cc2086ef27db97",
      "tree": "bd5331f7c43c9e736e3c0e08a769a87f0339b63d",
      "parents": [
        "293f861aab64a0dbae00bb33c90e6e565a7fabfc",
        "684c54a2eb860062f1960f4eba6bc71aa1cfa71d"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Wed Nov 16 22:59:13 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 16 22:59:13 2011 -0800"
      },
      "message": "Merge \"Update NTP outside locks, log large trim events.\" into ics-mr1"
    },
    {
      "commit": "d5decdccc64c59ad62de86c70dbe9ead12150cdc",
      "tree": "67a1ed3ffdf7726eb13bf18859e16143051c7e52",
      "parents": [
        "8fc3540fdf759ff3bb03b00e81d94d6c4102d530",
        "11ddf533a2165ca68002d3b48e312271b3d0dedb"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Wed Nov 16 22:33:44 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 16 22:33:44 2011 -0800"
      },
      "message": "Merge \"Disable desk dock apps.\" into ics-mr1"
    },
    {
      "commit": "1125f89e47b06b12a0e047d64f1ef953d0c48489",
      "tree": "a940a712002f3615141da5999177553c54406971",
      "parents": [
        "4fdfdeedc64eef2efe3811198e8fad40aa1b8fc3",
        "f98ab8b14027045cfe10791be01280cce028e925"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Wed Nov 16 18:19:33 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 16 18:19:33 2011 -0800"
      },
      "message": "Merge \"remove hack that hardcoded the refresh rate\" into ics-mr1"
    },
    {
      "commit": "684c54a2eb860062f1960f4eba6bc71aa1cfa71d",
      "tree": "2913149425808bc24f9d957dc03653dd4a69aa82",
      "parents": [
        "e937da83143d67fbd709d37bd7418f9807e72baa"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Wed Nov 16 17:46:30 2011 -0800"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Wed Nov 16 17:58:47 2011 -0800"
      },
      "message": "Update NTP outside locks, log large trim events.\n\nMove NTP updates outside locks to avoid blocking ShutdownThread.  Add\nlogging around trim events that remove substantial history.  Include\nhistory start in sample events.\n\nBug: 5627247, 5584564\nChange-Id: If9bbd93842c710efcdec94e68da87e9e42a5f961\n"
    },
    {
      "commit": "e5febfd5bd9b19a01383760b523476ba7f013a5c",
      "tree": "85b11a90ada8f2d26e01736b706fce6404e38512",
      "parents": [
        "f52a4482dd3ca336f84fc6c533ea4a99a72b23dd",
        "060677f4686a93d92117d7d472e754423a368bdb"
      ],
      "author": {
        "name": "satok",
        "email": "satok@google.com",
        "time": "Wed Nov 16 17:35:54 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 16 17:35:54 2011 -0800"
      },
      "message": "Merge \"Clean up the spell checker framework\" into ics-mr1"
    },
    {
      "commit": "060677f4686a93d92117d7d472e754423a368bdb",
      "tree": "f5b1dfe82bcc9c6d0515f29e0b6571508a34dabf",
      "parents": [
        "3aa684ec0d3f70027fa808fb95b096a1613a1ddc"
      ],
      "author": {
        "name": "satok",
        "email": "satok@google.com",
        "time": "Thu Nov 17 09:40:56 2011 +0900"
      },
      "committer": {
        "name": "satok",
        "email": "satok@google.com",
        "time": "Thu Nov 17 09:40:56 2011 +0900"
      },
      "message": "Clean up the spell checker framework\n\nChange-Id: I64c0d813e53a4ebf8d7e63463e36f6900f1aa7d3\n"
    },
    {
      "commit": "ee9aef0b42ba2c074199e0eca1367cb42be69616",
      "tree": "410b5fc458f4d99e43d5f50c1259c81b0c43e7fe",
      "parents": [
        "de8c5ec88982b836b2c50d4f685f4e05b29bdd0d"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Nov 16 13:21:46 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Nov 16 13:21:46 2011 -0800"
      },
      "message": "Maybe fix issue #5627399: java.lang.RuntimeException - While sign in...\n\n...through setup wizard after wipe data\n\nDeal with finish() being called when there are no running activities\non the stack.\n\nAlso some improved debugging output.\n\nChange-Id: Ia1d3f3f7e7b79c06ca95c738081322fc80282e0d\n"
    },
    {
      "commit": "11ddf533a2165ca68002d3b48e312271b3d0dedb",
      "tree": "bc2191c7760a4b9b2d9fa069f7f79a7d4d55e97e",
      "parents": [
        "c224f76303b3124c76768761c544410b86b732f8"
      ],
      "author": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Wed Nov 16 11:10:03 2011 -0800"
      },
      "committer": {
        "name": "Daniel Sandler",
        "email": "dsandler@android.com",
        "time": "Wed Nov 16 11:10:03 2011 -0800"
      },
      "message": "Disable desk dock apps.\n\nWhen a device is attached to a desk dock, the\nCATEGORY_DESK_DOCK intent will no longer be fired.\nAs a side effect, the \"dock home\" behavior (which captures\nthe home key for the dock app as long as the device is\ndocked) is now disabled for desk docks.\n\nCar docks are unchanged.\n\nBug: 5591015\nChange-Id: I7884f655913c31cf53b88cb2e2b371987be27f64\n"
    },
    {
      "commit": "f98ab8b14027045cfe10791be01280cce028e925",
      "tree": "00a90a5067198f5398b156890008d0d8c46b0c28",
      "parents": [
        "bd7836846c1e5d3610ba6c26686674d429a4316c"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Wed Nov 16 00:08:08 2011 -0800"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Wed Nov 16 00:08:08 2011 -0800"
      },
      "message": "remove hack that hardcoded the refresh rate\n\nChange-Id: Ibdd40b337c547e80ef8541856015f1380c8d58ed\n"
    },
    {
      "commit": "3e7497b4eccd3db1d6ff0ce1f1f2db11f9a8eeef",
      "tree": "14b19d7f750f12c4168bb582c1cd99e93afd454a",
      "parents": [
        "cdec187a27b2acc34cd4df26b836b83362527d6a",
        "1e08fe90df18930691b0c2ec22e5db25d7fcb4cf"
      ],
      "author": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Tue Nov 15 19:17:09 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 15 19:17:09 2011 -0800"
      },
      "message": "Merge \"Eliminate hw.keyboards system properties.\" into ics-mr1"
    },
    {
      "commit": "cdec187a27b2acc34cd4df26b836b83362527d6a",
      "tree": "488017fd1bb32a3d20beb5c536a92ee6c268b7f7",
      "parents": [
        "0ddb0143895b816d4ff5c174b346390e07f26556",
        "7aa6d31240787da87bb06d4457fdf23e39c46f98"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 15 19:04:11 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 15 19:04:11 2011 -0800"
      },
      "message": "Merge \"Whoops, need to acquire lock.\" into ics-mr1"
    },
    {
      "commit": "c0fa2a3bce40d52c0f1cccd87f8b0816a6faa6a7",
      "tree": "a1ab2d606f740b39b527f350b9cde13751884764",
      "parents": [
        "c57bfa4a4bf4c810b5c663df17443463d8192e8f",
        "e88740e6264d829099d04bbe57d1ec2b14996c40"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Tue Nov 15 18:12:00 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 15 18:12:00 2011 -0800"
      },
      "message": "Merge \"rework a bit how we manage EGL extensions\" into ics-mr1"
    },
    {
      "commit": "1e08fe90df18930691b0c2ec22e5db25d7fcb4cf",
      "tree": "772ffaafe6917d37ee65f5ed3d653230557bdc80",
      "parents": [
        "9058435dc1a741030c042c4d6f2512f5d1605e5d"
      ],
      "author": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Tue Nov 15 17:48:10 2011 -0800"
      },
      "committer": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Tue Nov 15 18:00:10 2011 -0800"
      },
      "message": "Eliminate hw.keyboards system properties.\n\nStop using system properties to publish information about\nthe key character map path.  Instead, we can retrieve it\non demand by asking the window manager.\n\nIt was possible to exhaust the supply of system properties\nwhen repeatedly adding and removing input devices.\n\nBug: 5532806\nChange-Id: Idd361a24ad7db2edc185c8546db7fb05f9c28669\n"
    },
    {
      "commit": "7aa6d31240787da87bb06d4457fdf23e39c46f98",
      "tree": "309046e35f67438b25889af8c5a3e70c5de4bc62",
      "parents": [
        "b35a21f987b99cfe90f4c46e0a708703274b8f46"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 15 15:01:14 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 15 16:12:30 2011 -0800"
      },
      "message": "Whoops, need to acquire lock.\n\nAlso increase time between reports to try to reduce the amount\nof redundant spam we get.\n\nChange-Id: Iedd7d743826fffa62ee431073cb7dfb49a00cea0\n"
    },
    {
      "commit": "d8c98fee02b5498270344727d1289004d98c0e73",
      "tree": "87512279361711cb33abd2d465be2661076a2a75",
      "parents": [
        "b90a70d1542edd5a95e73b75192e6eb5a66401cc"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 15 11:29:38 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 15 14:15:58 2011 -0800"
      },
      "message": "Improve low memory dropbox reporting.\n\nThe msg is now constructed to try to bin these reports in\ninteresting ways.  We\u0027ll see.  Also change the tag name from\nwatchdog to lowmem, since sharkey is kindly taking care of\nthe back-end to handle this.\n\nImprove how we put processes into low memory states to better\npoke things like home and the previous app.\n\nAlso clean up some debug output, and add a few new am comment\noptions for controlling the current debug app.\n\nChange-Id: I562a931a95244a2727bb7a6e1fd80dec259cdae2\n"
    },
    {
      "commit": "4b7494e07a44c0aa363379be463de70455a895f3",
      "tree": "8d94cfa5bd7a5ab578bd9c830907cc3471cbbab8",
      "parents": [
        "d968670d8369e5d92ba9b7a45b3804d692a05a4e",
        "bfd24acd318ef958bb7997c9cbf95c5fb15b10ac"
      ],
      "author": {
        "name": "Michael Jurka",
        "email": "mikejurka@google.com",
        "time": "Mon Nov 14 23:53:34 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Nov 14 23:53:34 2011 -0800"
      },
      "message": "Merge \"Updating recent apps visuals on tablet\" into ics-mr1"
    },
    {
      "commit": "bfd24acd318ef958bb7997c9cbf95c5fb15b10ac",
      "tree": "41e93afbac6ee62c19f7447d122298b46f92cb9a",
      "parents": [
        "2af9f21c664d4579b5f51283a320a7d1fba13a75"
      ],
      "author": {
        "name": "Michael Jurka",
        "email": "mikejurka@google.com",
        "time": "Sun Nov 13 13:50:38 2011 -0800"
      },
      "committer": {
        "name": "Michael Jurka",
        "email": "mikejurka@google.com",
        "time": "Mon Nov 14 23:49:10 2011 -0800"
      },
      "message": "Updating recent apps visuals on tablet\n\n- getting rid of blue glow (5529032)\n- moving app icon position\n- show message if there are no recent apps (5533332)\n- fixing rare IllegalStateException on orientation change (5584344)\n\nChange-Id: I2210e584957869c8f02339e6841daf39364a9dad\n"
    },
    {
      "commit": "d968670d8369e5d92ba9b7a45b3804d692a05a4e",
      "tree": "56e57ab8760dcb42dbaaae128b8cc57c63e65c1e",
      "parents": [
        "b3b66af2b5b4ccca1f507290ab6f138a3cbffc3e",
        "7ee8658453fe4efe04781bea9a14368e1d5ff41f"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Nov 14 23:37:17 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Nov 14 23:37:17 2011 -0800"
      },
      "message": "Merge \"Conservatively trim data usage stats.\" into ics-mr1"
    },
    {
      "commit": "7ee8658453fe4efe04781bea9a14368e1d5ff41f",
      "tree": "7c3306a32e13eaea5b35440a12cf376fcdb300ab",
      "parents": [
        "cde433c5f75fd4ac2ab31e9fc34654750d1e83f8"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Nov 14 18:02:21 2011 -0800"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Nov 14 20:11:38 2011 -0800"
      },
      "message": "Conservatively trim data usage stats.\n\nInstead of trusting NTP time alone, use the most-conservative of\nsystem clock and NTP.\n\nBug: 5584564\nChange-Id: I5dd87fc009959b1cf0a7d660e385a0b1a8be238b\n"
    },
    {
      "commit": "e88740e6264d829099d04bbe57d1ec2b14996c40",
      "tree": "bef49e54d8541fda96a8defd68807efa1573d662",
      "parents": [
        "274e03c90ee6054e81a16b1bd0a54258e08ddee9"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Sun Nov 13 23:52:47 2011 -0800"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Mon Nov 14 19:05:45 2011 -0800"
      },
      "message": "rework a bit how we manage EGL extensions\n\n- don\u0027t advertise extensions that are not supported\n  by any implementation\n\n- remove EGL_ANDROID_swap_rectangle which is not\n  implemented by anybody and confuses people\n\n- add some comments about mandatory extensions\n\nBug: 5428001\nChange-Id: Id8dc48116ac1d1eb79ec9ef55d03e29d4257c1f3\n"
    },
    {
      "commit": "91c2b5cebe981fb894b7e6f053a8593c1d9db80f",
      "tree": "bfeaf8256696a5053fd21ef07d24ca3b1bb5bc0e",
      "parents": [
        "9058435dc1a741030c042c4d6f2512f5d1605e5d",
        "8ec8d41aa691f901a58d28b89b1395f56bf1d1c3"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Nov 14 18:36:50 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Nov 14 18:36:50 2011 -0800"
      },
      "message": "Merge \"Improve low memory reporting.\" into ics-mr1"
    },
    {
      "commit": "8ec8d41aa691f901a58d28b89b1395f56bf1d1c3",
      "tree": "230edbf1128cb816d7e9b357d216c238d625bcee",
      "parents": [
        "6066a2b4de36549b7d8fe36507b7254e501f0b28"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Nov 14 18:27:24 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Nov 14 18:27:24 2011 -0800"
      },
      "message": "Improve low memory reporting.\n\nChange-Id: I42d56ab8026fd02232dd11dbfbc513fbc0a1a851\n"
    },
    {
      "commit": "813075a67897fec54699289972c642a48a2ba9d5",
      "tree": "fc3a16f728361699a574ca77e13b881c40181ff7",
      "parents": [
        "6066a2b4de36549b7d8fe36507b7254e501f0b28"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Nov 14 17:45:19 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Nov 14 17:45:19 2011 -0800"
      },
      "message": "Maybe fix issue #5405788: Device continuously opening and closing...\n\n...the \"Complete action using\" dialog\n\nI have never been able to reproduce this consistently, but here is\nanother stab in the twilight.  It looks like during boot we have\na potential race where we could reset the config sequence number after\nwe had gone through a config change, causing ActivityThread to ignore\na following config change.  Maybe this change will help.\n\nChange-Id: I4b731df5fd5c63894ca2e9bd34693b31ab1c0565\n"
    },
    {
      "commit": "030bb99814157b6424c0bf290bd2ede217b5ba77",
      "tree": "8991845d852715aa01a9fc7b5270013b20421753",
      "parents": [
        "2858749704ea7b130499cf2ac7b3e1c3331f1582",
        "f9c361dec4b9380db2b7eeaed68c828e154681ed"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Mon Nov 14 08:38:05 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Nov 14 08:38:05 2011 -0800"
      },
      "message": "Merge \"audioflinger: fix noise when skipping to next song\" into ics-mr1"
    },
    {
      "commit": "f9c361dec4b9380db2b7eeaed68c828e154681ed",
      "tree": "28470dce4b4c925746499203c866112be04ad872",
      "parents": [
        "843e04d977fd348ed474da1d3c6a62e7dc837444"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Fri Nov 11 15:42:52 2011 -0800"
      },
      "committer": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Fri Nov 11 16:33:24 2011 -0800"
      },
      "message": "audioflinger: fix noise when skipping to next song\n\nWhen audio effects are enabled, a noise can be heard at the\nbeginning of the new song when skipping to next song in music app.\n\nThis is because some effects (especially virtualizer) have a tail.\nThis tail was not played when previous song was stopped because effects were\nnot processed when no tracks were present on a given session. This is to\nreduce CPU load when effects are enabled but no audio is playing.\nThe tail was then rendered when the new song was started.\n\nAdded a delay before stopping effect process after all tracks have been removed from a session.\n\nIssue 5584880.\n\nChange-Id: I815e0f7441f9302e8dfe413dc269a94e4cc6fd95\n"
    },
    {
      "commit": "be70785f9b2dbd2c52fd8676d99bc64b22784201",
      "tree": "8c73c7f75259deb7a76bf26bb50e795763b9c39a",
      "parents": [
        "24597eb77e1a88994b83c5b1f45d5b72383943b8"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Nov 11 14:32:10 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Nov 11 15:05:59 2011 -0800"
      },
      "message": "Make activity manager more robust in the face of app activity leaks.\n\nThis came up from bug #5601885: Memory increase (leak?) in system_server\nStingray MR1\n\nThis isn\u0027t *really* a leak in the system process -- it is a leak in an\napplication process that is causing the system process to keep around\na bunch of ActivityRecord objects longer than it should, until that app\nprocess is ultimately killed.\n\nUnfortunately these days leaking an ActivityRecord also often means\nleaking a thumbnail, which is a big slab of memory.\n\nSo make the activity manager better about this, using a weak reference\nfrom the handle the object has so we can still clean away most of the\nstate associated with the ActivityRecord even if the client side leaks\nits own reference.\n\nChange-Id: Idbab45e09749cdfb54899203da7981e7b3576e25\n"
    },
    {
      "commit": "24597eb77e1a88994b83c5b1f45d5b72383943b8",
      "tree": "6cf393c979f046e4c10765a70f75ce4ff5337999",
      "parents": [
        "d400d03f4a6384449f8b0d3c8a9aa7e1e8aa5a16",
        "fd1be2bc1ebfccf9d111dbe3451293d6e31e4af1"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Fri Nov 11 14:37:18 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Nov 11 14:37:18 2011 -0800"
      },
      "message": "Merge \"Tone down Tethering logs.\" into ics-mr1"
    },
    {
      "commit": "fd1be2bc1ebfccf9d111dbe3451293d6e31e4af1",
      "tree": "bb6c2fe2c0123acf4e89f0bf933e8c8b15841a45",
      "parents": [
        "de62d9cbe00d0fcac24af9a3d89ba7a125e56eaa"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Fri Nov 11 12:30:19 2011 -0800"
      },
      "committer": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Fri Nov 11 14:09:45 2011 -0800"
      },
      "message": "Tone down Tethering logs.\n\nbug:5601582\nChange-Id: I66c0a5a06a2c13a7cf93ea264d156b37df23745f\n"
    },
    {
      "commit": "424781e2e1a1f1447eea733ffd1dc0f8006b628e",
      "tree": "45e90ff9266fe590bdc22fd277651bd212934a94",
      "parents": [
        "1f8c621279ddb163ee3d63bf32d79955679db0c5"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Fri Nov 11 09:56:03 2011 -0800"
      },
      "committer": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Fri Nov 11 09:56:03 2011 -0800"
      },
      "message": "Fix NPE in ConnectivityService.\n\nIf it\u0027s configured with a defined network but can\u0027t create a network state tracker\nfor it, it would NPE and restart the framework whenever a default network\ndisconnects.\n\nbug:5603268\nChange-Id: I816c4f522d766e0353a713623f6635b03395b01e\n"
    },
    {
      "commit": "51c00a57f4f956b4b0ce9562fa571b475ee6f6ae",
      "tree": "0f99204c513c0cb815bdce79231919a0d16c14ef",
      "parents": [
        "992e77af1168ddce232b9b7702d01e5ccc7a249b",
        "d4ef8c8fc9ea70448e5d8138bf8bc96f4e69903f"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Thu Nov 10 20:31:03 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Nov 10 20:31:03 2011 -0800"
      },
      "message": "Merge \"Clamp non-monotonic stats instead of dropping.\" into ics-mr1"
    },
    {
      "commit": "d4ef8c8fc9ea70448e5d8138bf8bc96f4e69903f",
      "tree": "bf8a150acbe1b04c2a89747cb65382ac2589ce09",
      "parents": [
        "42694dc4a7af4f38e39cb26a852f3f75e730bb05"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Thu Nov 10 17:54:23 2011 -0800"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Thu Nov 10 17:54:23 2011 -0800"
      },
      "message": "Clamp non-monotonic stats instead of dropping.\n\nWhen encountering non-monotonic stats rows, recover remaining data by\nclamping to 0.  In particular, this avoids edge-case where persisting\nthreshold checks would never trigger.  Also recover when tethering\nsnapshots are missing.\n\nBug: 5600785, 5433871, 5600678\nChange-Id: I1871954ce3955cc4ac8846f9841bae0066176ffe\n"
    },
    {
      "commit": "7c9f8005e20af0bb741e36d8239f301371ba5f7f",
      "tree": "9c81cf50fc9378626ab1a89dee4b2a16e0aa760b",
      "parents": [
        "50a66f0e9c5a85a6af4a99eb66656a69eba24572",
        "6537b028757af736ff53a13488de4fa75aaef9a9"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Thu Nov 10 17:22:14 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Nov 10 17:22:14 2011 -0800"
      },
      "message": "Merge \"Fix Wimax-less build.\" into ics-mr1"
    },
    {
      "commit": "6537b028757af736ff53a13488de4fa75aaef9a9",
      "tree": "2f4b715bb29c8f29475d4d83ec2f04f919c826f7",
      "parents": [
        "785fd3685a69e5b3ef9c0958dcf4ae85f818e78d"
      ],
      "author": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Thu Nov 10 16:55:20 2011 -0800"
      },
      "committer": {
        "name": "Robert Greenwalt",
        "email": "rgreenwalt@google.com",
        "time": "Thu Nov 10 17:14:05 2011 -0800"
      },
      "message": "Fix Wimax-less build.\n\nA build with the wimax network type defined but wimax disabled\ncauses an NPE in ConnectivityService\u0027s constructor.\n\nbug:5237167\nChange-Id: I929eac217e1afa0e61346fdbc3e96a7d3ad09a54\n"
    },
    {
      "commit": "0f70e482c8aa7ce9c5676b1226ff98b63fb991e7",
      "tree": "12b3d8f6f6db77443a72618d8102b06bcf24ce69",
      "parents": [
        "67121fd7b241ceafe7339f5f154781572819f87b",
        "56b53b597f015fa73ca339deff62eadf287297ae"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Nov 10 14:12:25 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Nov 10 14:12:25 2011 -0800"
      },
      "message": "Merge \"Fix issue #5470311: Activity with android:configChanges defined...\" into ics-mr1"
    },
    {
      "commit": "41ffab86d92622679d4d2ad8307806e8099f8170",
      "tree": "8c5a1e9ac9c6293e4806d58c7852f6457b682945",
      "parents": [
        "bc853c0344b2bbe6f94f425cd0fb1d2642c0fa2f",
        "532147b308580ec6360dba4c19c41bf4708bfd93"
      ],
      "author": {
        "name": "Chet Haase",
        "email": "chet@google.com",
        "time": "Thu Nov 10 13:44:34 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Nov 10 13:44:34 2011 -0800"
      },
      "message": "Merge \"increase the rate at which we dispatch events.\" into ics-mr1"
    },
    {
      "commit": "bc853c0344b2bbe6f94f425cd0fb1d2642c0fa2f",
      "tree": "450347121b12945af2c21b7375050dd401ecdab6",
      "parents": [
        "faa81c82103e89a3f2c86c4e737d9beb7e557402",
        "62539e9efa02c4037d3310a8b4f16f0085cd8c37"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Thu Nov 10 13:18:24 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Nov 10 13:18:24 2011 -0800"
      },
      "message": "Merge \"Close file on exception as well\" into ics-mr1"
    },
    {
      "commit": "56b53b597f015fa73ca339deff62eadf287297ae",
      "tree": "3fba2d4742b4f9f706ec327a8a407500ea29e04a",
      "parents": [
        "e7de36e605e0ccf4552c8ee1db40cb9af3227cf4"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Nov 10 11:19:57 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Nov 10 11:19:57 2011 -0800"
      },
      "message": "Fix issue #5470311: Activity with android:configChanges defined...\n\n...should not be restarted when rotating screen on xoom\n\nThis was a side-effect of a previous fix to compute the screen layout\nconfig class based on the actual space available to the application, not\nthe raw display size.  On a device like Xoom, the system bar causes us\nto switch between LONG and NOTLONG depending on whether the system bar\nis on the short or long side of the screen.\n\nTo fix this, we now compute the screen layout class the same way\n\"smallest width\" is computed: looking at all of the possible rotations\nand using the smallest of them all.  In addition to preventing the device\nfrom toggling between long and notlong on a Xoom-like screen, this will\nalso avoid other possible undersireable behavior like changing screen\nlayout size when rotating.\n\nThis does mean that Xoom is no longer considered a long screen even when\nin landscape, because it is not a long screen in portrait.\n\nChange-Id: I85f90a16294ef5a7de94d5b9231abbc6f914fe90\n"
    },
    {
      "commit": "785fd3685a69e5b3ef9c0958dcf4ae85f818e78d",
      "tree": "4ef7499ecefe56ded4e16d9af87367718d408078",
      "parents": [
        "843e04d977fd348ed474da1d3c6a62e7dc837444",
        "37d95f6f91713825ebb5edd6ce4e376fc093a750"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Thu Nov 10 10:33:55 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Nov 10 10:33:55 2011 -0800"
      },
      "message": "Merge \"handle EINTR when calling sensor HAL\u0027s poll function\" into ics-mr1"
    },
    {
      "commit": "62539e9efa02c4037d3310a8b4f16f0085cd8c37",
      "tree": "8361e63851c841894901d2e038c15a8f3483a4ad",
      "parents": [
        "2375d16378e6f8b7694c5a2cd9e0622e382e6049"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Thu Nov 10 09:35:38 2011 -0800"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Thu Nov 10 09:40:53 2011 -0800"
      },
      "message": "Close file on exception as well\n\nBug: 5458045\nChange-Id: I4c79b9c273ff69dda292e5cc7b2b60f8db2edbd9\n"
    },
    {
      "commit": "532147b308580ec6360dba4c19c41bf4708bfd93",
      "tree": "66e344678557fe125c1269ad6568d2daecbd49b2",
      "parents": [
        "eae6c9972d91b9af58c3bf7ba0235c0a3e95c408"
      ],
      "author": {
        "name": "Chet Haase",
        "email": "chet@google.com",
        "time": "Wed Nov 09 17:48:54 2011 -0800"
      },
      "committer": {
        "name": "Chet Haase",
        "email": "chet@google.com",
        "time": "Thu Nov 10 07:55:47 2011 -0800"
      },
      "message": "increase the rate at which we dispatch events.\n\nPreviously, the input dispatch rate was capped by default to 55.\nThis worked fine for systems with a refresh rate of 55 or lower. But on\ndevices with a higher frame rate (such as stingray at 60 fps), we do not\nreceive events as fast as the rendering system wants to redraw the frames, so\nwe would occasionally miss events between frames, resulting in a visual\nstutter during drag operations where the dragged object would essentially\nstay still for a frame.\n\nThis fix increases the default rate to 90, or 1.5 times the highest typical\nrefresh rate of our devices.\n\nChange-Id: Id8622185b3da93f9f6505157d2e6f3f33e36bd04\n"
    },
    {
      "commit": "ab22f862a912035ba83591db448806fd81ed74f4",
      "tree": "6e9b5301e738db3cc11d3f20585e9a9a00fa2010",
      "parents": [
        "114c4d3843758a2a1ffb32eb2719d65cdee637f8",
        "b9655847bce7d2eec840cf458c0fdec84d0cabbe"
      ],
      "author": {
        "name": "Dave Burke",
        "email": "daveburke@google.com",
        "time": "Wed Nov 09 23:49:09 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 09 23:49:09 2011 -0800"
      },
      "message": "Merge \"Back to 59fps\" into ics-mr1"
    },
    {
      "commit": "34bd596935ccd4574dbf6c6e7bfa24323e3e8e1f",
      "tree": "dcbd32062227af22424fb3014fd7a9ff28b6fa49",
      "parents": [
        "42694dc4a7af4f38e39cb26a852f3f75e730bb05",
        "05f24700613fb4dce95fb6d5f8fe460d7a30c128"
      ],
      "author": {
        "name": "satok",
        "email": "satok@google.com",
        "time": "Wed Nov 09 18:42:48 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 09 18:42:48 2011 -0800"
      },
      "message": "Merge \"Respect user settings for spell checking language if explicitly set\" into ics-mr1"
    },
    {
      "commit": "b9655847bce7d2eec840cf458c0fdec84d0cabbe",
      "tree": "40f36b288030055edf178809e50d67755689395a",
      "parents": [
        "270826a8878b5470d48d93ca3d518ac93860870d"
      ],
      "author": {
        "name": "Dave Burke",
        "email": "daveburke@google.com",
        "time": "Wed Nov 09 16:39:21 2011 -0800"
      },
      "committer": {
        "name": "Dave Burke",
        "email": "daveburke@google.com",
        "time": "Wed Nov 09 17:54:37 2011 -0800"
      },
      "message": "Back to 59fps\n\nChange-Id: I8d89e5e27f1abc5a2e36cb832eb4db2ca83c2cc6\n"
    },
    {
      "commit": "37d95f6f91713825ebb5edd6ce4e376fc093a750",
      "tree": "f46cd8bad02090a11c3330e404b5eac8a9cdc708",
      "parents": [
        "270826a8878b5470d48d93ca3d518ac93860870d"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Wed Nov 09 17:50:15 2011 -0800"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Wed Nov 09 17:53:14 2011 -0800"
      },
      "message": "handle EINTR when calling sensor HAL\u0027s poll function\n\nsome sensor HALs don\u0027t handle EINTR, make sure to catch it in the\nsensorservice.\n\nalso if we ever encounter an error that we can\u0027t handle, we abort\nwhich will restart us (or the whole system process if we\u0027re running\nin it)\n\nBug: 5511741\nChange-Id: I7051882b06980f778736b53d6cd021a99b5ca8d2\n"
    },
    {
      "commit": "05f24700613fb4dce95fb6d5f8fe460d7a30c128",
      "tree": "9ebd1e4f10aeed190c0fea675bef052669ac9d1c",
      "parents": [
        "76bb11ca642556673249a6ef8b84ab2813deaa87"
      ],
      "author": {
        "name": "satok",
        "email": "satok@google.com",
        "time": "Wed Nov 02 19:29:35 2011 +0900"
      },
      "committer": {
        "name": "satok",
        "email": "satok@google.com",
        "time": "Thu Nov 10 07:54:52 2011 +0900"
      },
      "message": "Respect user settings for spell checking language if explicitly set\n\nBug: 5554116\nChange-Id: I8c16d732af1fe713d30d97dfe829ff16653c7f34\n"
    },
    {
      "commit": "2b7f91b932be0aa9ce6fa3acda9ff439e94643fc",
      "tree": "afac3893c238200498144f566f0c33198cf9a175",
      "parents": [
        "09a56563cea260f12b5606837f5b01420b920170",
        "8a04fe032b2a9ab0f2905571c59b5ce6bd0e9d71"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Wed Nov 09 08:27:18 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Nov 09 08:27:20 2011 -0800"
      },
      "message": "Merge \"Fix regression for SoundPool playback\" into ics-mr1"
    },
    {
      "commit": "630a13bdd88723599a7617ca4df20ab923e7ffbb",
      "tree": "8df372a96c61406311267449e21f76752164c2a4",
      "parents": [
        "4c48d2ff6937e1e3a2fb93cc4cc29324b20542a5",
        "3359aca7655a7d18615c1ada6cbabeff403947d1"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 23:43:58 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 08 23:43:58 2011 -0800"
      },
      "message": "Merge \"Bootstrap stats before registering listeners.\" into ics-mr1"
    },
    {
      "commit": "4c48d2ff6937e1e3a2fb93cc4cc29324b20542a5",
      "tree": "61b4b2e2ff0f79ddac03f824a11078ad7d70b03b",
      "parents": [
        "2048789c64d30b0d3c42c4df7e705f14b7295e10",
        "4abb1b8ef64dc4cd71966b59dc5d72a15055bf13"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 23:43:38 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 08 23:43:38 2011 -0800"
      },
      "message": "Merge \"Make operation counts monotonically increase.\" into ics-mr1"
    },
    {
      "commit": "2048789c64d30b0d3c42c4df7e705f14b7295e10",
      "tree": "ac736188f7126533244fbdaa42d27a26a585d54f",
      "parents": [
        "f3882914e668501ee1dabd42207ed18348050c14",
        "7e25b0ea8891ffc0ac472d61f21610a9ac4e270a"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 23:43:23 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 08 23:43:23 2011 -0800"
      },
      "message": "Merge \"Dispatch alerts through background thread.\" into ics-mr1"
    },
    {
      "commit": "f3882914e668501ee1dabd42207ed18348050c14",
      "tree": "e6bdb6b2569d61022acfb2bb8057f8cfc61a87d3",
      "parents": [
        "da738d638cc2fee29d5936f21c6eadbcf173a718",
        "3f3115b27733a822104385284b1ec1f39d91f839"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 23:43:12 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 08 23:43:12 2011 -0800"
      },
      "message": "Merge \"Make policy data enabled flag static.\" into ics-mr1"
    },
    {
      "commit": "8a04fe032b2a9ab0f2905571c59b5ce6bd0e9d71",
      "tree": "38c24b10f3b90f1f66ed320369b38c30ea1dfea0",
      "parents": [
        "650a3e8894c6d26b258d26bdec856fde7aba43d6"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Tue Nov 08 18:10:16 2011 -0800"
      },
      "committer": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Tue Nov 08 18:42:37 2011 -0800"
      },
      "message": "Fix regression for SoundPool playback\n\nCommit 19ddf0eb introduced a problem with applications (like SoundPool)\nrelying on an underrun condition to detect end of playback instead of\nstopping the track when all data is written.\nAudioFlinger would keep waiting for new data in case of partial buffer\nfilling and never reach the underrun condition.\n\nAdded a mechanism to wait no more than once if not enough frames are present\nin the track buffer.\n\nIssue 5585490.\n\nChange-Id: I131e605ff6070831a01ddf734e68459e3bf2354b\n"
    },
    {
      "commit": "3359aca7655a7d18615c1ada6cbabeff403947d1",
      "tree": "6f2c856917ee49f44183fa8bac9d01d3a3b775f0",
      "parents": [
        "6dee1a9d046458134fb019669b5ffe7911dcdb29"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 18:08:48 2011 -0800"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 18:24:12 2011 -0800"
      },
      "message": "Bootstrap stats before registering listeners.\n\nAlso move ISE to handled NonMonotonicException.\n\nBug: 5570872\nChange-Id: I793f349287ef5589185f117dfbec6f1fad73a661\n"
    },
    {
      "commit": "e4a1bafba351a1b4cea18af3442412de03dd4d89",
      "tree": "1021b9ec3c6d5e3b30160548270496d35b19de84",
      "parents": [
        "cd489c4ce59c134c384238cbb613ede34f28189c",
        "47f1fe5285fcd9c1d880a1a71cb887e3400b614a"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Tue Nov 08 18:01:21 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 08 18:01:21 2011 -0800"
      },
      "message": "Merge \"decrease the light-sensor rate to 1Hz (from ~15Hz) for ALS purposes.\" into ics-mr1"
    },
    {
      "commit": "7e25b0ea8891ffc0ac472d61f21610a9ac4e270a",
      "tree": "e004ec8419f400ff88a9b57c25bf6bc83e77ad3a",
      "parents": [
        "3f3115b27733a822104385284b1ec1f39d91f839"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 15:43:12 2011 -0800"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 17:41:26 2011 -0800"
      },
      "message": "Dispatch alerts through background thread.\n\nBug: 5557659\nChange-Id: Icc3ad476a98ec3430b33f915723ffcc36ccbfae7\n"
    },
    {
      "commit": "4abb1b8ef64dc4cd71966b59dc5d72a15055bf13",
      "tree": "198629d05a9f4cafe959517825ea00e3938ceffb",
      "parents": [
        "6dee1a9d046458134fb019669b5ffe7911dcdb29"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 17:35:28 2011 -0800"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 17:35:28 2011 -0800"
      },
      "message": "Make operation counts monotonically increase.\n\nBug: 5585704\nChange-Id: I5247a68acdb209a4ef0f5aac18944595c295e6ca\n"
    },
    {
      "commit": "ccdeb428ef541bab1bbc6ee3e33c4fb6ccbec42a",
      "tree": "71148ebfc5b92467408b8f1a7e5e37b464f481f3",
      "parents": [
        "bc0b010ecc7254b0e2c7a0268e5242557579b471",
        "38ddeaa67e52810da5db42895edb74b79111ec53"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 17:27:03 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 08 17:27:03 2011 -0800"
      },
      "message": "Merge \"Avoid inconsistent state when remove fails.\" into ics-mr1"
    },
    {
      "commit": "bc0b010ecc7254b0e2c7a0268e5242557579b471",
      "tree": "53d3cac867bbd5735b6f2dc7e8f228192bb5bc4d",
      "parents": [
        "393e2c1f7aad37e7851643df22e4810996c26d1f",
        "1a693182669133c57eda91a4e465e6cd55718f63"
      ],
      "author": {
        "name": "Jeff Brown",
        "email": "jeffbrown@google.com",
        "time": "Tue Nov 08 17:22:06 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 08 17:22:06 2011 -0800"
      },
      "message": "Merge \"Handle EXTRA_DOCK_STATE_LE_DESK and HE_DESK. Bug: 5569662\" into ics-mr1"
    },
    {
      "commit": "393e2c1f7aad37e7851643df22e4810996c26d1f",
      "tree": "0fdbbbfacecede0bbf566f53a008426dbc9c821f",
      "parents": [
        "3af8b88d032011fdbc6c498cf3f3881281cff999",
        "eed2373321a84560961884697b4bd92d0ee9f7c9"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Tue Nov 08 17:20:59 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 08 17:20:59 2011 -0800"
      },
      "message": "Merge \"SensorService now always clamps the requested rate\" into ics-mr1"
    },
    {
      "commit": "47f1fe5285fcd9c1d880a1a71cb887e3400b614a",
      "tree": "6672d9b04efdbe82b2984a5f4db0451d9fc74575",
      "parents": [
        "3af8b88d032011fdbc6c498cf3f3881281cff999"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Tue Nov 08 17:18:41 2011 -0800"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Tue Nov 08 17:19:55 2011 -0800"
      },
      "message": "decrease the light-sensor rate to 1Hz (from ~15Hz) for ALS purposes.\n\nthe intent here is to save power.\n\nChange-Id: I6cc1cae865cc46551afcfcec9ca03faaa5b6936f\n"
    },
    {
      "commit": "3f3115b27733a822104385284b1ec1f39d91f839",
      "tree": "13d738f94aef2d40f6802339092c01c04d232876",
      "parents": [
        "6dee1a9d046458134fb019669b5ffe7911dcdb29"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 16:30:37 2011 -0800"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Tue Nov 08 17:15:46 2011 -0800"
      },
      "message": "Make policy data enabled flag static.\n\nFor devices with both CDMA and GSM stack, ConnectivityService only\nconnects with the GSM variant.  Making this flag static communicates\nthe policy state between all DCT.\n\nBug: 5586935\nChange-Id: Iff0384027303470dd382d5173558d2d091ce4bf6\n"
    },
    {
      "commit": "3af8b88d032011fdbc6c498cf3f3881281cff999",
      "tree": "b04e1d1ba36d25720e36372bef32ac541a531001",
      "parents": [
        "a4293ba1a0f1129d5879ae9eda45292ff357e20c",
        "e4d4fbc8c0257a79d9c6091cea2c264415bd2733"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Nov 08 17:01:05 2011 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 08 17:01:05 2011 -0800"
      },
      "message": "Merge \"Add drop box reports of low memory.\" into ics-mr1"
    }
  ],
  "next": "95482b61c348fc54bf44a96a8b73011c90b40520"
}
