)]}'
{
  "log": [
    {
      "commit": "96eaaac739475214634ee17e3623579f255d71b8",
      "tree": "4063e64c51a632f9a891199e59af59681b02ae84",
      "parents": [
        "f65f421540d8d1e2aad17b86368405b83cb40a26"
      ],
      "author": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Thu Aug 31 11:45:05 2017 -0700"
      },
      "committer": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Thu Aug 31 11:45:05 2017 -0700"
      },
      "message": "Improve summarized statistics\n\nbetter management of how summarized records are managed.\nUse differentiated names for the summations to avoid confusion with\nindividual records. Track values appropriate to calculating\nmin, max, mean, and standard deviation.\n\nBug: 65027360\nTest: examination of dumpsys media.metrics -summary\nChange-Id: I40d93d8a5a7cc2c188546574f59d557088d9c1e3\n"
    },
    {
      "commit": "f65f421540d8d1e2aad17b86368405b83cb40a26",
      "tree": "6dce1fc64f88803e89369fe6d893c5700251b6f1",
      "parents": [
        "aba0e98b085cc613003bf42dbfe1ad0a3bb2348e"
      ],
      "author": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Thu Aug 31 11:41:19 2017 -0700"
      },
      "committer": {
        "name": "Ray Essick",
        "email": "essick@google.com",
        "time": "Thu Aug 31 11:41:19 2017 -0700"
      },
      "message": "track pkgname/version in media.metrics\n\nEnhances the media.metrics subsystem to track the pkg name \u0026 version\nso analysis can move from \"error rate has climbed\" to \"error rate has\nclimbed within app X\".\n\nChanges include fields to hold package name/version, the dump protocol\nto emit those fields to upload, and better management of metrics data on\ndevice (time and quantity).\n\nBug: 65027506\nTest: review output of dumpsys media.metrics\nChange-Id: Ia55b859d903835c84f7d43883f959dc1cdefb081\n"
    },
    {
      "commit": "aba0e98b085cc613003bf42dbfe1ad0a3bb2348e",
      "tree": "7d781fc8d77d1be39264117c4fdb062eb88d177e",
      "parents": [
        "e008d02aee6667ecafb44bf84eeb1675cb07dfef",
        "8ed02a517f03dbbef0f141d0aac858db4af1aab0"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Aug 30 10:49:52 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Aug 30 10:49:52 2017 +0000"
      },
      "message": "Merge \"Remove 64bit variant of software codecs\" into oc-mr1-dev"
    },
    {
      "commit": "8ed02a517f03dbbef0f141d0aac858db4af1aab0",
      "tree": "9e64facb18c547a88bc94b9c0fae72c190bd083b",
      "parents": [
        "35fcdb6a659b2e2cc8aaad8c5c9325c246feecf6"
      ],
      "author": {
        "name": "Jiyong Park",
        "email": "jiyong@google.com",
        "time": "Tue Aug 29 17:16:49 2017 +0900"
      },
      "committer": {
        "name": "Justin Yun",
        "email": "justinyun@google.com",
        "time": "Wed Aug 30 01:03:57 2017 +0000"
      },
      "message": "Remove 64bit variant of software codecs\n\nSince mediacodec is a 32-bit process, we don\u0027t need the 64bit variant of\nthe software codecs. This will reduce the system partition usage by\nabout 11MB (for devices with VNDK) or 5.8MB (for other devices).\n\nBug: 64193930\nTest: no libstagefright_soft_*.so files under /system/lib64/ and\n/system/lib64/vndk directories\nTest: YouTube, Camcorder recording, Video playback work\n\nChange-Id: I52d4947c673c018ac094b3c84c1652d217611894\n"
    },
    {
      "commit": "e008d02aee6667ecafb44bf84eeb1675cb07dfef",
      "tree": "680583a71a615612d96f67ded945cb7f77fcd96f",
      "parents": [
        "faf18c58baf4db501c9707a30fd811a4c9386a26"
      ],
      "author": {
        "name": "Phil Burk",
        "email": "philburk@google.com",
        "time": "Wed Aug 23 12:56:15 2017 -0700"
      },
      "committer": {
        "name": "Phil Burk",
        "email": "philburk@google.com",
        "time": "Tue Aug 29 09:55:56 2017 -0700"
      },
      "message": "aaudio examples:  Add deviceId option to examples\n\nNote that this uses the -d option, which used to be for durationSeconds.\nWe now use the -s option for seconds.\n\nBug: 64981153\nTest: this is a test\nChange-Id: I9789a1f520dc93bfb26143582dacb9619650abf7\n"
    },
    {
      "commit": "faf18c58baf4db501c9707a30fd811a4c9386a26",
      "tree": "8062901daf4cdc2c905521b7935988ca35de895c",
      "parents": [
        "35fcdb6a659b2e2cc8aaad8c5c9325c246feecf6",
        "7aa0ccbcb6e8d35c894356015c23574619bcf648"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Tue Aug 29 03:15:28 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Aug 29 03:15:28 2017 +0000"
      },
      "message": "Merge \"audioflinger: fix mmap device selection\" into oc-mr1-dev"
    },
    {
      "commit": "35fcdb6a659b2e2cc8aaad8c5c9325c246feecf6",
      "tree": "f81c51cf2fba0851a3b6d99010f7795b136da7d5",
      "parents": [
        "da071c34f3378a36d39ee0f89cdef4e1f98c3750",
        "2bc7c1838703993e126bfe9a21fee053b6c0ab67"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon Aug 28 23:05:31 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Aug 28 23:05:31 2017 +0000"
      },
      "message": "Merge \"aaudio: fix hang in client when audioserver dies\" into oc-mr1-dev"
    },
    {
      "commit": "7aa0ccbcb6e8d35c894356015c23574619bcf648",
      "tree": "dc06cec53d749f416621f685f1e8c0ebff7bc509",
      "parents": [
        "7124c1985b535a7862cd8f2706386a2a0ba676b2"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Mon Aug 28 11:12:52 2017 -0700"
      },
      "committer": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Mon Aug 28 14:16:19 2017 -0700"
      },
      "message": "audioflinger: fix mmap device selection\n\nPreserve initial device selection on mmap streams in order to\nreuse it when a new client starts on the same stream so that\naudiopolicy does not use the default route for the new client.\n\nBug: 64981153\nTest: verify AAudio playback over MMAP with forced device selection to\nspeaker while headset is connected.\n\nChange-Id: I7c117c3c0f8e7ad08f8e63ea804c19ce21808874\n"
    },
    {
      "commit": "2bc7c1838703993e126bfe9a21fee053b6c0ab67",
      "tree": "1de62456a6e61f35ca0d3d63947dc5a8f064cbfc",
      "parents": [
        "7124c1985b535a7862cd8f2706386a2a0ba676b2"
      ],
      "author": {
        "name": "Phil Burk",
        "email": "philburk@google.com",
        "time": "Mon Aug 28 11:45:01 2017 -0700"
      },
      "committer": {
        "name": "Phil Burk",
        "email": "philburk@google.com",
        "time": "Mon Aug 28 12:55:54 2017 -0700"
      },
      "message": "aaudio: fix hang in client when audioserver dies\n\nFix timeout detection so that callback thread can die.\nPrevent AAudioBinderClient singleton from getting deleted,\nwhich caused a subsequent lock on a dead object to hang.\n\nBug: 64988439\nTest: \"write_sine -m2 -pl\" and \"adb shell killall audioserver\"\nChange-Id: I044bce385b66e69007d1997f051c9d6c042b7871\n"
    },
    {
      "commit": "da071c34f3378a36d39ee0f89cdef4e1f98c3750",
      "tree": "1065d99fb21cffcf601ea86b2dcf554f376ef8ce",
      "parents": [
        "7124c1985b535a7862cd8f2706386a2a0ba676b2"
      ],
      "author": {
        "name": "Yahan Zhou",
        "email": "yahan@google.com",
        "time": "Mon Jul 17 15:32:51 2017 -0700"
      },
      "committer": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Sat Aug 26 02:08:38 2017 +0000"
      },
      "message": "Set minimal AVC encoder level to AVCLevel1\n\nThere is a CTS test asking for a AVCLevel1 encoder. Lower the minimal\nlevel to AVCLevel1 in low resolution so that it can pass the test.\n\nBUG: 37101765\n\nTest: run cts -m CtsMediaTestCases -t\nandroid.media.cts.MediaRecorderTest#testProfileAvcBaselineLevel1\n\nChange-Id: Id04d3389be8d6761c6d2040a7bea54a2753a7ee7\n(cherry picked from commit 085bdc87edeb5304d9dc604a4d3aa4de67cb6009)\n"
    },
    {
      "commit": "7124c1985b535a7862cd8f2706386a2a0ba676b2",
      "tree": "e5e82b8000bb09f3ee7c97d419a6a0a461cb36cb",
      "parents": [
        "c35e23e508e8f408e6aee9cbaa5c99d92a6890e9",
        "3f3ffab372ea65f5d658166aee1f6bff0faf78d6"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Aug 25 21:20:35 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Aug 25 21:20:35 2017 +0000"
      },
      "message": "Merge \"heif: cache the entire stream if possible to support seek\" into oc-mr1-dev"
    },
    {
      "commit": "c35e23e508e8f408e6aee9cbaa5c99d92a6890e9",
      "tree": "a12c83b9e3e5b57b6f78a4ad3a6c7818c5e5e693",
      "parents": [
        "1041ecbbccd71b72bc155c879e7a4aa3be52583e",
        "09c27cab917f2f41dd58aececc3200b097fedde8"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Aug 25 21:09:49 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Aug 25 21:09:49 2017 +0000"
      },
      "message": "Merge \"aaudio: fix returned performanceMode for Legacy\" into oc-mr1-dev"
    },
    {
      "commit": "3f3ffab372ea65f5d658166aee1f6bff0faf78d6",
      "tree": "f2894c1311c3eff6dfccdc170e71c848c448544e",
      "parents": [
        "2cb58cb4949f8870bca99ced39f4f81351ab52e1"
      ],
      "author": {
        "name": "Chong Zhang",
        "email": "chz@google.com",
        "time": "Wed Aug 23 13:51:59 2017 -0700"
      },
      "committer": {
        "name": "Chong Zhang",
        "email": "chz@google.com",
        "time": "Fri Aug 25 11:43:02 2017 -0700"
      },
      "message": "heif: cache the entire stream if possible to support seek\n\nAlso, reuse decoding result if decode is called again. Currently\ndecode only retrieves primary picture, so there is no point to\ngo to metadata retriever again.\n\nBug: 64077740\n\nChange-Id: I9243de396957f4d717c386bbaa8692494d624998\n"
    },
    {
      "commit": "09c27cab917f2f41dd58aececc3200b097fedde8",
      "tree": "9bd40d986cd0cc0cdb5d5b701abbb05013e56439",
      "parents": [
        "05e712d3be03291627eb40e9c7f6c08a9874bd23"
      ],
      "author": {
        "name": "Phil Burk",
        "email": "philburk@google.com",
        "time": "Thu Aug 24 22:12:56 2017 -0700"
      },
      "committer": {
        "name": "Phil Burk",
        "email": "philburk@google.com",
        "time": "Fri Aug 25 11:06:58 2017 -0700"
      },
      "message": "aaudio: fix returned performanceMode for Legacy\n\nAAudio was setting the stream to PERFORMANCE_MODE_NONE\nif we got the FAST mixer but did not get the RAW flag.\nWe now consider FAST flag by itself to be LOW_LATENCY.\n\nBug: 63004643\nTest: see bug for repro case using NativeOboe app\nChange-Id: Id4643d20926a8e983cd28408f70e176976c02195\n"
    },
    {
      "commit": "1041ecbbccd71b72bc155c879e7a4aa3be52583e",
      "tree": "99fff600ed4b6a16977f72fafc80236652bbac7a",
      "parents": [
        "06e98369b3db1d5d93d582d4d5b49c9d2a3ae455",
        "20f5734962687681012cc2aa79fb63526a9608b3"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Aug 25 14:00:02 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Aug 25 14:00:02 2017 +0000"
      },
      "message": "Merge \"Camera: Handle RESULT_ERROR followed by BUFFER_ERROR\" into oc-mr1-dev"
    },
    {
      "commit": "06e98369b3db1d5d93d582d4d5b49c9d2a3ae455",
      "tree": "a84a12c7df3779e84bb8d96801405ea632100fe0",
      "parents": [
        "738a3af86d63f28c50661470167ba4b2874a4b2d"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Mon Aug 14 15:57:57 2017 -0700"
      },
      "committer": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Thu Aug 24 17:41:16 2017 -0700"
      },
      "message": "CodecCapabilities: advertise constrained profiles for decoders\n\nAlso, use a SortedVector in builder to prevent duplicates for both\ncolors and profile/levels.\n\nBug: 64691727\nChange-Id: I7a70f8e39fab9c9c139f3de421b916ada32e3a8b\n"
    },
    {
      "commit": "738a3af86d63f28c50661470167ba4b2874a4b2d",
      "tree": "7cb99dd519ce78d06c2c841361e4fa35ae1409c7",
      "parents": [
        "05e712d3be03291627eb40e9c7f6c08a9874bd23"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Mon Aug 14 15:57:12 2017 -0700"
      },
      "committer": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Thu Aug 24 17:41:13 2017 -0700"
      },
      "message": "stagefright: read constrained AVC profiles\n\nBug: 64691727\nChange-Id: I98ef0e4abf22cf6a2815856975e0c0cd54173d70\n"
    },
    {
      "commit": "05e712d3be03291627eb40e9c7f6c08a9874bd23",
      "tree": "222fb3df6cbe0b072339a2901edbfb0ee97e167c",
      "parents": [
        "2cb58cb4949f8870bca99ced39f4f81351ab52e1"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Mon Aug 14 15:55:43 2017 -0700"
      },
      "committer": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Thu Aug 24 17:40:37 2017 -0700"
      },
      "message": "stagefright: advertise proper profiles and levels\n\nAdvertise only the max level per profile\nAdvertise constrained AVC profiles\n\nBug: 64691241\nChange-Id: I0456832564f4be6dff55f9f65351adaeabefb24d\n"
    },
    {
      "commit": "2cb58cb4949f8870bca99ced39f4f81351ab52e1",
      "tree": "0e1e09282fd07c8a8f072f14dff161060ab6c745",
      "parents": [
        "6ec6a109df033925554ac2e5f3c9de085864989c",
        "39f02ddfbfd9313370d862a6c4727826379a319a"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Aug 25 00:23:27 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Aug 25 00:23:27 2017 +0000"
      },
      "message": "Merge \"aaudio: fix EXCLUSIVE mode interfering with SHARED\" into oc-mr1-dev"
    },
    {
      "commit": "20f5734962687681012cc2aa79fb63526a9608b3",
      "tree": "f8fc35a23cc09c7e7bb4fa7e1cb00ea97c398242",
      "parents": [
        "6ec6a109df033925554ac2e5f3c9de085864989c"
      ],
      "author": {
        "name": "Shuzhen Wang",
        "email": "shuzhenwang@google.com",
        "time": "Thu Aug 24 15:39:05 2017 -0700"
      },
      "committer": {
        "name": "Shuzhen Wang",
        "email": "shuzhenwang@google.com",
        "time": "Thu Aug 24 15:57:25 2017 -0700"
      },
      "message": "Camera: Handle RESULT_ERROR followed by BUFFER_ERROR\n\nIn case a result error is followed by a buffer_error for a particular\nrequest, current logic won\u0027t be able to remove the pending request from\nthe inflight queue.\n\nMoving the skipResultMetadata flag into InFlightRequest struct fixes the\nissue.\n\nTest: Camera CTS\nBug: 64840907\nChange-Id: Iac44e431f9e9fc38684f8509328c777f9cf5f956\n"
    },
    {
      "commit": "39f02ddfbfd9313370d862a6c4727826379a319a",
      "tree": "aa5c61a50fff59d92db99619edd67b31e9d938c3",
      "parents": [
        "ee079fe295c41f89c2ac6316e99ee10847fb78fd"
      ],
      "author": {
        "name": "Phil Burk",
        "email": "philburk@google.com",
        "time": "Fri Aug 04 09:13:31 2017 -0700"
      },
      "committer": {
        "name": "Phil Burk",
        "email": "philburk@google.com",
        "time": "Thu Aug 24 14:59:25 2017 -0700"
      },
      "message": "aaudio: fix EXCLUSIVE mode interfering with SHARED\n\nThe MMAP endpoints were not tracked by the EndpointManager\nso it could not broker EXCLUSIVE access. To fix this the MMAP stream\nwas refactored to use a per-client stream and a per-device endpoint.\n\nCleanup close() of MMAP stream.\nAdd AAudioServiceEndpointShared.cpp.\nExtract AAudioServiceEndpointMMAP from AAudioServiceStreamMMAP.\nTrack MMAP endpoints so we can manage EXCLUSIVE and SHARED access.\n\nBug: 64494572\nBug: 64310586\nTest: see bug, use write_sine to play a shared stream and a excl stream\nChange-Id: I5053193abfd9b8a69a2f7e1110739d65e2af5d64\nMerged-In: I5053193abfd9b8a69a2f7e1110739d65e2af5d64\n"
    },
    {
      "commit": "6ec6a109df033925554ac2e5f3c9de085864989c",
      "tree": "1f4a9d2bfa8f6fff251eab01f4133946c7b25135",
      "parents": [
        "ee079fe295c41f89c2ac6316e99ee10847fb78fd",
        "5ba45163872df39427cf18b3d640e1cd26c228bb"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Aug 24 02:41:37 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Aug 24 02:41:37 2017 +0000"
      },
      "message": "Merge \"MPEG4Writer: Save container metadata during switching file output\" into oc-mr1-dev"
    },
    {
      "commit": "ee079fe295c41f89c2ac6316e99ee10847fb78fd",
      "tree": "f47db0216a4ad8895a55d29c729f6200c16bf0b9",
      "parents": [
        "80225208cc32bc97f3765e387f0bb983ca07aa8b"
      ],
      "author": {
        "name": "Chong Zhang",
        "email": "chz@google.com",
        "time": "Wed Aug 23 13:51:17 2017 -0700"
      },
      "committer": {
        "name": "Chong Zhang",
        "email": "chz@google.com",
        "time": "Wed Aug 23 13:51:17 2017 -0700"
      },
      "message": "heif: fix decoding of image size different from full tiled area\n\nBug: 64077740\n\nChange-Id: I57ee7e1bc05e320be723d224b9328526543cad25\n"
    },
    {
      "commit": "5ba45163872df39427cf18b3d640e1cd26c228bb",
      "tree": "2468349e4d10396b3e11034b65cd95e57bc21652",
      "parents": [
        "5b2a1573873782ace86914720fd7e46f677e71cc"
      ],
      "author": {
        "name": "Hangyu Kuang",
        "email": "hkuang@google.com",
        "time": "Mon Aug 14 14:23:07 2017 -0700"
      },
      "committer": {
        "name": "Hangyu Kuang",
        "email": "hkuang@google.com",
        "time": "Mon Aug 21 14:39:26 2017 -0700"
      },
      "message": "MPEG4Writer: Save container metadata during switching file output\n\nBug: 63090931\nTest: Slow motion recording to exceed file size limit and check the recorded files.\nChange-Id: Iae8f183de6159572b1012fde18fbca0bc3996dd1\n"
    },
    {
      "commit": "80225208cc32bc97f3765e387f0bb983ca07aa8b",
      "tree": "f992fe0c2deedb48d2b2c49144a800c4e3b28c29",
      "parents": [
        "2fe997199445cf7aaf6b919cafcb2772bd6d2388",
        "e67106418d7025ba28b90d8d32ceb2674ad043f1"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Mon Aug 21 05:29:06 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Aug 21 05:29:06 2017 +0000"
      },
      "message": "Merge \"heif: add new format type\" into oc-mr1-dev"
    },
    {
      "commit": "2fe997199445cf7aaf6b919cafcb2772bd6d2388",
      "tree": "48d29c543dff56b76b05d986ab99b90aeb723bd8",
      "parents": [
        "14bedfd003e8abeb064477f22ca54788b39b53bd",
        "bdcf07ca770e14c1174a0709b2912203620a390a"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Sat Aug 19 03:08:08 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sat Aug 19 03:08:08 2017 +0000"
      },
      "message": "Merge \"SoftVideoDecoderOMXComponent: max-size can be less than size\" into oc-mr1-dev"
    },
    {
      "commit": "14bedfd003e8abeb064477f22ca54788b39b53bd",
      "tree": "bd061a0db494ac3fd33fce98f046634737fdc526",
      "parents": [
        "4dbfc441e60e598fdcee4fee4a9355b2a902afb2",
        "cec27969ca4bdb5be6c7b1c9f40bea01dddb644c"
      ],
      "author": {
        "name": "Michael Lane",
        "email": "lanemichael@google.com",
        "time": "Fri Aug 18 14:56:44 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Aug 18 14:56:44 2017 +0000"
      },
      "message": "Merge \"stagefright: allow secure audio input buffer\" into oc-mr1-dev"
    },
    {
      "commit": "4dbfc441e60e598fdcee4fee4a9355b2a902afb2",
      "tree": "f919123e1047f4e827d7cc7dcb0990231dbc7e24",
      "parents": [
        "e987792861efa0f164a50fd049cebadee0c198ac",
        "780882de33d5e91596a31b17ae050d448dd01443"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Fri Aug 18 12:12:05 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Aug 18 12:12:05 2017 +0000"
      },
      "message": "Merge \"Fix the calculation of the number of frames\" into oc-mr1-dev"
    },
    {
      "commit": "780882de33d5e91596a31b17ae050d448dd01443",
      "tree": "478398b3e1f55ca92fbf57af3d9870d5cb05a142",
      "parents": [
        "2c8c51d4aeffc4d561a67b06d20fff67d9a5a5aa"
      ],
      "author": {
        "name": "Pawin Vongmasa",
        "email": "pawin@google.com",
        "time": "Wed Aug 16 03:47:16 2017 -0700"
      },
      "committer": {
        "name": "Pawin Vongmasa",
        "email": "pawin@google.com",
        "time": "Thu Aug 17 17:50:17 2017 -0700"
      },
      "message": "Fix the calculation of the number of frames\n\nTest: make cts -j123 \u0026\u0026 cts-tradefed run cts-dev -m \\\nCtsMediaTestCases --compatibility:module-arg \\\nCtsMediaTestCases:include-annotation:\\\nandroid.platform.test.annotations.RequiresDevice\n\nBug: 64730503\nChange-Id: Ie858a52cf7267b3783f67ca378a8c5efb726495c\n"
    },
    {
      "commit": "e987792861efa0f164a50fd049cebadee0c198ac",
      "tree": "12552ac3f12c590ad7bd34c2486b64524d514159",
      "parents": [
        "8a37a466dcfe424f9ad6d7bd3827e88f08370d81"
      ],
      "author": {
        "name": "Evgenii Stepanov",
        "email": "eugenis@google.com",
        "time": "Wed Aug 02 16:36:56 2017 -0700"
      },
      "committer": {
        "name": "Evgenii Stepanov",
        "email": "eugenis@google.com",
        "time": "Thu Aug 17 17:36:00 2017 -0700"
      },
      "message": "[cfi] Adjust RLIMIT_AS by CFI shadow size.\n\nCFI (control flow integrity) implementation is using a MAP_NORESERVE\nallocation of up to 2GB is size. Only a tiny portion of it is backed\nby physical memory. Take this into account when setting RLIMIT_AS for\nmedia services.\n\nTest: no immediate effect; CFI shadow increase for 48-bit aarch64 can\n      be reapplied w/o breaking android boot.\nBug: 64293803\n\nSee https://android-review.googlesource.com/#/c/platform/bionic/+/424903/.\n\n(cherry picked from commit f1b0523625ed27266bee8fcc64a3867e02b9a187)\n\nChange-Id: I3fe72edcdaf908f42a1ffdfde645e34263564990\n"
    },
    {
      "commit": "cec27969ca4bdb5be6c7b1c9f40bea01dddb644c",
      "tree": "ebcd814447be8ddc0dd7fc537de190493047b980",
      "parents": [
        "8a37a466dcfe424f9ad6d7bd3827e88f08370d81"
      ],
      "author": {
        "name": "Wonsik Kim",
        "email": "wonsik@google.com",
        "time": "Wed Jul 19 11:41:23 2017 -0700"
      },
      "committer": {
        "name": "Michael Lane",
        "email": "lanemichael@google.com",
        "time": "Thu Aug 17 17:43:45 2017 +0000"
      },
      "message": "stagefright: allow secure audio input buffer\n\nBug: 63343701\nTest: adb shell am instrument -e size small -w \u0027android.media.cts/android.support.test.runner.AndroidJUnitRunner\u0027\nChange-Id: I64cae10d17ec7421ffdc60dd0aa202f6c74f83bf\n(cherry picked from commit f7005138e0d63c79131923ebcab1f9dd9074878b)\n"
    },
    {
      "commit": "8a37a466dcfe424f9ad6d7bd3827e88f08370d81",
      "tree": "353044ce4d9d65a7e9683a1cc06b6b60b448a119",
      "parents": [
        "78ae57b3190cf2a9fcc5f29b0bfd759a2f71e0d0",
        "99306c80f061e4c11f05c21a19bfab6eac01c529"
      ],
      "author": {
        "name": "Phil Burk",
        "email": "philburk@google.com",
        "time": "Thu Aug 17 15:52:14 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Aug 17 15:52:14 2017 +0000"
      },
      "message": "Merge \"aaudio: prevent memory leak from double configure\" into oc-mr1-dev"
    },
    {
      "commit": "78ae57b3190cf2a9fcc5f29b0bfd759a2f71e0d0",
      "tree": "62639978efa49653d5c98cd7f1b6f45dfd0c1208",
      "parents": [
        "420b2094a3091ba18e63ba50b287ee813b6c2188",
        "7504b9eb4561df88550f874cf0ce95b6f4d09927"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Aug 16 22:44:09 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Aug 16 22:44:09 2017 +0000"
      },
      "message": "Merge \"soundtrigger: require RECORD_AUDIO permission for DSP hotword\" into oc-mr1-dev"
    },
    {
      "commit": "420b2094a3091ba18e63ba50b287ee813b6c2188",
      "tree": "c830efed1fdee68b500e5a3692208a94be4d3e31",
      "parents": [
        "3ff6cb8f7065b2fd1f78f24d7d76e9a6fdeb2140",
        "d8d7bf6128253b740bd6515e2371f5f74c5ccea8"
      ],
      "author": {
        "name": "Edwin Wong",
        "email": "edwinwong@google.com",
        "time": "Wed Aug 16 22:22:39 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Aug 16 22:22:39 2017 +0000"
      },
      "message": "Merge \"Support both Clear key plugin UUIDs.\" into oc-mr1-dev"
    },
    {
      "commit": "3ff6cb8f7065b2fd1f78f24d7d76e9a6fdeb2140",
      "tree": "5589793bf9286e75a85e468ab1f2ba8757d006e4",
      "parents": [
        "71c4dbb68e6a5e42b401af7d50397d192d10ecd8",
        "2e183b62fe3c85b0a1b5e9fc0d1c697474c96e20"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 19:44:28 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 19:44:28 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e am: 5b89f4af6d am: 49903e4e0d am: 395c7417a7 am: b7d875f570 am: c0fc9412f8 am: 68f3d037b4 am: 3775c0c2ce am: 29ac52e4e8 am: d1c36259d8 am: 9c9386918a am: 924b20fa49 am: 654bf4f8e9\nam: 2e183b62fe\n\nChange-Id: I1a47c087e9ac373eeac653310e9918eddaace8ab\n"
    },
    {
      "commit": "2e183b62fe3c85b0a1b5e9fc0d1c697474c96e20",
      "tree": "4a39819c1208c763bd17e736c0355483fe6527fd",
      "parents": [
        "69d44851ee03d39f5269ca4293b588875de2bf8f",
        "654bf4f8e9bfef5c974025ce296141587e35099f"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 19:40:28 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 19:40:28 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e am: 5b89f4af6d am: 49903e4e0d am: 395c7417a7 am: b7d875f570 am: c0fc9412f8 am: 68f3d037b4 am: 3775c0c2ce am: 29ac52e4e8 am: d1c36259d8 am: 9c9386918a am: 924b20fa49\nam: 654bf4f8e9\n\nChange-Id: I18a3052d9fc3c7dd78277ff239e54ca616ceae0f\n"
    },
    {
      "commit": "654bf4f8e9bfef5c974025ce296141587e35099f",
      "tree": "9f14c8bf6bf2b34c6177d5bce815b290e3c4d339",
      "parents": [
        "9c65df568a7fe2789a6d9467014aa66ea35cd70f",
        "924b20fa49d9def712b15a3498f5351c5443fa7e"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 19:37:26 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 19:37:26 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e am: 5b89f4af6d am: 49903e4e0d am: 395c7417a7 am: b7d875f570 am: c0fc9412f8 am: 68f3d037b4 am: 3775c0c2ce am: 29ac52e4e8 am: d1c36259d8 am: 9c9386918a\nam: 924b20fa49\n\nChange-Id: I2ea0e0a01595908ecc85c06d3cdd5ff82cd03346\n"
    },
    {
      "commit": "924b20fa49d9def712b15a3498f5351c5443fa7e",
      "tree": "3e5ac71dae27a4069887155de1a3653bacbf1e89",
      "parents": [
        "79220ea724e2543c89d755d31b9a07a7bf66da22",
        "9c9386918afe1193d5bd7a5fb5152b6e9bdfef5e"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 19:33:25 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 19:33:25 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e am: 5b89f4af6d am: 49903e4e0d am: 395c7417a7 am: b7d875f570 am: c0fc9412f8 am: 68f3d037b4 am: 3775c0c2ce am: 29ac52e4e8 am: d1c36259d8\nam: 9c9386918a\n\nChange-Id: I71801ac3e19e71f6f93800754bd07752af976292\n"
    },
    {
      "commit": "9c9386918afe1193d5bd7a5fb5152b6e9bdfef5e",
      "tree": "3947b0f39428a2b9b4cfa140577402b57291879a",
      "parents": [
        "61a0addea27753edd42b37cf2053a15f47e3680f",
        "d1c36259d8e3dbc94c0eeb101d067120c40c51e8"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 19:28:56 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 19:28:56 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e am: 5b89f4af6d am: 49903e4e0d am: 395c7417a7 am: b7d875f570 am: c0fc9412f8 am: 68f3d037b4 am: 3775c0c2ce am: 29ac52e4e8\nam: d1c36259d8\n\nChange-Id: Ia8c09dfc98c5970b5ee8f67873e0ffd2035c9418\n"
    },
    {
      "commit": "d1c36259d8e3dbc94c0eeb101d067120c40c51e8",
      "tree": "2b6f1605c4854545ed8e60d1ebfb2ae326af97d7",
      "parents": [
        "0868c86c788f4125fe162ccc129cca27fa87a87e",
        "29ac52e4e8d857c8d199bdc3c3141c6171c92ea5"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 19:20:29 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 19:20:29 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e am: 5b89f4af6d am: 49903e4e0d am: 395c7417a7 am: b7d875f570 am: c0fc9412f8 am: 68f3d037b4 am: 3775c0c2ce\nam: 29ac52e4e8\n\nChange-Id: I3bea1b6ec413cb65b49b5318c64ce0979453db5f\n"
    },
    {
      "commit": "29ac52e4e8d857c8d199bdc3c3141c6171c92ea5",
      "tree": "80619392846a58abff412513fe57800e6959414b",
      "parents": [
        "1fdf6d7aed70af3a5bdc9818663684282eb62901",
        "3775c0c2ceb0ed62efa45db054613742f1e90f69"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 19:14:53 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 19:14:53 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e am: 5b89f4af6d am: 49903e4e0d am: 395c7417a7 am: b7d875f570 am: c0fc9412f8 am: 68f3d037b4\nam: 3775c0c2ce\n\nChange-Id: I9a2a3028bc8d2623d269fc6ac4dec1611361d9f5\n"
    },
    {
      "commit": "3775c0c2ceb0ed62efa45db054613742f1e90f69",
      "tree": "27f880fda5480a52d8dfddde7a71dc141ccecdfc",
      "parents": [
        "91144e452f372c541cb948bb7fc4e3dedfd471d1",
        "68f3d037b4dedf290b9a882be86a1c0c79d89a4a"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 19:11:23 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 19:11:23 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e am: 5b89f4af6d am: 49903e4e0d am: 395c7417a7 am: b7d875f570 am: c0fc9412f8\nam: 68f3d037b4\n\nChange-Id: Ife2921f9fe3c14f13b7a13377b8f54249979f939\n"
    },
    {
      "commit": "68f3d037b4dedf290b9a882be86a1c0c79d89a4a",
      "tree": "0ce5a4145981e5818bc90ccc107b7dd2328bb3da",
      "parents": [
        "e4e741c79c7c55064739370dcd39061e10af27d5",
        "c0fc9412f8d84dc314a5d007b1b987eb9f8d9f01"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 19:08:23 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 19:08:23 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e am: 5b89f4af6d am: 49903e4e0d am: 395c7417a7 am: b7d875f570\nam: c0fc9412f8\n\nChange-Id: I4decd70a4b16e0afc8b2177d955280107c5f01aa\n"
    },
    {
      "commit": "c0fc9412f8d84dc314a5d007b1b987eb9f8d9f01",
      "tree": "77fb642a50c459761327a263b17ec2edcff4f1cb",
      "parents": [
        "d3929710eed030bebadb2f4e42862e60b5ef526b",
        "b7d875f5702e89f6b14497f7df93a39bb3732646"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 19:04:23 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 19:04:23 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e am: 5b89f4af6d am: 49903e4e0d am: 395c7417a7\nam: b7d875f570\n\nChange-Id: Idd819bf765bf0da09c1995f99072822b8127ccc8\n"
    },
    {
      "commit": "b7d875f5702e89f6b14497f7df93a39bb3732646",
      "tree": "4bc64f1d338d6e8fd818bdfc30b56151419bf685",
      "parents": [
        "6fc85a670470f59d6a8e5a2d58687fa3bb7bd063",
        "395c7417a75a5983b6ea96c97d720806b2ab1240"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 19:00:51 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 19:00:51 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e am: 5b89f4af6d am: 49903e4e0d\nam: 395c7417a7\n\nChange-Id: I6c6f140b5d164ce5e7e0fa7206016e0ce80a8396\n"
    },
    {
      "commit": "395c7417a75a5983b6ea96c97d720806b2ab1240",
      "tree": "7c080776666775e08986468b4cf376f3831242a7",
      "parents": [
        "dc3b1f6afbcd388198bf86b375294b9a9aadc4e7",
        "49903e4e0dedb69435160e6b06e84c2a8a54a5f1"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 18:57:53 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:57:53 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e am: 5b89f4af6d\nam: 49903e4e0d\n\nChange-Id: I4896ddcb270fe1c07e2f70e70eea99946e5c2ac1\n"
    },
    {
      "commit": "49903e4e0dedb69435160e6b06e84c2a8a54a5f1",
      "tree": "e4d953531061395a21ff99fab428fcb04a0c7015",
      "parents": [
        "35a1e90c82dabd9f82555f330142be9a89eab63f",
        "5b89f4af6d06fa0feec04e496686a03edc4ed3b0"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 18:54:54 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:54:54 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169 am: 0d7d0ab16e\nam: 5b89f4af6d\n\nChange-Id: Iaf9973226c72e46e7bf976e7917c102e737516b2\n"
    },
    {
      "commit": "5b89f4af6d06fa0feec04e496686a03edc4ed3b0",
      "tree": "e4d953531061395a21ff99fab428fcb04a0c7015",
      "parents": [
        "94b2e04aae3b2f10306681886fdd02b0a8026881",
        "0d7d0ab16e9844020f4c9a8f920c218f0820c575"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 18:48:54 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:48:54 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f am: f84e9b9169\nam: 0d7d0ab16e\n\nChange-Id: If958b023d571cabf9b180daaa6f7049e148cbe35\n"
    },
    {
      "commit": "0d7d0ab16e9844020f4c9a8f920c218f0820c575",
      "tree": "dfd5e256917a6d6760f6db8a6cbde82ed9308f34",
      "parents": [
        "398d2167a0c6ae81fbc2bd60f8e70a911061eb74",
        "f84e9b916963149af1f0e174c6323c6ca0279c52"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 18:43:50 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:43:50 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c am: 5dfd2b5d9f\nam: f84e9b9169\n\nChange-Id: Ic4b40082b3a42c470e4cea5d7efb19c32ba47030\n"
    },
    {
      "commit": "71c4dbb68e6a5e42b401af7d50397d192d10ecd8",
      "tree": "5589793bf9286e75a85e468ab1f2ba8757d006e4",
      "parents": [
        "cbbfc2cf2c34eca75bf7c989e574411b62caf578",
        "69d44851ee03d39f5269ca4293b588875de2bf8f"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Wed Aug 16 18:40:53 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:40:53 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae am: 35a1e90c82 am: dc3b1f6afb am: 6fc85a6704 am: d3929710ee am: e4e741c79c am: 91144 am: 79220ea724 am: 9c65df568a\nam: 69d44851ee\n\nChange-Id: I5ef010226fcf5784e9979a754d1fe996c3425d7e\n"
    },
    {
      "commit": "f84e9b916963149af1f0e174c6323c6ca0279c52",
      "tree": "dac2f5deae99a74c4c39077ba2073fc21f051067",
      "parents": [
        "f6ae88fdeceab199278a39295fa15a6ca0e929ae",
        "5dfd2b5d9fda5a234ddff357d62cb20142489e7c"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 18:40:50 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:40:50 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev am: c65287a08c\nam: 5dfd2b5d9f\n\nChange-Id: I353d7057154a79d1ef44614450e75d123885be27\n"
    },
    {
      "commit": "69d44851ee03d39f5269ca4293b588875de2bf8f",
      "tree": "4a39819c1208c763bd17e736c0355483fe6527fd",
      "parents": [
        "687011c382c4fb795a6c0746e8b31a0fbdae1564",
        "9c65df568a7fe2789a6d9467014aa66ea35cd70f"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Wed Aug 16 18:37:22 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:37:22 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae am: 35a1e90c82 am: dc3b1f6afb am: 6fc85a6704 am: d3929710ee am: e4e741c79c am: 91144 am: 79220ea724\nam: 9c65df568a\n\nChange-Id: I26f78990d18738d800397531b9bbef810c7d125d\n"
    },
    {
      "commit": "5dfd2b5d9fda5a234ddff357d62cb20142489e7c",
      "tree": "a0f690a4ee98169eabac39c45f0898923e2d38f1",
      "parents": [
        "c1e3b0cda0709b70832542c58d5a0788b11a6188",
        "c65287a08c31a29c118726f9401a2db84dacc6d8"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 18:32:19 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:32:19 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into klp-dev\nam: c65287a08c\n\nChange-Id: I4b97f1df29bc3a2be401542be525c85880987b9b\n"
    },
    {
      "commit": "9c65df568a7fe2789a6d9467014aa66ea35cd70f",
      "tree": "9f14c8bf6bf2b34c6177d5bce815b290e3c4d339",
      "parents": [
        "7cc3a167fa42bdd27d1a6c30cfdc747953489e96",
        "79220ea724e2543c89d755d31b9a07a7bf66da22"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:31:42 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:31:42 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae am: 35a1e90c82 am: dc3b1f6afb am: 6fc85a6704 am: d3929710ee am: e4e741c79c am: 91144 am: 79220ea724\n\nChange-Id: Ic000a7d1436b22416496a57a337827be4fe62523\n"
    },
    {
      "commit": "79220ea724e2543c89d755d31b9a07a7bf66da22",
      "tree": "3e5ac71dae27a4069887155de1a3653bacbf1e89",
      "parents": [
        "7286ecc2324e785173272ec2b919e985b9791109",
        "61a0addea27753edd42b37cf2053a15f47e3680f"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Wed Aug 16 18:30:23 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:30:23 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae am: 35a1e90c82 am: dc3b1f6afb am: 6fc85a6704 am: d3929710ee am: e4e741c79c am: 91144 am: 0868c86c78\nam: 61a0addea2\n\nChange-Id: I8b86ade94fa2ed09063f67565916aebf506c3817\n"
    },
    {
      "commit": "61a0addea27753edd42b37cf2053a15f47e3680f",
      "tree": "3947b0f39428a2b9b4cfa140577402b57291879a",
      "parents": [
        "6cdeb3b0d0f83ceef107dfc2119b688f7e2675fc",
        "0868c86c788f4125fe162ccc129cca27fa87a87e"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:32 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:32 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae am: 35a1e90c82 am: dc3b1f6afb am: 6fc85a6704 am: d3929710ee am: e4e741c79c am: 91144 am: 0868c86c78\n\nChange-Id: I0d3d98b5431db0a3bda7e1f3e9bdd41ef655227b\n"
    },
    {
      "commit": "0868c86c788f4125fe162ccc129cca27fa87a87e",
      "tree": "2b6f1605c4854545ed8e60d1ebfb2ae326af97d7",
      "parents": [
        "350f941d70e08631db6231526e4dc18199c148ab",
        "1fdf6d7aed70af3a5bdc9818663684282eb62901"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:28 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:28 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae am: 35a1e90c82 am: dc3b1f6afb am: 6fc85a6704 am: d3929710ee am: e4e741c79c am: 91144 am: 1fdf6d7aed\n\nChange-Id: Idc9e6f02e5577c6ef504cb6ccf892cff71d04049\n"
    },
    {
      "commit": "1fdf6d7aed70af3a5bdc9818663684282eb62901",
      "tree": "80619392846a58abff412513fe57800e6959414b",
      "parents": [
        "886a1ef47a36ff4cdba5a1b241f40fb39d6485df",
        "91144e452f372c541cb948bb7fc4e3dedfd471d1"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:23 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:23 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae am: 35a1e90c82 am: dc3b1f6afb am: 6fc85a6704 am: d3929710ee am: e4e741c79c am: 91144e452f\n\nChange-Id: I88bdd26f00c3a85b19eb5708d946a3d280191eac\n"
    },
    {
      "commit": "91144e452f372c541cb948bb7fc4e3dedfd471d1",
      "tree": "27f880fda5480a52d8dfddde7a71dc141ccecdfc",
      "parents": [
        "a59539409f118aa479613a7c627128c5afa2c2c2",
        "e4e741c79c7c55064739370dcd39061e10af27d5"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:18 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:18 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae am: 35a1e90c82 am: dc3b1f6afb am: 6fc85a6704 am: d3929710ee am: e4e741c79c\n\nChange-Id: Ib61e6205a19fd587ed006245d490b1a83b95adcf\n"
    },
    {
      "commit": "e4e741c79c7c55064739370dcd39061e10af27d5",
      "tree": "0ce5a4145981e5818bc90ccc107b7dd2328bb3da",
      "parents": [
        "e8dd7338f0aef392c578959774922ca529a7e888",
        "d3929710eed030bebadb2f4e42862e60b5ef526b"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:14 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:14 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae am: 35a1e90c82 am: dc3b1f6afb am: 6fc85a6704 am: d3929710ee\n\nChange-Id: Ifb3a880e644220deb0049317f56bb6946fbad256\n"
    },
    {
      "commit": "d3929710eed030bebadb2f4e42862e60b5ef526b",
      "tree": "77fb642a50c459761327a263b17ec2edcff4f1cb",
      "parents": [
        "4ee00072f60200aa8cbe21d59861c17d6640ce00",
        "6fc85a670470f59d6a8e5a2d58687fa3bb7bd063"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:10 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:10 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae am: 35a1e90c82 am: dc3b1f6afb am: 6fc85a6704\n\nChange-Id: Id8f2a4db1283fdd1fac8376c4e52566347ab6fa9\n"
    },
    {
      "commit": "6fc85a670470f59d6a8e5a2d58687fa3bb7bd063",
      "tree": "4bc64f1d338d6e8fd818bdfc30b56151419bf685",
      "parents": [
        "69e7eac88dbe2221665f4aac825aea7c4bf3175f",
        "dc3b1f6afbcd388198bf86b375294b9a9aadc4e7"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:05 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:05 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae am: 35a1e90c82 am: dc3b1f6afb\n\nChange-Id: I9e8e351a90cebbe87a755fc9ddcd5d06d7b37add\n"
    },
    {
      "commit": "dc3b1f6afbcd388198bf86b375294b9a9aadc4e7",
      "tree": "7c080776666775e08986468b4cf376f3831242a7",
      "parents": [
        "d98bd836b87b6fa80cb22859925a4937deb17fff",
        "35a1e90c82dabd9f82555f330142be9a89eab63f"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:00 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:20:00 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae am: 35a1e90c82\n\nChange-Id: I3042941f91290fdca070bcaa5cd00de36deb5d16\n"
    },
    {
      "commit": "35a1e90c82dabd9f82555f330142be9a89eab63f",
      "tree": "e4d953531061395a21ff99fab428fcb04a0c7015",
      "parents": [
        "34b2a8b522949d5a474e4c2fd1073aa609eb8da2",
        "94b2e04aae3b2f10306681886fdd02b0a8026881"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:19:56 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:19:56 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0 am: 94b2e04aae\n\nChange-Id: I3bed8696d76f4d08d059fd74e5e85b3d361a4c77\n"
    },
    {
      "commit": "94b2e04aae3b2f10306681886fdd02b0a8026881",
      "tree": "e4d953531061395a21ff99fab428fcb04a0c7015",
      "parents": [
        "480084e6af1512c711d07674ad315fb7481a95d2",
        "398d2167a0c6ae81fbc2bd60f8e70a911061eb74"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:19:51 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:19:51 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec am: 398d2167a0\n\nChange-Id: Iba67f3a765f9398b8ce0c2b90aa13be1a9669ba7\n"
    },
    {
      "commit": "398d2167a0c6ae81fbc2bd60f8e70a911061eb74",
      "tree": "dfd5e256917a6d6760f6db8a6cbde82ed9308f34",
      "parents": [
        "0640937bdbf48f7d1b04fdbd4c65f175c14457af",
        "f6ae88fdeceab199278a39295fa15a6ca0e929ae"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:19:46 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:19:46 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0 am: f6ae88fdec\n\nChange-Id: I8523a6a7220d1b6022965cd7df1b736b06aeee02\n"
    },
    {
      "commit": "f6ae88fdeceab199278a39295fa15a6ca0e929ae",
      "tree": "dac2f5deae99a74c4c39077ba2073fc21f051067",
      "parents": [
        "ce9a76f40c35745908afb4c2304b639e7f41c09f",
        "c1e3b0cda0709b70832542c58d5a0788b11a6188"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:19:42 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:19:42 2017 +0000"
      },
      "message": "[automerger] Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev am: 9e41bec8d3  -s ours am: c1e3b0cda0\n\nChange-Id: I203f15b2b318b43ef01ab2e741a2cec7a5a55e5c\n"
    },
    {
      "commit": "c1e3b0cda0709b70832542c58d5a0788b11a6188",
      "tree": "a0f690a4ee98169eabac39c45f0898923e2d38f1",
      "parents": [
        "15f75d042288324b4ab7d8a06a92dd310b5ec98f",
        "9e41bec8d335c4adb4ae41e449461d8b3c69eeef"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Wed Aug 16 18:19:15 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:19:15 2017 +0000"
      },
      "message": "Merge \"stagefright: avoid buffer overflow in base64 decoder\" into klp-dev\nam: 9e41bec8d3  -s ours\n\nChange-Id: I8e3a43273b89ae97ccba0715d99e9dc5286821ef\n"
    },
    {
      "commit": "cbbfc2cf2c34eca75bf7c989e574411b62caf578",
      "tree": "5589793bf9286e75a85e468ab1f2ba8757d006e4",
      "parents": [
        "1439e7aeda9aa506c2f3c773860f5ad99cd74cb0",
        "687011c382c4fb795a6c0746e8b31a0fbdae1564"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 18:14:29 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:14:29 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into nyc-mr2-dev am: 7286ecc232 am: 7cc3a167fa\nam: 687011c382\n\nChange-Id: Id9fae283a2d4e4e3f7ae1f95a007a77ab869ba87\n"
    },
    {
      "commit": "1439e7aeda9aa506c2f3c773860f5ad99cd74cb0",
      "tree": "5589793bf9286e75a85e468ab1f2ba8757d006e4",
      "parents": [
        "65b9b41e57d9d797fc531a20b06c91363d21d6ca",
        "f0a734dbf0ca9981eb56ae6bd562204d1108ac7e"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 18:13:47 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:13:47 2017 +0000"
      },
      "message": "Merge changes from topic \"am-793ae1d1-008c-4cc0-9717-ce9555544b26\" into oc-dev am: 6df241a03e\nam: f0a734dbf0\n\nChange-Id: I9b3600dcdd71169fd7d095f423b70cbdc57d2864\n"
    },
    {
      "commit": "687011c382c4fb795a6c0746e8b31a0fbdae1564",
      "tree": "4a39819c1208c763bd17e736c0355483fe6527fd",
      "parents": [
        "f0a734dbf0ca9981eb56ae6bd562204d1108ac7e",
        "7cc3a167fa42bdd27d1a6c30cfdc747953489e96"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 18:11:52 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:11:52 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into nyc-mr2-dev am: 7286ecc232\nam: 7cc3a167fa\n\nChange-Id: Ie8def259a635c2b080541f5402731ba1f02e88e7\n"
    },
    {
      "commit": "7cc3a167fa42bdd27d1a6c30cfdc747953489e96",
      "tree": "9f14c8bf6bf2b34c6177d5bce815b290e3c4d339",
      "parents": [
        "6df241a03ece97ccb6a16010daba9ab73696e230",
        "7286ecc2324e785173272ec2b919e985b9791109"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 18:09:00 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:09:00 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into nyc-mr2-dev\nam: 7286ecc232\n\nChange-Id: Ib53b5fb2056d318d79ffa52aafd1f50d3d9c5123\n"
    },
    {
      "commit": "f0a734dbf0ca9981eb56ae6bd562204d1108ac7e",
      "tree": "4a39819c1208c763bd17e736c0355483fe6527fd",
      "parents": [
        "7709475e7a034fc49fc999ce5671e07c31b977bf",
        "6df241a03ece97ccb6a16010daba9ab73696e230"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 18:08:24 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 18:08:24 2017 +0000"
      },
      "message": "Merge changes from topic \"am-793ae1d1-008c-4cc0-9717-ce9555544b26\" into oc-dev\nam: 6df241a03e\n\nChange-Id: I86c0ecb695b09c77e06af66afee1ebc48a9453e7\n"
    },
    {
      "commit": "7286ecc2324e785173272ec2b919e985b9791109",
      "tree": "3e5ac71dae27a4069887155de1a3653bacbf1e89",
      "parents": [
        "3ca83cf1b3d0d57f7b310a8ab917cbe3a8f33bd0",
        "00209af1ec4d789554a5caafa80dbdb3d4798aec"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Aug 16 17:52:07 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Aug 16 17:52:07 2017 +0000"
      },
      "message": "Merge \"Check buffer size in useBuffer in software components\" into nyc-mr2-dev"
    },
    {
      "commit": "6df241a03ece97ccb6a16010daba9ab73696e230",
      "tree": "9f14c8bf6bf2b34c6177d5bce815b290e3c4d339",
      "parents": [
        "6a53272e6f4e3d07fa0d95e44aae19656c0e6efc",
        "2988ada522ec46b0959f6a587ee536ccde4a4243"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Wed Aug 16 17:52:07 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Aug 16 17:52:07 2017 +0000"
      },
      "message": "Merge changes from topic \"am-793ae1d1-008c-4cc0-9717-ce9555544b26\" into oc-dev\n\n* changes:\n  [automerger] Check buffer size in useBuffer in software components am: 00209af1ec\n  Check buffer size in useBuffer in software components\n"
    },
    {
      "commit": "99306c80f061e4c11f05c21a19bfab6eac01c529",
      "tree": "4c9bceacfa5110d378351fe9cfd732b805808118",
      "parents": [
        "f4eb56ca4eb80124b344a8c6f56c4d1495014c31"
      ],
      "author": {
        "name": "Phil Burk",
        "email": "philburk@google.com",
        "time": "Mon Aug 14 12:38:58 2017 -0700"
      },
      "committer": {
        "name": "Phil Burk",
        "email": "philburk@google.com",
        "time": "Wed Aug 16 09:57:49 2017 -0700"
      },
      "message": "aaudio: prevent memory leak from double configure\n\nPrevent AudioEndpoint from being configure()d twice.\nCheck return value of AudioEndpoint.configure().\nPrevent AudioStreamInternal from being open()ed twice.\n\nBug: 64522125\nTest: adb shell dumpsys media.audio_flinger --unreachable\nChange-Id: I3ae07af5610fd1f9e539f884923f781eefcd645f\n"
    },
    {
      "commit": "bdcf07ca770e14c1174a0709b2912203620a390a",
      "tree": "84950dd1b772f4f37ede77210d5498a0fa45e1c5",
      "parents": [
        "65b9b41e57d9d797fc531a20b06c91363d21d6ca"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Thu Aug 10 07:04:14 2017 -0700"
      },
      "committer": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Wed Aug 16 08:30:47 2017 -0700"
      },
      "message": "SoftVideoDecoderOMXComponent: max-size can be less than size\n\nA component can be configured for size that is greater than the\nmax size. In such case, configure for the larger of these.\n\nBug: 37101765\nChange-Id: I9bf3cd38e34cbedc00c54862d6782f2841ae2ee8\n"
    },
    {
      "commit": "7504b9eb4561df88550f874cf0ce95b6f4d09927",
      "tree": "0991a83bf78a67170a0707d8e300578c9c46727f",
      "parents": [
        "2c8c51d4aeffc4d561a67b06d20fff67d9a5a5aa"
      ],
      "author": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Tue Aug 15 18:17:26 2017 -0700"
      },
      "committer": {
        "name": "Eric Laurent",
        "email": "elaurent@google.com",
        "time": "Wed Aug 16 08:29:05 2017 -0700"
      },
      "message": "soundtrigger: require RECORD_AUDIO permission for DSP hotword\n\nCheck android.permission.RECORD_AUDIO permission in addition to\nandroid.permission.CAPTURE_AUDIO_HOTWORD for DSP hotword operations\nas those require access to device microphone.\n\nBug: 62265680\nTest: check \"OK Google\" detection with and without DSP\nChange-Id: Icba2520331164bcd618e91916ca701e677d419b8\n"
    },
    {
      "commit": "65b9b41e57d9d797fc531a20b06c91363d21d6ca",
      "tree": "5589793bf9286e75a85e468ab1f2ba8757d006e4",
      "parents": [
        "b56556ef732a40feff3446199bea71171add8021",
        "7709475e7a034fc49fc999ce5671e07c31b977bf"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 02:22:52 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 02:22:52 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af am: 34b2a8b522 am: d98bd836b8 am: 69e7eac88d am: 4ee00072f6 am: e8dd7338f0 am: a59539409f am: 886a1 am: 3ca83cf1b3 am: 6a53272e6f\nam: 7709475e7a\n\nChange-Id: I85a0eea9c430164faff23b342821bd04037d4f2a\n"
    },
    {
      "commit": "7709475e7a034fc49fc999ce5671e07c31b977bf",
      "tree": "4a39819c1208c763bd17e736c0355483fe6527fd",
      "parents": [
        "bfb16d1394de008a4b7e45f15949de99da836f3f",
        "6a53272e6f4e3d07fa0d95e44aae19656c0e6efc"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 02:20:20 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 02:20:20 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af am: 34b2a8b522 am: d98bd836b8 am: 69e7eac88d am: 4ee00072f6 am: e8dd7338f0 am: a59539409f am: 886a1 am: 3ca83cf1b3\nam: 6a53272e6f\n\nChange-Id: I2daeea1b47b32953fb4ea3f4860bff6819df42ec\n"
    },
    {
      "commit": "6a53272e6f4e3d07fa0d95e44aae19656c0e6efc",
      "tree": "9f14c8bf6bf2b34c6177d5bce815b290e3c4d339",
      "parents": [
        "62548c00e8339d33a3d91c15e60aada8678b1122",
        "3ca83cf1b3d0d57f7b310a8ab917cbe3a8f33bd0"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 02:12:58 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 02:12:58 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af am: 34b2a8b522 am: d98bd836b8 am: 69e7eac88d am: 4ee00072f6 am: e8dd7338f0 am: a59539409f am: 886a1 am: 3ca83cf1b3\n\nChange-Id: If5b9d8616aa3b783109dff6ee30c537ce849edd4\n"
    },
    {
      "commit": "3ca83cf1b3d0d57f7b310a8ab917cbe3a8f33bd0",
      "tree": "3e5ac71dae27a4069887155de1a3653bacbf1e89",
      "parents": [
        "af0f766ea48807fdc48abe80bbb334c89613c027",
        "6cdeb3b0d0f83ceef107dfc2119b688f7e2675fc"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 02:11:46 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 02:11:46 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af am: 34b2a8b522 am: d98bd836b8 am: 69e7eac88d am: 4ee00072f6 am: e8dd7338f0 am: a59539409f am: 886a1 am: 350f941d70\nam: 6cdeb3b0d0\n\nChange-Id: I8abfa884ae221f47e8e206ad8fd0f51b28b2b304\n"
    },
    {
      "commit": "6cdeb3b0d0f83ceef107dfc2119b688f7e2675fc",
      "tree": "3947b0f39428a2b9b4cfa140577402b57291879a",
      "parents": [
        "3078294720b01fa4347cefdfedfa339a0365551d",
        "350f941d70e08631db6231526e4dc18199c148ab"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:59:11 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:59:11 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af am: 34b2a8b522 am: d98bd836b8 am: 69e7eac88d am: 4ee00072f6 am: e8dd7338f0 am: a59539409f am: 886a1 am: 350f941d70\n\nChange-Id: I680b406b826b4ad7db534e8fe12b994aced6654d\n"
    },
    {
      "commit": "350f941d70e08631db6231526e4dc18199c148ab",
      "tree": "2b6f1605c4854545ed8e60d1ebfb2ae326af97d7",
      "parents": [
        "10ef0c6b11d6be40f4cc14f61cacdcf0e5aa76d8",
        "886a1ef47a36ff4cdba5a1b241f40fb39d6485df"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:59:07 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:59:07 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af am: 34b2a8b522 am: d98bd836b8 am: 69e7eac88d am: 4ee00072f6 am: e8dd7338f0 am: a59539409f am: 886a1ef47a\n\nChange-Id: I236cb6d5c2b3fc9b43159ac08b0018d048287d50\n"
    },
    {
      "commit": "886a1ef47a36ff4cdba5a1b241f40fb39d6485df",
      "tree": "80619392846a58abff412513fe57800e6959414b",
      "parents": [
        "00824c3dfb91f5b03fa4b3c3ba1f4819bd8da7e6",
        "a59539409f118aa479613a7c627128c5afa2c2c2"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:59:01 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:59:01 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af am: 34b2a8b522 am: d98bd836b8 am: 69e7eac88d am: 4ee00072f6 am: e8dd7338f0 am: a59539409f\n\nChange-Id: Icf3c5f2a24169d2fb62774b1f82bfa61ce6a4959\n"
    },
    {
      "commit": "a59539409f118aa479613a7c627128c5afa2c2c2",
      "tree": "27f880fda5480a52d8dfddde7a71dc141ccecdfc",
      "parents": [
        "a810630df2f971bdb7af94d060a974a7ac69d1e9",
        "e8dd7338f0aef392c578959774922ca529a7e888"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:55 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:55 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af am: 34b2a8b522 am: d98bd836b8 am: 69e7eac88d am: 4ee00072f6 am: e8dd7338f0\n\nChange-Id: I3d08f7d93bf04a5435e9360cd26dd1fd3b442dc3\n"
    },
    {
      "commit": "e8dd7338f0aef392c578959774922ca529a7e888",
      "tree": "0ce5a4145981e5818bc90ccc107b7dd2328bb3da",
      "parents": [
        "b368bac0f4e9f676ad6eb142307c92c80d4c7d76",
        "4ee00072f60200aa8cbe21d59861c17d6640ce00"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:51 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:51 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af am: 34b2a8b522 am: d98bd836b8 am: 69e7eac88d am: 4ee00072f6\n\nChange-Id: Ic6af6c07fdcf25e7ac862da9658b045860beca6a\n"
    },
    {
      "commit": "4ee00072f60200aa8cbe21d59861c17d6640ce00",
      "tree": "77fb642a50c459761327a263b17ec2edcff4f1cb",
      "parents": [
        "dccc5e3efe8d9fce78d40327dbadeaeae1001761",
        "69e7eac88dbe2221665f4aac825aea7c4bf3175f"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:46 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:46 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af am: 34b2a8b522 am: d98bd836b8 am: 69e7eac88d\n\nChange-Id: I2ab1da7b98c9dce50fca6113eee2d656d2c402de\n"
    },
    {
      "commit": "69e7eac88dbe2221665f4aac825aea7c4bf3175f",
      "tree": "4bc64f1d338d6e8fd818bdfc30b56151419bf685",
      "parents": [
        "aa602323745c2e060dfac3defb72e0ac9a6dbbc9",
        "d98bd836b87b6fa80cb22859925a4937deb17fff"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:41 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:41 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af am: 34b2a8b522 am: d98bd836b8\n\nChange-Id: Iad6852ae0dc6d2297469a0a388ab593de6209188\n"
    },
    {
      "commit": "d98bd836b87b6fa80cb22859925a4937deb17fff",
      "tree": "7c080776666775e08986468b4cf376f3831242a7",
      "parents": [
        "1d8b613b368cad0e6866a0509473f94398fbdd3a",
        "34b2a8b522949d5a474e4c2fd1073aa609eb8da2"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:36 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:36 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af am: 34b2a8b522\n\nChange-Id: Iffd510d4e17d68a038c0755bbd42bd51b656e8fa\n"
    },
    {
      "commit": "34b2a8b522949d5a474e4c2fd1073aa609eb8da2",
      "tree": "e4d953531061395a21ff99fab428fcb04a0c7015",
      "parents": [
        "7321b13ddccb7d0beac9011ef60ddc54ec3433a7",
        "480084e6af1512c711d07674ad315fb7481a95d2"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:30 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:30 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb am: 480084e6af\n\nChange-Id: I33f6fdffdaa35fbd524c61a30348b90680ab9dae\n"
    },
    {
      "commit": "480084e6af1512c711d07674ad315fb7481a95d2",
      "tree": "e4d953531061395a21ff99fab428fcb04a0c7015",
      "parents": [
        "ff9c5ad85f58e8d039e5d8105f4361c5452653f4",
        "0640937bdbf48f7d1b04fdbd4c65f175c14457af"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:23 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:23 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c am: 0640937bdb\n\nChange-Id: Ifce752f0511ce8fc5d16f79f682063109b8bee37\n"
    },
    {
      "commit": "0640937bdbf48f7d1b04fdbd4c65f175c14457af",
      "tree": "dfd5e256917a6d6760f6db8a6cbde82ed9308f34",
      "parents": [
        "bc09b59061210030a281ab32af1704f2daaaaf2c",
        "ce9a76f40c35745908afb4c2304b639e7f41c09f"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:18 2017 +0000"
      },
      "committer": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:58:18 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev am: 15f75d0422 am: ce9a76f40c\n\nChange-Id: Ib1416049d9793045e08182d61c22cad65383ffd5\n"
    },
    {
      "commit": "ce9a76f40c35745908afb4c2304b639e7f41c09f",
      "tree": "dac2f5deae99a74c4c39077ba2073fc21f051067",
      "parents": [
        "47da6c0b7e4b1e159f106d66f68448c30cd7c2c6",
        "15f75d042288324b4ab7d8a06a92dd310b5ec98f"
      ],
      "author": {
        "name": "Dongwon Kang",
        "email": "dwkang@google.com",
        "time": "Wed Aug 16 01:57:43 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:57:43 2017 +0000"
      },
      "message": "Merge changes from topic \"am-7424efa6-0590-42df-bf56-90682a2c4f31\" into klp-ub-dev\nam: 15f75d0422\n\nChange-Id: Id14d38f22f91c68682acdb3572c07a6e57780b03\n"
    },
    {
      "commit": "b56556ef732a40feff3446199bea71171add8021",
      "tree": "5589793bf9286e75a85e468ab1f2ba8757d006e4",
      "parents": [
        "b817df7ee850dd18cf8231614aaaf0f21f19049d",
        "1c96a1f56be4f2b103298c1a96e7a37da1e8b2ff"
      ],
      "author": {
        "name": "Android Build Merger (Role)",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:51:37 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Aug 16 01:51:37 2017 +0000"
      },
      "message": "Merge \"[automerger] Merge \"Fix \u0027potential memory leak\u0027 compiler warning.\" into nyc-dev am: a810630df2 am: 00824c3dfb am: 10ef0c6b11 am: 3078294720 am: af0f766ea4 am: 62548c00e8 am: bfb16d1394\" into oc-mr1-dev"
    },
    {
      "commit": "1c96a1f56be4f2b103298c1a96e7a37da1e8b2ff",
      "tree": "5589793bf9286e75a85e468ab1f2ba8757d006e4",
      "parents": [
        "9b380976b6ecb93cd8cab9dd0e8d1c7f0fa57ee1",
        "bfb16d1394de008a4b7e45f15949de99da836f3f"
      ],
      "author": {
        "name": "Caroline Tice",
        "email": "cmtice@google.com",
        "time": "Wed Aug 16 01:51:11 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:51:11 2017 +0000"
      },
      "message": "[automerger] Merge \"Fix \u0027potential memory leak\u0027 compiler warning.\" into nyc-dev am: a810630df2 am: 00824c3dfb am: 10ef0c6b11 am: 3078294720 am: af0f766ea4 am: 62548c00e8\nam: bfb16d1394\n\nChange-Id: Ic5b026e5761755334919e4ecb700fbb781ff5495\n"
    },
    {
      "commit": "b817df7ee850dd18cf8231614aaaf0f21f19049d",
      "tree": "5589793bf9286e75a85e468ab1f2ba8757d006e4",
      "parents": [
        "9b380976b6ecb93cd8cab9dd0e8d1c7f0fa57ee1",
        "2d58e26b743ec69bc1b83bd32ee3be58a548a919"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Wed Aug 16 01:50:07 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:50:07 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-1e7935a2-3929-4000-bb19-9e0ff0e29216\" into nyc-dr1-dev am: d55784db36 am: 7492e9c6aa am: e8cad97bb0 am: b33be95d6f am: e08d21ef28\nam: 2d58e26b74\n\nChange-Id: I6f12cd4190c60ca8cb7c4619094502590f72a77d\n"
    },
    {
      "commit": "9b380976b6ecb93cd8cab9dd0e8d1c7f0fa57ee1",
      "tree": "5589793bf9286e75a85e468ab1f2ba8757d006e4",
      "parents": [
        "f17d6cb36758f8f078350515a49cc0ededfe954d",
        "608b18dfc63df8440a8eb022b704a75214a39bf8"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Wed Aug 16 01:48:58 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:48:58 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-1e7935a2-3929-4000-bb19-9e0ff0e29216\" into cw-f-dev am: ae2d8ccc79 am: 02cf7d9038 am: dc41d373b4\nam: 608b18dfc6\n\nChange-Id: I34405c0b7c10cabac7565ff077266a1fce3942d3\n"
    },
    {
      "commit": "bfb16d1394de008a4b7e45f15949de99da836f3f",
      "tree": "4a39819c1208c763bd17e736c0355483fe6527fd",
      "parents": [
        "2d58e26b743ec69bc1b83bd32ee3be58a548a919",
        "62548c00e8339d33a3d91c15e60aada8678b1122"
      ],
      "author": {
        "name": "Caroline Tice",
        "email": "cmtice@google.com",
        "time": "Wed Aug 16 01:48:04 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:48:04 2017 +0000"
      },
      "message": "[automerger] Merge \"Fix \u0027potential memory leak\u0027 compiler warning.\" into nyc-dev am: a810630df2 am: 00824c3dfb am: 10ef0c6b11 am: 3078294720 am: af0f766ea4\nam: 62548c00e8\n\nChange-Id: Id8b7a37a8dd15e59266dbe91b0d376b338465863\n"
    },
    {
      "commit": "2d58e26b743ec69bc1b83bd32ee3be58a548a919",
      "tree": "4a39819c1208c763bd17e736c0355483fe6527fd",
      "parents": [
        "608b18dfc63df8440a8eb022b704a75214a39bf8",
        "e08d21ef28d54d47467aaef8fa9face11a727fcd"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Wed Aug 16 01:46:45 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Aug 16 01:46:45 2017 +0000"
      },
      "message": "[automerger] Merge changes from topic \"am-1e7935a2-3929-4000-bb19-9e0ff0e29216\" into nyc-dr1-dev am: d55784db36 am: 7492e9c6aa am: e8cad97bb0 am: b33be95d6f\nam: e08d21ef28\n\nChange-Id: I2aac8879189211cadb164e2d6c1b421ac59c5b3e\n"
    }
  ],
  "next": "608b18dfc63df8440a8eb022b704a75214a39bf8"
}
