)]}'
{
  "log": [
    {
      "commit": "c85e12e07559b7a36f6b831112a7e677a4f83ceb",
      "tree": "3552620b2a0ba895bf41b4587f5199ab7df863b6",
      "parents": [
        "77e26d6822bdba470c4704440fdafcc256475b4e"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Mar 30 21:04:17 2010 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Mar 30 21:04:17 2010 -0700"
      },
      "message": "Revert \"fix [2542425] memory leak during video recording\"\n\nThis reverts commit 544592e14f8d7643238e40ba9879727497900f35.\n"
    },
    {
      "commit": "77e26d6822bdba470c4704440fdafcc256475b4e",
      "tree": "5fd50fb4ef04634bd4383041447a1dbd81847574",
      "parents": [
        "964d29a953d273867090c8cb746e8dade511091d"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Tue Mar 30 16:53:40 2010 -0700"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Tue Mar 30 19:02:59 2010 -0700"
      },
      "message": "fix [2542425] memory leak during video recording\n\n[Sorted|Keyed]Vector\u003cTYPE\u003e would leak their whole storage when resized\nfrom the end and TYPE had trivial dtor and copy operators.\n\nChange-Id: I8555bb1aa0863df72de27d67ae50e20706e90cf5\n"
    },
    {
      "commit": "caeddc7236a41bc51e60d54f5fa0e67cddd7aba6",
      "tree": "b84d3fb2486cbc8c0a1a826617fdf1cb28eb2587",
      "parents": [
        "afa2eac17aa5b23af5c89a8542142a47fe8c9914"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Mon Mar 29 13:45:18 2010 -0700"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Mon Mar 29 13:45:18 2010 -0700"
      },
      "message": "fix [2542425] memory leak during video recording\n\nVector::sort() is using _do_copy() incorrectly; _do_copy() calls the\ncopy constructor, not the assignment operator, so we need to destroy\nthe \"destination\" before copying the item.\n\nChange-Id: Iaeeac808fa5341a7d219edeba4aa63d44f31473c\n"
    },
    {
      "commit": "82fecb01df67f5e3321618df29079b9ce56a30e4",
      "tree": "28fb3a80711a00d385d75d5e9b78b9a5edd0b096",
      "parents": [
        "080b8a84d98b94984bd3762cb9318f49793476b6"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Mar 09 15:00:30 2010 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Mar 09 17:18:05 2010 -0800"
      },
      "message": "Add ability for some manifest attributes to reference resources.\n\nThis loosens our restriction on many manifest attributes requiring\nliteral string values, to allow various ones to use values from\nresources.  This is only allowed if the resource value does not change\nfrom configuration changes, and the restriction is still in place\nfor attributes that are core to security (requesting permissions) or\nmarket operation (used libraries and features etc).\n\nChange-Id: I4da02f6a5196cb6a7dbcff9ac25403904c42c2c8\n"
    },
    {
      "commit": "6687fb103da248213a31c859a5f424e4feccfb25",
      "tree": "63a1b51fedfa288a11724460e39314cced8a0296",
      "parents": [
        "f0895e8530719500262fb9b43a395399bf834b11"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Mar 04 00:58:29 2010 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Mar 04 11:52:14 2010 -0800"
      },
      "message": "Fix some bugs.\n\nBug #2376231: Apps lose window focus (and back key causes ANR) if the\nlock screen is dismissed while the phone is in landscape mode\n\nThis is another case where we weren\u0027t recomputing the focused window\nafter changing the visibility policy.\n\nbug #2479958: Investigate source of \"Resources don\u0027t contain package\nfor resource number 0x7f0a0000\"\n\nUm, okay, so it turns out there were bugs all over the place where\nwe would load an XML resource from a another application, but not\nuse the Resources for that application to retrieve its resources...!\nI think the only reason any of this stuff was working at all was\nbecause it typically only cared about retrieving the resource\nidentifiers of the items (it would look up the values later).\n\nBug #2401082: Passion ERE26 monkey crash - InputMethodManagerService\n\nAdd some null checks.\n"
    },
    {
      "commit": "8eca036d24f2e7865ab5ccb057b043e2c32b75bf",
      "tree": "c95da74a8ebd8ccb839d9657532a41df906a1eda",
      "parents": [
        "7a0f7e233ac9507d71e4b9c5abf8b8923817aa23"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Mar 01 17:43:39 2010 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Mar 01 20:42:14 2010 -0800"
      },
      "message": "Fix issue #2448075: aapt doesn\u0027t fix up activity-alias android:targetActivity links\n\nAnd related:\n\n- The aapt tool now sets a resource configurations sdk level to match any configs\n  that have been set (for example if you specify density your sdk level will be\n  at least 4).\n- New option to modify the targetPackage attribute of instrumentation.\n- Clean up of aapt options help.\n- Fix of UI type values to leave 0 for \"unspecified\".\n- Make the UI mode config APIs public.\n"
    },
    {
      "commit": "dc7caf18da8386ad4f02176bf8509d95e5dba6e4",
      "tree": "e27fd67dae80d77695d3ee8e4e525ce060c44e1a",
      "parents": [
        "e26f4a308fbd4809b53262be15b8dd378bb4e10b"
      ],
      "author": {
        "name": "Ficus Kirkpatrick",
        "email": "ficus@android.com",
        "time": "Mon Mar 01 16:33:53 2010 -0800"
      },
      "committer": {
        "name": "Ficus Kirkpatrick",
        "email": "ficus@android.com",
        "time": "Mon Mar 01 16:33:53 2010 -0800"
      },
      "message": "Demote the famous ResourceTypes warning to LOGV.\n\nIt is spamming the log bigtime and can be promoted back to LOGW\nor worse by whoever decides to actually investigate the bug.\n\nChange-Id: I72d950155378f641ebdfbacabae774f5736a52bc\n"
    },
    {
      "commit": "9e333ab42c5ca09632f56cd5d8e5349e06a632b7",
      "tree": "3f9e1b8b26a302f72ebe08468f2fec8ad3a5029a",
      "parents": [
        "fc10cf951a0f12315b96e35a7e8d360748eea302"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Mon Feb 22 22:36:26 2010 -0800"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Tue Feb 23 10:02:20 2010 -0800"
      },
      "message": "Use UTF-8 strings to avoid duplicate caching, part 1\n\nStringBlock instances containing UTF-8 strings use a cache to convert\ninto UTF-16, but using that cache and then using a JNI call to NewString\ncauses the UTF-8 string as well as two copies of the UTF-16 string to\nbe held in memory. Getting the UTF-8 string directly from the StringPool\neliminates one copy of the UTF-16 string being held in memory.\n\nThis is part 1. Part 2 will include ResXMLParser optimizations.\n\nChange-Id: Ibd4509a485db746d59cd4b9501f544877139276c\n"
    },
    {
      "commit": "98e71ddaede9a0bfb681fd237bec1f66c6c53193",
      "tree": "b99491347832c92e1e5af62d11d3a9baf946dd18",
      "parents": [
        "e4f5055ad281096e5b89c4240be29d2c95a43b65"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Thu Feb 11 17:30:52 2010 -0800"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Sun Feb 21 23:27:25 2010 -0800"
      },
      "message": "remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).\n\nAdd a Flattenable interface to libutils which can be used to flatten\nan object into bytestream + filedescriptor stream.\nParcel is modified to handle Flattenable. And GraphicBuffer implements\nFlattenable.\n\nExcept for the overlay classes libui is now independent of libbinder.\n"
    },
    {
      "commit": "0d88e7a8d7c436e8375a749aac77d34eb95356c8",
      "tree": "d3fb3f0d27908fd3185032499f11b109e76743e7",
      "parents": [
        "053c9e928bc8aa569572aea97430a63cb8fdc109"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Feb 12 14:09:24 2010 -0800"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Feb 12 14:37:42 2010 -0800"
      },
      "message": "Totally remove Unicode.cpp and rely on ICU\n\nUnicode.cpp used a packed data table for character data that essentially\nduplicated ICU\u0027s functionality.\n\nChange-Id: Ia68fe4ac94e89dc68d9a3f45f33f6e648a5500b7\n"
    },
    {
      "commit": "196e3207345baa4ba5af93646f2ca1b67a438aeb",
      "tree": "2738aede10416d2418222aa6d611d27fe1e74838",
      "parents": [
        "fe7a18c4e17a179a0f26e139d3eae20393c1a8ae"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Feb 12 13:01:16 2010 -0800"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Feb 12 13:01:16 2010 -0800"
      },
      "message": "Excise code from Unicode.cpp that was dead\n\nRemove some utility functions for discovering character data\nthat ICU probably took over a while ago.\n\nChange-Id: I97abe4de2f51eb2bf48679941258bc501184c3dc\n"
    },
    {
      "commit": "ccb5b89029ca3f653fbfa32a7b6ed82bf227541c",
      "tree": "e9309127a1fd7077222e8068817bf94829dd2736",
      "parents": [
        "07b4185c7494744d0886115c7d8a6a389210bea3"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Thu Dec 10 14:20:15 2009 -0800"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Thu Dec 10 14:22:08 2009 -0800"
      },
      "message": "Add string resource type inspection\n\nAllows \"aapt dump --values resource\" to print out whether a string in a\nResStringPool is in UTF-8 or UTF-16 encoding.\n\nChange-Id: I6478884a70a3b46fee862dece6cb33454fc34843\n"
    },
    {
      "commit": "d0aeccebe2d1539a9f0b5f19beb6c272a60d3cc6",
      "tree": "350426e8aee428f9637dfca0f5954a9136f56723",
      "parents": [
        "80240139e39795c1176cf0ab7ab32986aa681422"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Dec 08 19:45:59 2009 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Dec 08 19:45:59 2009 -0800"
      },
      "message": "Maybe really fix windows build.\n"
    },
    {
      "commit": "c5b138995e68910cfa95f88f12a1c69a102aa997",
      "tree": "d42c2de87872fde784af4f919e40d673b4208a0e",
      "parents": [
        "426ab667cacdf319789e1b85f04b2bc6729ae86b"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Dec 08 16:38:01 2009 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Dec 08 16:38:01 2009 -0800"
      },
      "message": "Hopefully fix Windows build\n"
    },
    {
      "commit": "eb318fd88d16053010da554ba565eaaf3355a58e",
      "tree": "d7c8601e2d6b708be77335c0a1b151893008b2c0",
      "parents": [
        "ea3ec40a5da415c07569f4c35c516da5e1e8d23e",
        "92f5984d2c2cd73b6b9f68c02c147877d1e2fc46"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Dec 08 13:41:38 2009 -0800"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Dec 08 13:41:38 2009 -0800"
      },
      "message": "Merge change I129483f8 into eclair-mr2\n\n* changes:\n  Optional use of UTF-8 strings in resource bundles\n"
    },
    {
      "commit": "8c6cedc9bc9a4b69616a79a95449f6f6b08c7bf1",
      "tree": "b1bbc3748af558bc7a56d7ac4fb96ca059cc845b",
      "parents": [
        "d56352bddd717d2e45f1f3ee7fb52ef7f593f950"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Dec 07 17:59:37 2009 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Dec 07 19:11:14 2009 -0800"
      },
      "message": "Propagate background scheduling class across processes.\n\nThis is a very simply implementation: upon receiving an IPC, if the handling\nthread is at a background priority (the driver will have taken care of\npropagating this from the calling thread), then stick it in to the background\nscheduling group.  Plus an API to turn this off for the process, which is\nused by the system process.\n\nThis also pulls some of the code for managing scheduling classes out of\nthe Process JNI wrappers and in to some convenience methods in thread.h.\n"
    },
    {
      "commit": "92f5984d2c2cd73b6b9f68c02c147877d1e2fc46",
      "tree": "fa3930192e29c22b91af41ba4b20adf4286b2217",
      "parents": [
        "bd3b0114893ed5fc24fd92955f59354b838041e1"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Dec 04 09:38:48 2009 -0800"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Mon Dec 07 15:14:15 2009 -0800"
      },
      "message": "Optional use of UTF-8 strings in resource bundles\n\nAllows the use of UTF-8 for packing resources instead of the\ndefault of UTF-16 for Java. When strings are extracted from the\nResStringPool, they are converted to UTF-16 and the result is\ncached for subsequent calls.\n\nWhen using aapt to package, add in the \"-8\" switch to pack the\nresources using UTF-8. This will result in the value, key, and\ntype strings as well as the compiled XML string values taking\nsignificantly less space in the final application package in\nmost scenarios.\n\nChange-Id: I129483f8b3d3b1c5869dced05cb525e494a6c83a\n"
    },
    {
      "commit": "7b92d7ec36a01c3f95eab000581db3360596f61d",
      "tree": "94abd3782281591f48e93c5f8a27db8128b5f132",
      "parents": [
        "2840dde56ba9650577385ef2890b241f3d87c17d"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Nov 20 14:26:42 2009 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Nov 20 14:26:42 2009 -0800"
      },
      "message": "Debugging for issue #2228381 android.view.InflateException\n\nBinary XML file line #37: Error inflating class \u003cunknown\u003e after adding a secondary account\n\nNow that I have these debug logs, I want to keep them since they will make\ndebugging these kinds of issues a lot easier in the future.  (Note in this\ncase there was no problem in the framework.)\n\nChange-Id: If2b0bbeda4706b7c5dc1ba4a5db04b74f40e1543\n"
    },
    {
      "commit": "e7e1009636b8043f9923b2274db766636dd9e40a",
      "tree": "c57db39920657deb7b38e4a2e83706d7f8f20836",
      "parents": [
        "2b2888c3560d198c093dd21399b1c1a23acaad06"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@android.com",
        "time": "Wed Sep 30 16:17:37 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@android.com",
        "time": "Wed Sep 30 17:07:37 2009 -0700"
      },
      "message": "Turn off most of the backup-related debug logging\n\nThe core logging in BackupManagerService and in the Google backup transport are\nstill enabled at this point.\n\nChange-Id: I10abfa565bbd1097dd3631051b6aca163e4af33a\n"
    },
    {
      "commit": "a4f58892d4d23dc6957becab3504522cb033de46",
      "tree": "68da4002a8233d47503dde7c26d2bc31628ac744",
      "parents": [
        "4ec5bfcc8ac1e005f39912cb122ba6990de002ff"
      ],
      "author": {
        "name": "Doug Zongker",
        "email": "dougz@android.com",
        "time": "Sun Sep 27 17:00:13 2009 -0700"
      },
      "committer": {
        "name": "Doug Zongker",
        "email": "dougz@android.com",
        "time": "Sun Sep 27 17:03:12 2009 -0700"
      },
      "message": "fix \"pacakge\" typo in error log message\n"
    },
    {
      "commit": "6e472890effc63430d0ab680051c10cf2cf3cdbe",
      "tree": "54d32dd895bf9080b7f6aaf58acee76dc4ed5431",
      "parents": [
        "601500bb2ca52de6f251d0bc44213392c1756e7b"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@android.com",
        "time": "Mon Sep 21 19:36:51 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@android.com",
        "time": "Thu Sep 24 11:19:04 2009 -0700"
      },
      "message": "Clear the device\u0027s data from the transport when backup is disabled\n\nTurning off backup in the Settings UI constitutes an opt-out of the whole\nmechanism.  For privacy reasons we instruct the backend to wipe all of the data\nbelonging to this device when the user does this.  If the attempt fails it is\nrescheduled in the future based on the transport\u0027s requestBackupTime()\nsuggestion.  If network connectivity changes prompt the transport to indicate a\nbackup pass is appropriate \"now,\" any pending init operation is processed before\nthe backup schedule is resumed.\n\nThe broadcasts used internally to the backup manager are now fully protected;\nthird party apps can neither send nor receive them.\n\n(Also a minor logging change; don\u0027t log \u0027appropriate\u0027 EOF encountered during\nparsing of a backup data stream.)\n"
    },
    {
      "commit": "cfbb735f841ff93d36e92845699b186ac0973a88",
      "tree": "76d3c8dcd8cc9933ce38cef5d2c1dc532dde986b",
      "parents": [
        "ed89b3f9138ca14e950a3d6e6110c9f035c9e16d"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Sun Sep 20 12:40:03 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Sun Sep 20 12:40:03 2009 -0700"
      },
      "message": "Fix issue #1862317: Browser does not appear to honor anchors (#es) in links\n\nAlso a little improved debugging output of bad resource identifiers.\n\nChange-Id: I054064ef22855608ffd722e4ccf12ce57d1992b2\n"
    },
    {
      "commit": "4de4ebf6a25b5cf1819809ffcedea331d79823e0",
      "tree": "39c110d7cae1d3690c7454be7b3379dd58ceab80",
      "parents": [
        "454ea681398a23a45e2a9c4f3b12d7c30fec8e3c"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Wed Sep 09 02:38:13 2009 -0700"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Wed Sep 09 02:45:26 2009 -0700"
      },
      "message": "use broadcast() instead of signal() when signaling the condition-variable Thread::RequestExitAndWait() is waiting for\n\nwe could have several thread waiting on the condition and they all need to wake-up.\nalso added a debug \"mTid\" field in the class, which contains the tid of the thread (as opposed to pthread_t), this\nis useful when debugging under gdb for instance.\n"
    },
    {
      "commit": "75a3d0a2153b5c63edd3a5c9a2aecd4ac30efa0a",
      "tree": "ea89aefa22e901b446fe11cc0d1ddbf5b6725d43",
      "parents": [
        "4ce160e5e73be7bcc2499aa4f6be29211f81c7ba"
      ],
      "author": {
        "name": "Eric Fischer",
        "email": "enf@google.com",
        "time": "Tue Sep 01 15:20:30 2009 -0700"
      },
      "committer": {
        "name": "Eric Fischer",
        "email": "enf@google.com",
        "time": "Tue Sep 01 15:20:30 2009 -0700"
      },
      "message": "Make it an error to use a bare apostrophe in aapt, and adjust warnings/errors.\n\nIn practice, no one ever writes an apostrophe in an aapt string with the\nintent of using it to quote whitespace -- they always mean to include a\nliteral apostrophe in the string and then are surprised when they find\nthe apostrophe missing.  Make this an error so that it is discovered\nright away instead of waiting until late in QA or after the strings have\nalready been sent for translation.  (And fix a recently-introduced string\nthat has exactly this problem.)\n\nSilence the warning about an empty span in a string, since this seems to\nannoy people instead of finding any real problems.\n\nMake the error about having a translated string with no base string into\na warning, since this is a big pain when making changes to an application\nthat has already had some translations done, and the dead translations\nshould be removed by a later translation import anyway.\n"
    },
    {
      "commit": "878d647b5b77f040cdae810e7e05be23a105e1eb",
      "tree": "d8f23c6bf57d7f57680df75a8eb38201c8f04483",
      "parents": [
        "fac300462060a69dc5aa83b493f8cbdd28ea7d27",
        "f2c6fe29bbfab1db743a3ccce327d3d920643629"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Aug 12 12:36:12 2009 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 12 12:36:12 2009 -0700"
      },
      "message": "am b8546001: Merge change 20878 into donut\n\nMerge commit \u0027b8546001701405a76dad7e6235046e592296fac2\u0027\n\n* commit \u0027b8546001701405a76dad7e6235046e592296fac2\u0027:\n  Fix issue #2048263: More debugging information\n"
    },
    {
      "commit": "e868513287c50caec4bcc83be3c49e12dfbeac72",
      "tree": "6d718266a3587e3ce5f99cf717edb0e02eccd003",
      "parents": [
        "7e78445103b25c05b49d22ecfeb2704215f41010"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Aug 11 18:56:41 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Aug 11 18:56:41 2009 -0700"
      },
      "message": "Fix issue #2048263: More debugging information\n\nWe now hopefully do better about generating the anr reports, and include\ninformation about the malloc loaded assets in meminfo.\n"
    },
    {
      "commit": "429db150affcc99b198fa0da52165fde4cd4cc7c",
      "tree": "4305296c2a077f11e0bbfdbc714566bc99dfaba9",
      "parents": [
        "60da4f44f1c1978839464919371834de2cb1fc62"
      ],
      "author": {
        "name": "David \u0027Digit\u0027 Turner",
        "email": "digit@google.com",
        "time": "Sat Aug 01 00:20:17 2009 +0200"
      },
      "committer": {
        "name": "David \u0027Digit\u0027 Turner",
        "email": "digit@google.com",
        "time": "Sat Aug 01 10:53:29 2009 +0200"
      },
      "message": "Fix Win32 libutils to get a working SDK build.\n"
    },
    {
      "commit": "ff1dcc2cf9043c4d128cf8498b58e956e9ee965f",
      "tree": "ec026a8c308b3b171dda76f8536f2c4ea5496419",
      "parents": [
        "c76696a27662e6fda2c27fd6fb648ad9ddc78779",
        "62cbdad4011db8081eaf1030b044c10de20a13d3"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 30 16:05:27 2009 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Jul 30 16:05:27 2009 -0700"
      },
      "message": "am 25dff70f: Merge change 9039 into donut\n\nMerge commit \u002725dff70f153529b87f5ad4a92f4de21e8950b1de\u0027\n\n* commit \u002725dff70f153529b87f5ad4a92f4de21e8950b1de\u0027:\n  Fix #2018814: System cannot correctly render assets with \"wrap_content\" attribute in QVGA\n"
    },
    {
      "commit": "3945ae5065ec62ed267e1aaf4cfc160c5eb6a79e",
      "tree": "09e0a70b87f84d145fb74c607455695488eaf1ac",
      "parents": [
        "d8475b75e6fc33416b892c44136ee9c16f79ed81"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Jul 29 15:41:19 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Jul 29 19:44:01 2009 -0700"
      },
      "message": "Fix #2018814: System cannot correctly render assets with \"wrap_content\" attribute in QVGA\n\nIt turns out we were not returning the density for anything retrieved from a\nTypedArray...  which basically means any bitmap references from a layout or style...!!!\n\nThis is now fixed.\n\nAlso fiddle with the density compatibility mode to turn on smoothing in certain situations,\nhelping the look of things when they need to scale and we couldn\u0027t do the scaling at\nload time.\n"
    },
    {
      "commit": "c1d7a6ec1e8058135f1058d93811dff55e331276",
      "tree": "428ed0899ff07bccdad590fac6fb76f368815737",
      "parents": [
        "05ad423fdd9b413a690c889cad9012059748c2a4"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Tue Jul 28 18:24:51 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed Jul 29 12:05:36 2009 -0700"
      },
      "message": "Only restore the bits for wallpapers that aren\u0027t built in.\n"
    },
    {
      "commit": "1b96719b327c16db024836f91fcba54335e5a96b",
      "tree": "9a946445f3d3a264d5a4c643950a31e7525cf60e",
      "parents": [
        "d4357fec9ccf875ecccddc7bb22b34efda438f5c"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Tue Jul 28 18:23:05 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Tue Jul 28 18:30:15 2009 -0700"
      },
      "message": "Fix the IOException in wallpaper restore -- the padding isn\u0027t required at the end.\n"
    },
    {
      "commit": "351b6f926e06355079669f170a97a729537932ed",
      "tree": "0d779cee2a916404e9c423eb337d4e38d78ab997",
      "parents": [
        "297bde4328124db768b90cd11e38d5e23ca152ba",
        "7a0847196cc33a0f1ee563d2009393c88c618b30"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jul 21 19:03:53 2009 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Jul 21 19:03:53 2009 -0700"
      },
      "message": "am 9fc20b0e: Merge change 8126 into donut\n\nMerge commit \u00279fc20b0e381b5fe00b7049ef357c839cd05a33bf\u0027\n\n* commit \u00279fc20b0e381b5fe00b7049ef357c839cd05a33bf\u0027:\n  First pass at reworking screen density/size APIs.\n"
    },
    {
      "commit": "60cde60e89373b03f1c645c51f825c7898f62d9e",
      "tree": "11203fd1998828f47f97f07de1114a0f54790a39",
      "parents": [
        "0e09083649e526196637b5763532418278e10de8"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Jul 21 17:46:02 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Jul 21 18:28:42 2009 -0700"
      },
      "message": "First pass at reworking screen density/size APIs.\n\nThis changes the names of the directories in aapt, to what you see\nin the list of DpiTest resources.  Also adds a new \"long\" configuration\nfor wide screens, which the platform sets appropriate, and introduces\na new kind of resizeability for not large but significantly larger\nthan normal screens which may have compatibility issues.\n"
    },
    {
      "commit": "89fbf845390322eb486632bae9108191803d4b9e",
      "tree": "2e64185b7d2fb3c7a1e71b59daf5dfab92a28dde",
      "parents": [
        "9d4f889870310bd5399d895867a6bc52c4bdbd49",
        "64feb0889aac117a7f0ff397ba2088cf2b0e7901"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sun Jul 19 20:28:49 2009 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Sun Jul 19 20:28:49 2009 -0700"
      },
      "message": "am aad0fcc9: Merge change 7783 into donut\n\nMerge commit \u0027aad0fcc9619eb72c18a6afff48ebc9d4011f0f54\u0027\n\n* commit \u0027aad0fcc9619eb72c18a6afff48ebc9d4011f0f54\u0027:\n  Add \"nodpi\" density, and expose a bunch of density-related APIs.\n"
    },
    {
      "commit": "b3e8103538c4a487c20238a2da86159381a688d7",
      "tree": "d96c81afd5836abc2d076af112734bca0f174607",
      "parents": [
        "a596331bd3a95dee8951950219d873c99180470e"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Jul 17 11:13:48 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Jul 17 16:59:08 2009 -0700"
      },
      "message": "Add \"nodpi\" density, and expose a bunch of density-related APIs.\n\nAlso update the DpiTest app to use nodpi images, and try to have a mode\nwhere it turns off compatibility though it\u0027s not quite working.\n"
    },
    {
      "commit": "9793c45993a667cc78ee779857daefc20588a045",
      "tree": "f7486a22fdd11c47567464f1ce0bbea0fbaa22e0",
      "parents": [
        "7f608f0345ce4a0c7ca330eb09af9dcd9173a52c",
        "0ff870e5df2d4c353590e073f2c97941e02b56cf"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 16 17:54:01 2009 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Jul 16 17:54:01 2009 -0700"
      },
      "message": "am 3e1663a2: Merge change 7536 into donut\n\nMerge commit \u00273e1663a2539ff0b939193304cfb601f6b134af7d\u0027\n\n* commit \u00273e1663a2539ff0b939193304cfb601f6b134af7d\u0027:\n  fix FILE* version of ZipUtils::inflateToBuffer\n"
    },
    {
      "commit": "0de50495d6ccb416e412052f428ab97dfee42f14",
      "tree": "86a8d7b662caa9ba5f6f781964362fa20afe92f1",
      "parents": [
        "5de268901ab6bf6b84f25d51b1cb2a32196c5bf0"
      ],
      "author": {
        "name": "Doug Zongker",
        "email": "dougz@android.com",
        "time": "Thu Jul 16 11:27:13 2009 -0700"
      },
      "committer": {
        "name": "Doug Zongker",
        "email": "dougz@android.com",
        "time": "Thu Jul 16 11:27:13 2009 -0700"
      },
      "message": "fix FILE* version of ZipUtils::inflateToBuffer\n\nThis can\u0027t have ever worked; a successful fread() was returning 1\ninstead of getSize.\n"
    },
    {
      "commit": "66b29ec55e4398472b6944138a9dcc30262b3f83",
      "tree": "960fb0f6ba951db99a6ae159db0db03f903a751c",
      "parents": [
        "29b936e8a96ed62f617b87db417058c25147babd"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Mon Jul 13 14:44:07 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed Jul 15 09:58:07 2009 -0700"
      },
      "message": "Need to skip the padding after reading.\n\nm_dataEndPos points to the end of the data, not the beginning\nof the next entity.\n"
    },
    {
      "commit": "ec0f1f6720cd7ecffab54b0dfc2553b55a38e50f",
      "tree": "58c51e2660462c6573f8a18e47b41f2460d5d1ea",
      "parents": [
        "98b34b3fffe50e8e4e62d76631c79edaa0b28b70"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Sun Jul 12 23:11:20 2009 -0700"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Mon Jul 13 15:14:23 2009 -0700"
      },
      "message": "implement Mutex and Condition with pthread instead of calling futex directly.\n\ninternally pthread uses futex. the implementation consists of simple inlines\nthere are no implementation files anymore.\n"
    },
    {
      "commit": "a93fbf8ae95288956696f79cfc12fab528750ea4",
      "tree": "7534721630744398f738d32467045d5520377b83",
      "parents": [
        "ef7020c32cbe255bb036dd080f1ca344b194bb4a",
        "a641ef60d5c7fa80e68260b3edd954ff2b86225f"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 09 14:12:52 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Thu Jul 09 14:12:52 2009 -0700"
      },
      "message": "am be91fdbc: Merge change 6665 into donut\n\nMerge commit \u0027be91fdbc5c4f2de3a2bb574a98fdfeef44d8cdb5\u0027\n\n* commit \u0027be91fdbc5c4f2de3a2bb574a98fdfeef44d8cdb5\u0027:\n  Fix resources not being set correctly.\n"
    },
    {
      "commit": "25c70c8685a6c439bde9af478e94858bff2c387d",
      "tree": "c98ffa71c41200b78c739e94c51d626ecf2b3822",
      "parents": [
        "1b85080b2a5a3199d5c335ced779d52c813595ac",
        "3ccdc56ae08b94dc3654c90114e28839384fca57"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 09 12:49:07 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Thu Jul 09 12:49:07 2009 -0700"
      },
      "message": "am fe811d8b: Merge change 6603 into donut\n\nMerge commit \u0027fe811d8bd0da15f14702968a9c7deb02db7eec9f\u0027\n\n* commit \u0027fe811d8bd0da15f14702968a9c7deb02db7eec9f\u0027:\n  quick fix; utf8_codepoint_count must be utf8_length\n"
    },
    {
      "commit": "1b85080b2a5a3199d5c335ced779d52c813595ac",
      "tree": "a1703c652bba12b59d3a418df663bf4cd1ba5050",
      "parents": [
        "06e30d949eef2f849c62fbacdf6683f141492b9b",
        "0d5eee378489cee3f69c38fb5e039441518cb7af"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jul 09 12:48:56 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Thu Jul 09 12:48:56 2009 -0700"
      },
      "message": "am 8a715b4b: Merge change 5510 into donut\n\nMerge commit \u00278a715b4b791db4390d12e0ded02280592634a424\u0027\n\n* commit \u00278a715b4b791db4390d12e0ded02280592634a424\u0027:\n  Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32\n"
    },
    {
      "commit": "1f59751c3ef5996f2599ad3b3de1ef7afd69f600",
      "tree": "652675b2a3d03f5a5e5e01a961731c0328520997",
      "parents": [
        "97cb82a7402931e6cd2d682f8bc903ef51114735"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Jul 09 11:36:32 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Jul 09 12:41:06 2009 -0700"
      },
      "message": "Fix resources not being set correctly.\n"
    },
    {
      "commit": "3228a1092325177966f58dd763eb3341f14ff7ba",
      "tree": "91d0db6b22ac8cfafbc546aefc068db9d0ef485b",
      "parents": [
        "9f220247f64d7db8a36532851cff087f5a6e4070"
      ],
      "author": {
        "name": "Daisuke Miyakawa",
        "email": "dmiyakawa@google.com",
        "time": "Thu Jul 09 13:05:24 2009 +0900"
      },
      "committer": {
        "name": "Daisuke Miyakawa",
        "email": "dmiyakawa@google.com",
        "time": "Thu Jul 09 13:05:24 2009 +0900"
      },
      "message": "quick fix; utf8_codepoint_count must be utf8_length\n"
    },
    {
      "commit": "9f220247f64d7db8a36532851cff087f5a6e4070",
      "tree": "d76583dc0ed65ba846f9570f5473902bc910c7a4",
      "parents": [
        "820fe3c750b2b70202f35b91dfa370f0a61e05d5"
      ],
      "author": {
        "name": "Daisuke Miyakawa",
        "email": "dmiyakawa@google.com",
        "time": "Tue Jun 30 20:40:42 2009 +0900"
      },
      "committer": {
        "name": "Daisuke Miyakawa",
        "email": "dmiyakawa@google.com",
        "time": "Thu Jul 09 09:06:13 2009 +0900"
      },
      "message": "Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32\nIt will be used in SQL functions in external/sqlite/android.\nSee https://android-git.corp.google.com/g/Gerrit#change,5511 for example.\n\nRelated internal bug id: 1707173\n"
    },
    {
      "commit": "1a16ea88edefc0d80126090f7ad239dbf5231751",
      "tree": "430cee5364aa7c0e970184d5d7a14462c196cb3e",
      "parents": [
        "893ad7ed50c3eb1d0120c901dba516fc79e51deb",
        "71de29ce124d00a8b3f3b3556820532778d96903"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jul 06 14:10:36 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Mon Jul 06 14:10:36 2009 -0700"
      },
      "message": "am 991eec03: Merge change 6252 into donut\n\nMerge commit \u0027991eec03a73f8803d0f8c80b418480ea25293cfb\u0027\n\n* commit \u0027991eec03a73f8803d0f8c80b418480ea25293cfb\u0027:\n  Don\u0027t re-parse the framework resources all the time.\n"
    },
    {
      "commit": "0f253efba5552db81bf942705b1e5525fc1f0c90",
      "tree": "f1c043150036981385e5e7d2f70a6451e8d26bd1",
      "parents": [
        "88008f1955ba005fbe4936e54758aedfffbe37b0"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jul 06 11:07:40 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Jul 06 11:12:37 2009 -0700"
      },
      "message": "Don\u0027t re-parse the framework resources all the time.\n\nA small optimization to the resource code, to not re-parse the framework\nresources every time we build a new AssetManager.  Instead, you can now\nconstruct a ResTable from a previously created one...  of course, like the\nexisting code for using the data in-place, you can\u0027t delete the original\nResTable until you have deleted the one that has been constructed from it.\n"
    },
    {
      "commit": "47a1a39ce9422c6468c0bd87c121658f385d2d8f",
      "tree": "f361aa77d7e5e7a4c611a1f04eaf8a8a9ef01175",
      "parents": [
        "49a09200fcfd7f32f1b689395b54fe5238aad684",
        "faeef8ede670c2c51f97c0a331551e2a0db3d5f9"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jul 01 22:43:58 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Wed Jul 01 22:43:58 2009 -0700"
      },
      "message": "am 6e1647a2: Merge change 5829 into donut\n\nMerge commit \u00276e1647a212317f4ee8bcc23948b6621a59172954\u0027\n\n* commit \u00276e1647a212317f4ee8bcc23948b6621a59172954\u0027:\n  Fix issue #1673793: Theme styles don\u0027t apply.\n"
    },
    {
      "commit": "e3562924674927d6faf85fb4adf522b6fa80f140",
      "tree": "f326a981ceb776e5ce452dece47ae575b6dd1eab",
      "parents": [
        "3c65483b327a80caf5398b3fd49d9afded1b41b2"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Jun 30 13:27:30 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue Jun 30 13:27:30 2009 -0700"
      },
      "message": "Fix issue #1673793: Theme styles don\u0027t apply.\n\nIt turns out this was not a problem in the resource code at all.  Rather,\nthe system process has a cache of pre-loaded attributes it uses to avoid\ncontinually reloading things as it needs them.  Well it turns out this\ncache wasn\u0027t flushed after a package was uninstalled or a configuration\nchanged, so you could re-install an app where you change its style resources\nso its theme now points to one that is inconsistent in the cache.\n\nThis is mostly a problem for developers, where they continually install\nnew versions of an app where resources have changed.  This could possibly\nshow up when updating an app on a normal phone, although the problem would\neventually correct itself since this cache uses weak references.\n\nAnyway, the cache is now reworked to be flushed appropriately.\n\nThis change also includes an update to aapt to be able to dump the\ncontents of bags in resources.\n"
    },
    {
      "commit": "468edaa46d96dda79332babb580a731dc9662aa5",
      "tree": "5151f210b66e11bcfc34a1baa006573d4e265e80",
      "parents": [
        "ff10113dd45b6a8cb32ccaf36b2bc768c06ff26a",
        "d8c2564bbf3e563f2e392fe2822c136e2ee74683"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 29 16:37:39 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Mon Jun 29 16:37:39 2009 -0700"
      },
      "message": "am d09f86ce: Merge changes 5548,5549 into donut\n\nMerge commit \u0027d09f86ce175fad6ddbd446363f327dfa0575a1d2\u0027\n\n* commit \u0027d09f86ce175fad6ddbd446363f327dfa0575a1d2\u0027:\n  Better (and less) logging from backup.\n  Add an extra null terminator.  String8::unlockBuffer is\n"
    },
    {
      "commit": "b9c8a7349671ed003f40f70412ed0bbacab90931",
      "tree": "2b844d47e2f1ae943a3ab7b4e75bb266d7ad55bc",
      "parents": [
        "1e10e6434b7cb9e119992ce3b9c712091812e9d1",
        "899543b030082ffb034d85943a1635b9b4b84f8c"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 29 16:37:17 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Mon Jun 29 16:37:17 2009 -0700"
      },
      "message": "am 72eb0aca: Merge change 5483 into donut\n\nMerge commit \u002772eb0acad5cffc57ce5006f6deab29ee259e461e\u0027\n\n* commit \u002772eb0acad5cffc57ce5006f6deab29ee259e461e\u0027:\n  Expand support for different screen sizes.\n"
    },
    {
      "commit": "d8c2564bbf3e563f2e392fe2822c136e2ee74683",
      "tree": "5f96f3ac2c60d87323c43a7364e2b4c5214f49b9",
      "parents": [
        "5579a65263a93786219737f28c7b902ff3bf4529",
        "6eabaa311f752bba624dff00a62b02a34119f55a"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jun 26 14:19:59 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jun 26 14:19:59 2009 -0700"
      },
      "message": "Merge changes 5548,5549 into donut\n\n* changes:\n  Better (and less) logging from backup.\n  Add an extra null terminator.  String8::unlockBuffer is supposed to be doing this, but it\u0027s not and I can\u0027t figure out why.  This makes BackupHelperDispatcher able to read the keys correctly.\n"
    },
    {
      "commit": "6eabaa311f752bba624dff00a62b02a34119f55a",
      "tree": "d73bd5b89127ea2f627bf5b9a2d9ac8771aab505",
      "parents": [
        "0fccd5bfc05dce04f4400d56b0ca811c7ba9de99"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Fri Jun 26 17:19:11 2009 -0400"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Fri Jun 26 17:19:11 2009 -0400"
      },
      "message": "Better (and less) logging from backup.\n"
    },
    {
      "commit": "21342c5c19c1768fe98a30155bfa97fa4138dc80",
      "tree": "37ffbb81e46542c2387e96be46ec5a2a1a9952b6",
      "parents": [
        "955a6690f49e670ef0e03857f118f1ce79ace91e"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Jun 25 19:48:04 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Jun 26 13:37:05 2009 -0700"
      },
      "message": "Expand support for different screen sizes.\n\nApplications can now declare that they support small, normal, or\nlarge screens.  Resource selection can also be done based on these\nsizes.  By default, pre-Donut apps are false for small and large,\nand Donut or later apps are assumed to support all sizes.  In either\ncase they can use \u003csupports-screens\u003e in their manifest to declare\nwhat they actually support.\n"
    },
    {
      "commit": "6ef6895b03881d565643077c5d86591c5a3f4951",
      "tree": "e6768fdce462c506c237caeddf7e6febdb171106",
      "parents": [
        "21c7d43004d4bef58848f2da8232a96b1569b474",
        "b6ab1e901092072ca9a933a6eff2bcb9969cdc4b"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 24 15:45:20 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Wed Jun 24 15:45:20 2009 -0700"
      },
      "message": "am df65b60c: Merge change 5243 into donut\n\nMerge commit \u0027df65b60ce33e5a56815864f8f0713e25378fa649\u0027\n\n* commit \u0027df65b60ce33e5a56815864f8f0713e25378fa649\u0027:\n  Only report \"unknown metadata\" once per restore helper\n"
    },
    {
      "commit": "3fc010e74e1c4f9627daf1d48ed9d89702bf8028",
      "tree": "73c983a903966914ab4ec5758deef9be6df161b7",
      "parents": [
        "5a35e220c5bfa5458c72498a899c86819d36d1a2",
        "6441a76b2ed24eddcadc6a0763dd674c3aa38c46"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 24 15:44:40 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Wed Jun 24 15:44:40 2009 -0700"
      },
      "message": "am 54118adb: Put back LOGP -\u003e printf in the backup helper code\n\nMerge commit \u002754118adb3766fdf73a409102b88d7494bb6889a3\u0027\n\n* commit \u002754118adb3766fdf73a409102b88d7494bb6889a3\u0027:\n  Put back LOGP -\u003e printf in the backup helper code\n"
    },
    {
      "commit": "5a35e220c5bfa5458c72498a899c86819d36d1a2",
      "tree": "ffb5b28617242ba4f701a27d2f6a9cd65e64e46d",
      "parents": [
        "fc486ea207440a2a17287371575ed0e1d9d41fff",
        "8068d16df69034d917f201f8c4ca20c47fb4e3d2"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 24 15:44:37 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Wed Jun 24 15:44:37 2009 -0700"
      },
      "message": "am 0e034e5a: Merge change 5162 into donut\n\nMerge commit \u00270e034e5a9a71e5e196baff630dca796a0e3ed3e2\u0027\n\n* commit \u00270e034e5a9a71e5e196baff630dca796a0e3ed3e2\u0027:\n  Preserve file access mode when backing up / restoring files\n"
    },
    {
      "commit": "bd95c1d3af82e329ada195876348383b7859ce85",
      "tree": "4cec70ab5bc29efff8cfaaabcf36db4f8a7ae6e2",
      "parents": [
        "6441a76b2ed24eddcadc6a0763dd674c3aa38c46"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 24 13:57:29 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 24 13:57:29 2009 -0700"
      },
      "message": "Only report \"unknown metadata\" once per restore helper\n\nAlso removes the auto-free object, replacing it with direct memory manipulation.\n"
    },
    {
      "commit": "6441a76b2ed24eddcadc6a0763dd674c3aa38c46",
      "tree": "0a526dbea015068e7226666fb5050514b9a489e8",
      "parents": [
        "8068d16df69034d917f201f8c4ca20c47fb4e3d2"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 24 11:20:51 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Wed Jun 24 11:20:51 2009 -0700"
      },
      "message": "Put back LOGP -\u003e printf in the backup helper code\n"
    },
    {
      "commit": "5c2882b25c5f50ad5fe0dd658e4076b0c857dddc",
      "tree": "8d629574bc30b1d9946144ab8cdfb1a5c19ad6dc",
      "parents": [
        "4b1af267542e07c65df1270343ebbbbf53ef7f8e"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 23 17:35:11 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 23 17:40:44 2009 -0700"
      },
      "message": "Preserve file access mode when backing up / restoring files\n\nThis change adds a fixed-size metadata block at the head of each file\u0027s content\nentity.  The block is versioned, and fixed-size on the theory that it might be\nnice to be able to recover the content (if not the full metadata) of the files\nif we\u0027re ever confronted with data backed up some hypothetical future helper\nthat stored expanded metadata.\n\nThe net effect is that now on restore, we assign the same access mode to the\nfile that it originally had when backed up.\n\nAlso, some of the code was failing to properly free transient heap-based buffers\nwhen it encountered errors.  This has been fixed with the addition of a tiny\nstack-based object whose job it is to free() its designated pointer from its\ndestructor.\n"
    },
    {
      "commit": "2d1db86e4587a919742c2f18223f7cf408263f7d",
      "tree": "1aec243aede8da34f70387b98618aed1e3a36830",
      "parents": [
        "a69409d45f06b229e39279c9f5e0f5f7687feec9",
        "ab2e9e81e187d427b22ac969f47900d3de041264"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 23 13:28:41 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Tue Jun 23 13:28:41 2009 -0700"
      },
      "message": "am 11b15779: Add file mode to the file-backup saved state blobs\n\nMerge commit \u002711b157790234d3d2f116ce4c7ed1d3d00fb78bc3\u0027\n\n* commit \u002711b157790234d3d2f116ce4c7ed1d3d00fb78bc3\u0027:\n  Add file mode to the file-backup saved state blobs\n"
    },
    {
      "commit": "ab2e9e81e187d427b22ac969f47900d3de041264",
      "tree": "8e455d00eed9db3596d4c0cbe5ff3e72624e43d4",
      "parents": [
        "e9107fd74515b46f774aa31f391dceeaeff887d3"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 23 13:03:00 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Tue Jun 23 13:07:47 2009 -0700"
      },
      "message": "Add file mode to the file-backup saved state blobs\n\nThis change puts the file\u0027s access mode into the saved-state blob used by the\nfile backup helpers.  The tests have been updated for the new blob content\nformat.\n\nWhat this change *doesn\u0027t* do is actually backup/restore the file mode.  This\nchange is a prerequisite for that, but mode preservation in backup/restore will\nrequire adding metadata to the backup data stream itself, so will be approached\na bit more carefully.\n\n(Also fixed one outright bug in the test program: ReadEntityData() had been\nchanged to return a ssize_t union of either a byte-count or a negative number\nindicating error, but the test program was still assuming that nonzero \u003d\u003d error,\nand was spuriously failing.)\n"
    },
    {
      "commit": "d056f2d08771091b100bed8cb36946dfc421de24",
      "tree": "36fb624e6c26040ea228803055cb143a282f8f9a",
      "parents": [
        "fe3c1e0ba0d7bee05da75104cf44c104c5329448",
        "cfb991d1f860e5233d383a40967b252793677469"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 22 14:03:17 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Mon Jun 22 14:03:17 2009 -0700"
      },
      "message": "am 72be4049: Merge change 4910 into donut\n\nMerge commit \u002772be40490951d3f9d0ada16fcf5288d0c3306d88\u0027\n\n* commit \u002772be40490951d3f9d0ada16fcf5288d0c3306d88\u0027:\n  fix warnings that will show up with GCC 4.4 (in master)\n"
    },
    {
      "commit": "cfb991d1f860e5233d383a40967b252793677469",
      "tree": "a941930f1aaf211eb032a6cd0f5788c8ec71fc12",
      "parents": [
        "7412caaa8c7f43256155df216be70177919c81ec",
        "52ed26a78b77e559555622a006f888a70cd84a0a"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 22 14:01:25 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 22 14:01:25 2009 -0700"
      },
      "message": "Merge change 4910 into donut\n\n* changes:\n  fix warnings that will show up with GCC 4.4 (in master)\n"
    },
    {
      "commit": "2a84f2e369e144ff1fbd6eb0867ebaa608bfaf6a",
      "tree": "50f63e5a92db342520afa6f6fb28c4067f39dbba",
      "parents": [
        "924852ec65b1f791869bec34aac4c1981cd0e89e",
        "2e69f210fd7a9cd0466defa78ae9e5920d29c26f"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Jun 22 13:20:31 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Mon Jun 22 13:20:31 2009 -0700"
      },
      "message": "am 856dd8a6: Merge change 4952 into donut\n\nMerge commit \u0027856dd8a60a70a5b7dca2bf2114872ce063e2ad60\u0027\n\n* commit \u0027856dd8a60a70a5b7dca2bf2114872ce063e2ad60\u0027:\n  Helper API cleanup.  Allows multiple helpers to function,\n"
    },
    {
      "commit": "9cda3e02c6154422abec1c3215b93cc6bb70d76a",
      "tree": "1ee13094dcc54121c3c1096d0ec0b9540813e941",
      "parents": [
        "292ae4f642709eb42974d9c1a26ab80921518c54"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu Jun 18 20:10:37 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Mon Jun 22 13:02:24 2009 -0700"
      },
      "message": "Helper API cleanup.  Allows multiple helpers to function,\nbecause they\u0027ll always go in the same order, and this lets\nus not have to write headers to keep them paired.\n"
    },
    {
      "commit": "52ed26a78b77e559555622a006f888a70cd84a0a",
      "tree": "f195b8e67b014890ab40ed3fa262ac85f8130cd9",
      "parents": [
        "5fff2075c4de0d2abbcc1af8ccfa13fcfbc0b8e1"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Mon Jun 22 02:35:32 2009 -0700"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Mon Jun 22 02:35:32 2009 -0700"
      },
      "message": "fix warnings that will show up with GCC 4.4 (in master)\n"
    },
    {
      "commit": "03428fcc8bfb43968f9e9cbd3c6c1fd23290439b",
      "tree": "09daf4c8be976298969439ab8c987d4641ead3b4",
      "parents": [
        "f5702d01b9a7ded2e935374b27002ac2a32fb502",
        "4018f35e274e5c8c005623ac3f724686dc8299d3"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jun 19 16:44:07 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Fri Jun 19 16:44:07 2009 -0700"
      },
      "message": "am 1585bd24: Merge change 4828 into donut\n\nMerge commit \u00271585bd24c10d16351f89e32dddbfa799f18db6bd\u0027\n\n* commit \u00271585bd24c10d16351f89e32dddbfa799f18db6bd\u0027:\n  Report densities in badging, debugging for nine patch bug.\n"
    },
    {
      "commit": "be1bc0a1f969dd874d4a4d10c70f8d585b21a214",
      "tree": "b6e168923feee89f7e50bc16d2d0683d418ea1f7",
      "parents": [
        "03868d319572696939368207d7caec014feaf38f"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Jun 19 15:13:28 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Jun 19 15:13:28 2009 -0700"
      },
      "message": "Report densities in badging, debugging for nine patch bug.\n\nThe aapt tool now reports all available densities like it already did\nfor locales.  Also this includes more resource data output, which I\nwas using to examine bug #1867049 (which at this point I am unable to\nreproduce).\n"
    },
    {
      "commit": "4910dc62561c90c75d953a04f75b31f16e0c0e9c",
      "tree": "4244157c729b78b8900cf455a2f274905fa317e2",
      "parents": [
        "0388b513418f0e1eb45bcb554f866e160cd475da",
        "c62834b9faafdccc56439bdb62a63ffcdfbcb4c4"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jun 18 19:04:56 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Thu Jun 18 19:04:56 2009 -0700"
      },
      "message": "am 5502f04c: Merge change 4709 into donut\n\nMerge commit \u00275502f04c1dcf2b1918858bacb99fb0480a711707\u0027\n\n* commit \u00275502f04c1dcf2b1918858bacb99fb0480a711707\u0027:\n  backup stuff\n"
    },
    {
      "commit": "0388b513418f0e1eb45bcb554f866e160cd475da",
      "tree": "eb5e1caf7ffc8478dc0d2de23e8993f1cb71613b",
      "parents": [
        "bb4818d155a2797a34f2a557a6bc21794ebcf5fc",
        "1c5550974f75ff455175e390b8b3b7f49ac7ff75"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jun 18 19:04:50 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Thu Jun 18 19:04:50 2009 -0700"
      },
      "message": "am 16ce3504: Merge change 4708 into donut\n\nMerge commit \u002716ce3504c5bf98d95d5c36001f755bb4b15253c9\u0027\n\n* commit \u002716ce3504c5bf98d95d5c36001f755bb4b15253c9\u0027:\n  Make RestoreHelper and friends also write out the snapshot state.\n"
    },
    {
      "commit": "6bda7fd5564a1a88daef7a00890b3eaa191b8854",
      "tree": "0bdda15863c0e050672738f8acb819ef7fb2e2c1",
      "parents": [
        "da1430be269b2b20920b6cb27616f54e2b83a973"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu Jun 18 18:23:43 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu Jun 18 18:41:11 2009 -0700"
      },
      "message": "backup stuff\n"
    },
    {
      "commit": "da1430be269b2b20920b6cb27616f54e2b83a973",
      "tree": "a262f22df1bf4797e25bfe2209416dbcfe465f1b",
      "parents": [
        "fa1cf39b803d71ac22af606ce0dd9dd81d512325"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu Jun 18 13:11:18 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu Jun 18 18:41:11 2009 -0700"
      },
      "message": "Make RestoreHelper and friends also write out the snapshot state.\n"
    },
    {
      "commit": "00ea06792b76f30b7e1ee450f0915edb5df75e42",
      "tree": "be4ebf3ab853ee4af8dbc003607f1f779459c740",
      "parents": [
        "14b8f4ccc671a5cbac4a91b9f167f9ccaffb5eba",
        "e272cd8e4cd7f695c1f368e6cd995f37efa3e3c3"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jun 17 21:49:21 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Wed Jun 17 21:49:21 2009 -0700"
      },
      "message": "am de72697b: Merge change 4524 into donut\n\nMerge commit \u0027de72697b771d33738c5f9d6c28087504e0796622\u0027\n\n* commit \u0027de72697b771d33738c5f9d6c28087504e0796622\u0027:\n  FileRestoreHelper and RestoreHelperDispatcher work.\n"
    },
    {
      "commit": "f509f669cfde367b4591b027d95512accbd2ccef",
      "tree": "62ca6fc3dcb6c4e2f005d95422ec32a59cb1cca5",
      "parents": [
        "74b00231cc0ecca02a76cf7d2ee20db05fa2309e"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed Jun 17 16:20:55 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed Jun 17 16:20:55 2009 -0700"
      },
      "message": "FileRestoreHelper and RestoreHelperDispatcher work.\n"
    },
    {
      "commit": "f757bd07108267d37a7944353d2cf2a40d68e115",
      "tree": "93f20b722f646402831336429999e8603aed6afb",
      "parents": [
        "ae13d759db51d5d31cffc632570fb262ae56508d",
        "03aa8d7d04428b9c7981f9bada5acf1e808b0056"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed Jun 17 15:38:08 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Wed Jun 17 15:38:08 2009 -0700"
      },
      "message": "am 5f15d151: checkpoint BackupDatAInput / RestoreHelper\n\nMerge commit \u00275f15d151b5101fadfe6cba1e8f4aa6367e8c603e\u0027\n\n* commit \u00275f15d151b5101fadfe6cba1e8f4aa6367e8c603e\u0027:\n  checkpoint BackupDatAInput / RestoreHelper\n"
    },
    {
      "commit": "03aa8d7d04428b9c7981f9bada5acf1e808b0056",
      "tree": "a1a5e71e6912eb35a5cf10d1a0fe5b156bcd82da",
      "parents": [
        "4d86bc379151050bf6b76da54b683cab7afff00e"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Tue Jun 16 16:31:35 2009 -0400"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Tue Jun 16 18:46:50 2009 -0700"
      },
      "message": "checkpoint BackupDatAInput / RestoreHelper\n"
    },
    {
      "commit": "fcb97fcc43844d53a7d9e986dcb35119a72ca431",
      "tree": "d5ec015e9035c9d5775e2f979efb7d55f0094caf",
      "parents": [
        "b067d5589be1b5065e5c473099f3d3664330885c",
        "fd5212ed227c14b6fb5b876727bba7a9a536f7ab"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Sun Jun 14 21:13:03 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Sun Jun 14 21:13:03 2009 -0700"
      },
      "message": "am 2fdd428e: Fix some backup reader/writer issues; make local transport do backup\n\nMerge commit \u00272fdd428e0f18384160f7c38ce3a2cd9ba7e7b2c2\u0027\n\n* commit \u00272fdd428e0f18384160f7c38ce3a2cd9ba7e7b2c2\u0027:\n  Fix some backup reader/writer issues; make local transport do backup\n  Fix the jni initializer.\n  Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput.\n  Fix bug #1812041: activity manager crash with bad args.\n  Journal backup requests so that they won\u0027t be lost in a crash\n  Fix data connection issues.\n"
    },
    {
      "commit": "7bdc440894ead2dc3f0eafee903782c9eb584ecd",
      "tree": "77bac1f903717b3f88276e947aea228d4f831536",
      "parents": [
        "d15085f31ee1a315d25897dbf6984494205921d7"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Fri Jun 12 11:06:24 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Fri Jun 12 16:21:24 2009 -0700"
      },
      "message": "Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput.\n"
    },
    {
      "commit": "a08c7b6759075c3076e6f2c52df71dd7da894c15",
      "tree": "d722056a833b931e1c63195cd552c3d83f1db078",
      "parents": [
        "854e909cac151233d254d2389a2d0fe488eff717",
        "fcff1ffa541e0076df6adeb437ba79bb4c3fa35d"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jun 12 08:26:05 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Fri Jun 12 08:26:05 2009 -0700"
      },
      "message": "am 78f0f8cb: Merge changes 3953,3954 into donut\n\nMerge commit \u002778f0f8cb2efe9410127c39201e240f6d438eb53c\u0027\n\n* commit \u002778f0f8cb2efe9410127c39201e240f6d438eb53c\u0027:\n  Make the file backup helper not crash if a file you requested\n  Fix SharedPrefsBackupHelper so it doesn\u0027t hard code the paths to the files.\n"
    },
    {
      "commit": "1a9e19a73e12f5e4891557de64cab5b9b7ae1ac5",
      "tree": "a8ac144dc38834a992ff8a07fed46a51755ba8a1",
      "parents": [
        "0ad6120dadc1665f394e73330d30e949066c77e1"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu Jun 11 11:27:16 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu Jun 11 14:51:45 2009 -0700"
      },
      "message": "Make the file backup helper not crash if a file you requested\ncan\u0027t be stated.  This means you don\u0027t need to know if the files\nyou are backing up exist or not -- we\u0027ll figure it out for you.\n"
    },
    {
      "commit": "0ad6120dadc1665f394e73330d30e949066c77e1",
      "tree": "2bdfbd1b67328716af81e2dd8ec37cc41690c249",
      "parents": [
        "67182a34f0268dcda9442f0a211f88e12626aa3b"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed Jun 10 17:07:15 2009 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Thu Jun 11 11:29:57 2009 -0700"
      },
      "message": "Fix SharedPrefsBackupHelper so it doesn\u0027t hard code the paths to the files.\n\nThis took quite a bit of refactoring.\n"
    },
    {
      "commit": "4fcd9c700368f08117aa1e2264f56eeb6b8af832",
      "tree": "210a453c29ea11b03a0e1b08850cb3c1ac83785d",
      "parents": [
        "32ca56e23b8f14748421dcd678da244b4a05aef7"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Fri Jun 05 15:11:23 2009 -0700"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Fri Jun 05 15:11:23 2009 -0700"
      },
      "message": "get rid of LogSocket which wasn\u0027t even implemented (enabled)\n"
    },
    {
      "commit": "7e83f043d9c7afc42b632aa9567ecc17e901068c",
      "tree": "dd7065f0a211813617e7d392f3b17af2030082c3",
      "parents": [
        "25cf68b1f8d79192e6ce08ad73ac4e561860a96c"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Fri Jun 05 14:56:35 2009 -0700"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Fri Jun 05 14:56:35 2009 -0700"
      },
      "message": "break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of inet_address.h and Socket.h which were not used\n"
    },
    {
      "commit": "c5992f071d1a0c89db0ff78dfca7bc81b9265fc3",
      "tree": "d57a85663e29a3d497ebeed8562344380fc851bd",
      "parents": [
        "31ff12b53de8accf0c24b6df36ad118ada232c19",
        "861aa2f0c9136298380496bd78d6a18e69331c53"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jun 05 01:29:08 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jun 05 01:29:08 2009 -0700"
      },
      "message": "Merge change 3284\n\n* changes:\n  rename string_array.h to StringArray.h and move the implementation from the header file to a new cpp file.\n"
    },
    {
      "commit": "861aa2f0c9136298380496bd78d6a18e69331c53",
      "tree": "27e1508d0451bc6c93d191cb81d8910836a3c4b0",
      "parents": [
        "6fb4be4f76e2c784d1fab76eca742d2f90507540"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Fri Jun 05 01:26:23 2009 -0700"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Fri Jun 05 01:26:23 2009 -0700"
      },
      "message": "rename string_array.h to StringArray.h and move the implementation from the header file to a new cpp file.\n\nStringArray is used in two places in framework/base and in the Sim. Ideally we should get rid of it and use Vector\u003cString8\u003e instead of creating new code.\n"
    },
    {
      "commit": "1ba244fb656b452e3e4239e01f117cf8af336158",
      "tree": "950a5b302d3e3ed063d9450e8bba4cc4c58837ab",
      "parents": [
        "4fb7b9dba30ceeb1d4740b4d5966459c2bf61cd2",
        "173e38d47c0c1f2407fe2741700b8bdc3c6035cc"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Jun 05 00:29:50 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Fri Jun 05 00:29:50 2009 -0700"
      },
      "message": "am 0032ce80: Fix back_up_files() error detection when opening/CRCing the file\n\nMerge commit \u00270032ce80ac127e6bfb25d727162eee4af208dc77\u0027\n\n* commit \u00270032ce80ac127e6bfb25d727162eee4af208dc77\u0027:\n  Fix back_up_files() error detection when opening/CRCing the file\n"
    },
    {
      "commit": "6d2bc14d2420689d9789fadc3058bfc1191a8e72",
      "tree": "c369a5ee2db4cf277eab898bfd1322c7fe886583",
      "parents": [
        "cd1a14fdfb5e7cd736e346229727081c45c59d0f",
        "e0074ad3cea369497f9a8a5b1ad2a81a293f1169"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jun 04 22:44:18 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Thu Jun 04 22:44:18 2009 -0700"
      },
      "message": "am 2a318867: Merge change 3203 into donut\n\nMerge commit \u00272a3188672ab2b65c0ce7c9c598a463e382c47696\u0027\n\n* commit \u00272a3188672ab2b65c0ce7c9c598a463e382c47696\u0027:\n  rename a few files to camel-case, add copyright notices\n"
    },
    {
      "commit": "173e38d47c0c1f2407fe2741700b8bdc3c6035cc",
      "tree": "651c4afeda36110fc3e42006fd58626ae971e3e0",
      "parents": [
        "e9f4934470d09028bf3a92a2ed96c56d0a00662c"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 04 17:01:06 2009 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Jun 04 17:02:56 2009 -0700"
      },
      "message": "Fix back_up_files() error detection when opening/CRCing the file\n"
    },
    {
      "commit": "f446ba9dcb7df59f886be2f15d83ed3814a556f7",
      "tree": "56fef80823c51f03029cf3cf154ec431fa951443",
      "parents": [
        "b2d4ba5bb25c7cfe5c81ebd16b124db328d0d735"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Thu Jun 04 13:53:57 2009 -0700"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Thu Jun 04 13:53:57 2009 -0700"
      },
      "message": "rename a few files to camel-case, add copyright notices\n"
    },
    {
      "commit": "294423e148c62b413788945be00cedde3cb3acec",
      "tree": "1f4cc3035a7ee6aa1c73b12d440aa5568f800638",
      "parents": [
        "3b7294521fae1a3075a112e0e3bd315cfe0155df"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Mon Jun 01 13:55:28 2009 -0700"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Mon Jun 01 13:55:28 2009 -0700"
      },
      "message": "get rid of TimerProbe which is never used\n"
    },
    {
      "commit": "1bc9c93faff43eeffe61fc371674159da83f1690",
      "tree": "f997ea48f9a576dd9e61b8ad98c420694147a96c",
      "parents": [
        "ad736fb1658b2a96530c518ade7cf44ee6f088f9"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Sun May 31 23:29:06 2009 -0700"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Sun May 31 23:45:01 2009 -0700"
      },
      "message": "get rid of sleepForInterval() which didn\u0027t seem to be used anywhere in the source tree. Also get rid of ported.h which seem to be used only (possibly) in the sim. moved the implementation there.\n"
    },
    {
      "commit": "da416411e0598adbf180c187eb0c2bc08a4df283",
      "tree": "b59d59b32398ae96d876500125a81435f85eaba6",
      "parents": [
        "75cb9e7a51ce6081f399a508f485405bbaa0b70a"
      ],
      "author": {
        "name": "Andy McFadden",
        "email": "fadden@android.com",
        "time": "Wed May 27 16:01:39 2009 -0700"
      },
      "committer": {
        "name": "Andy McFadden",
        "email": "fadden@android.com",
        "time": "Wed May 27 16:01:39 2009 -0700"
      },
      "message": "Sim-only files move, part 2/2.\n\nMove Pipe and executablepath from libutils to the simulator, since nothing\nelse uses them.\n"
    },
    {
      "commit": "83c0446f27b9542d6c2e724817b2b2d8d1f55085",
      "tree": "a5a1a310070cad89ee8aaa86d3b1b874f9d29610",
      "parents": [
        "5f2397488ab700674d059a001e917de28a1b0a0c"
      ],
      "author": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Fri May 22 19:00:22 2009 -0700"
      },
      "committer": {
        "name": "Mathias Agopian",
        "email": "mathias@google.com",
        "time": "Tue May 26 16:12:20 2009 -0700"
      },
      "message": "some work to try to reduce the code size of some native libraries\n\n- make sure that all binder Bn classes define a ctor and dtor in their respective library.\n  This avoids duplication of the ctor/dtor in libraries where these objects are instantiated.\n  This is also cleaner, should we want these ctor/dtor to do something one day.\n\n- same change as above for some Bp classes and various other non-binder classes\n\n- moved the definition of CHECK_INTERFACE() in IInterface.h instead of having it everywhere.\n\n- improved the CHECK_INTERFACE() macro so it calls a single method in Parcel, instead of inlining its code everywhere\n\n- IBinder::getInterfaceDescriptor() now returns a \"const String16\u0026\" instead of String16, which saves calls to String16 and ~String16\n\n- implemented a cache for BpBinder::getInterfaceDescriptor(), since this does an IPC. HOWEVER, this method never seems to be called.\n  The cache makes BpBinder bigger, so we need to figure out if we need this method at all.\n"
    },
    {
      "commit": "0180a05fda0bee586d031942a80076feeff27171",
      "tree": "37b5b547bfbb15a47b7a5050012fdf82b9f8cbf8",
      "parents": [
        "666dce10e27d158a60fa9b43ecba292de93f21f7",
        "ca7b80e431fe8c742d396e84722eaf2f6b70a4d8"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sat May 23 14:07:35 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Sat May 23 14:07:35 2009 -0700"
      },
      "message": "am 04561a55: Merge change 2359 into donut\n\nMerge commit \u002704561a55df693e7bd8d3047ccc4fbef504ac07cf\u0027\n\n* commit \u002704561a55df693e7bd8d3047ccc4fbef504ac07cf\u0027:\n  Fix for the simultor build breakage.\n"
    },
    {
      "commit": "ca7b80e431fe8c742d396e84722eaf2f6b70a4d8",
      "tree": "34413b864be0be643126826258030449e10f0b18",
      "parents": [
        "7cd5339b1100ebcaf5bf05e44e0d0adeba4f261c",
        "b4c4265f9e532fb18c2d7097b1b2dd82d90f6b99"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sat May 23 14:05:50 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sat May 23 14:05:50 2009 -0700"
      },
      "message": "Merge change 2359 into donut\n\n* changes:\n  Fix for the simultor build breakage.\n"
    },
    {
      "commit": "b4c4265f9e532fb18c2d7097b1b2dd82d90f6b99",
      "tree": "ebbcf147e1d70fc7bfd0a9a1a6475a5e2bb4a3ec",
      "parents": [
        "610de0974e0b02c1e4fa9b381eca725c563411fb"
      ],
      "author": {
        "name": "Nicolas Catania",
        "email": "niko@google.com",
        "time": "Fri May 22 13:41:38 2009 -0700"
      },
      "committer": {
        "name": "Nicolas Catania",
        "email": "niko@google.com",
        "time": "Fri May 22 15:54:26 2009 -0700"
      },
      "message": "Fix for the simultor build breakage.\n\nAdded missing include sys/time.h for utimes.\n\nDetects when stat64 uses a timespec for the modif and access times\nand work around the missing st_*time_nsec.\n\nApologies for the whitespace changes, emacs removed them automatically.\n"
    },
    {
      "commit": "b6333b34a2d6e265edf2a052646b07c0b1456ab6",
      "tree": "03327f50b97f4dbd0235eb729d076cdb4c92b73a",
      "parents": [
        "3f256f34e2beffce263aed4ccf1d77d155ff37a0",
        "8af0f82d89b029edf7e104a36a9a6e48a92f9e93"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri May 22 14:51:22 2009 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri May 22 14:51:22 2009 -0700"
      },
      "message": "Merge change 2351 into donut\n\n* changes:\n  Fix a major bug in Bundle when unparcelling from AIDL.\n"
    },
    {
      "commit": "8af0f82d89b029edf7e104a36a9a6e48a92f9e93",
      "tree": "e21a3591ddc59e2aa74b194e96f007f1be75c124",
      "parents": [
        "454a6255884c0899b1402a0d5f67547e47528739"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri May 22 13:20:23 2009 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri May 22 13:51:47 2009 -0700"
      },
      "message": "Fix a major bug in Bundle when unparcelling from AIDL.\n\nThere was a serious problem in the Bundle(Parcel) and readFromParcel() methods,\nwhere it wasn\u0027t doing the copying of the Parcel that Parcel.readBundle() does\nand is a basic requirement for it to work correctly.\n\nThis re-arranges the code to make all of these functions (hopefully) correct.\n\nAlso fix a problem in Parcel where we were not duping fds when copying data from\none Parcel to another.\n"
    },
    {
      "commit": "8f9ede0f6daef5bdb7327a17f22a4d4d545395f3",
      "tree": "87f8fd55264c8332fe00dcc7a3c2a51d6b47e0c1",
      "parents": [
        "ece3e3b231fe00b6bc0730ae4390b601f3d29ea8",
        "d95aabc9eb117803ee784777fc4ffd22c55ddf43"
      ],
      "author": {
        "name": "Marco Nelissen",
        "email": "marcone@google.com",
        "time": "Fri May 22 12:30:07 2009 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Fri May 22 12:30:07 2009 -0700"
      },
      "message": "am 7198030f: This should fix the simulator build.\n\nMerge commit \u00277198030fce4b54820a65a10d54fae18a1ab5df84\u0027\n\n* commit \u00277198030fce4b54820a65a10d54fae18a1ab5df84\u0027:\n  This should fix the simulator build.\n"
    }
  ],
  "next": "d95aabc9eb117803ee784777fc4ffd22c55ddf43"
}
