)]}'
{
  "log": [
    {
      "commit": "db3c898510a2fb00183d6c9e59ffc2ee955daf59",
      "tree": "2d5840db23e8db778c4d694b4df5aa1d3f12c1e4",
      "parents": [
        "2532b7d57cbb7a8164ca08b413aee49d19e78ae8"
      ],
      "author": {
        "name": "Felipe Leme",
        "email": "felipeal@google.com",
        "time": "Wed Sep 26 13:51:53 2018 -0700"
      },
      "committer": {
        "name": "Felipe Leme",
        "email": "felipeal@google.com",
        "time": "Wed Sep 26 14:00:25 2018 -0700"
      },
      "message": "Added OWNERS to moar bugreport-related projects...\n\n..and hooks to make sure they\u0027re developed on AOSP\n\nBug: none\nTest: none\n\nChange-Id: I6d541bc7b5815b187710cbf8838fc6307cf25e7c\n"
    },
    {
      "commit": "734e378a7387b2d51f40f4e4cba8887703bd1839",
      "tree": "3b8d60e033ef5e92bce181ad9ed137566b4940ec",
      "parents": [
        "c1e25bd59d6ee62decf2c7b72411f4189032674c"
      ],
      "author": {
        "name": "Chih-Hung Hsieh",
        "email": "chh@google.com",
        "time": "Thu Oct 05 13:44:13 2017 -0700"
      },
      "committer": {
        "name": "Chih-Hung Hsieh",
        "email": "chh@google.com",
        "time": "Mon Oct 09 15:16:59 2017 -0700"
      },
      "message": "Use -Werror in frameworks/native/cmds\n\n* Remove or comment out unused variables/functions.\n\nBug: 66996870\nTest: build with WITH_TIDY\u003d1\nChange-Id: I15a463eb9a20bc12787c104f671063ceeafaa1cc\n"
    },
    {
      "commit": "3b650731d31f5ebc131068ae6cde811cb118672e",
      "tree": "644aca4c36892d7b968ea8116679e96d26ee92bb",
      "parents": [
        "2d5f161f60f337e318ffc24bf604eb354c284847"
      ],
      "author": {
        "name": "Felipe Leme",
        "email": "felipeal@google.com",
        "time": "Fri Aug 05 19:29:29 2016 +0000"
      },
      "committer": {
        "name": "Felipe Leme",
        "email": "felipeal@google.com",
        "time": "Fri Aug 05 19:30:05 2016 +0000"
      },
      "message": "Revert \"R.I.P. bugreport, long live bugreportz!\"\n\nThis reverts commit 2d5f161f60f337e318ffc24bf604eb354c284847.\n\nBUG: 30701244\nBUG: 29448020\n\nChange-Id: Idbdd1fe99ce3c17580b3a76f90c0a817c06a7b7d\n"
    },
    {
      "commit": "2d5f161f60f337e318ffc24bf604eb354c284847",
      "tree": "d56a514160fec3b2245c08e59a20ccedd50fd2e5",
      "parents": [
        "62dd26370f45c4aa2f477231d045bf0b104277f9"
      ],
      "author": {
        "name": "Felipe Leme",
        "email": "felipeal@google.com",
        "time": "Thu Aug 04 13:28:52 2016 -0700"
      },
      "committer": {
        "name": "Felipe Leme",
        "email": "felipeal@google.com",
        "time": "Thu Aug 04 13:32:54 2016 -0700"
      },
      "message": "R.I.P. bugreport, long live bugreportz!\n\nChange-Id: Ie146f6f72f4a9dba3942d1821c634cf2c2186b5d\nFixes: 29448020\n"
    },
    {
      "commit": "e05dc6d59c3be6ac42bdc7f415a7ea80a3ed1e18",
      "tree": "38888f50cc1f736e8d154d7ca692383a4bcd6377",
      "parents": [
        "de4883bab707e2699350d561c5e6382d0bad34ba"
      ],
      "author": {
        "name": "Dan Willemsen",
        "email": "dwillemsen@google.com",
        "time": "Mon Jul 25 17:13:45 2016 -0700"
      },
      "committer": {
        "name": "Dan Willemsen",
        "email": "dwillemsen@google.com",
        "time": "Mon Aug 01 18:11:42 2016 -0700"
      },
      "message": "Start converting Android.mk to Android.bp\n\nSee build/soong/README.md for more information.\n\nChange-Id: Ifbe9b0072a63b4467c72b3a52148a606e5365f78\n"
    },
    {
      "commit": "2628e9e939fda323fa44c5cb743f4a77b12a312a",
      "tree": "631fb2dc2336e094b954dc16b76328280521f2cd",
      "parents": [
        "9ffa1a4da16edc23067070f5605917ddd57739e8"
      ],
      "author": {
        "name": "Felipe Leme",
        "email": "felipeal@google.com",
        "time": "Tue Apr 12 16:36:51 2016 -0700"
      },
      "committer": {
        "name": "Felipe Leme",
        "email": "felipeal@google.com",
        "time": "Wed Apr 13 09:29:06 2016 -0700"
      },
      "message": "Added support for \u0027bugreport -z\u0027.\n\nDumpstate now supports zipped bugreport, whose output is more complete\nthan the flat-file bugreports provided prior to N.\n\nThe whole workflow is split in different components:\n\n- adb supports a \u0027bugreport -z \u003cZIP_FILE\u003e\u0027 option, which calls a\n  bugreportz binary.\n- bugreportz starts the dumpstatez service.\n- dumpstatez starts dumpstate with some flags that opens a socket for\n  control (not output).\n- Once dumpstate is finished, it prints the bugreport location to\n  stdout.\n- adb pulls the zip file and renames according to the command-line\n  argument.\n- bugreport prints a deprecation message.\n\nThe reason for a new binary (bugreportz) instead of passing arguments to\nbugreport (like -z) is backward compatibility: pre-N versions of\nbugreport would ignore such argument and generate a text bugreport,\nwhich is not what adb would be expecting.\n\nBUG: 27653204\n\nChange-Id: I47f6f677eba11d5fb54818ae5a0b3cab069776ee\n"
    },
    {
      "commit": "997abb668b9248c2174c6cf169a0b7c6a02fd2cb",
      "tree": "22a20d411ac16f4829e225ddf1cd60fef7a5ad73",
      "parents": [
        "9188b4bb5d44c219face5a4c1c681700cc838294"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Fri May 15 17:05:40 2015 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Fri May 15 17:05:40 2015 -0700"
      },
      "message": "Don\u0027t use TEMP_FAILURE_RETRY on close in frameworks/native.\n\nBug: http://b/20501816\nChange-Id: Id13a62f02243c6c4831e2f47944dc34fa822f5b6\n"
    },
    {
      "commit": "9b73bf07d73dbab5b792632e1e233edbad77f5fd",
      "tree": "104ea952f91ff6eb95a8dff8f2e2921fdab38fa3",
      "parents": [
        "f551e1c1a59ae7ac906e2b204c3704d0dbf926a8"
      ],
      "author": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Tue Jan 20 19:18:59 2015 -0800"
      },
      "committer": {
        "name": "Christopher Ferris",
        "email": "cferris@google.com",
        "time": "Fri Jan 23 13:40:56 2015 -0800"
      },
      "message": "Refactor of the bugreport code.\n\nImplemented these changes:\n\n- Make this code C++.\n- Avoid hangs by adding a timeout.\n- Add the necessary TEMP_FAILURE_RETRY calls.\n- Restructure the code a bit.\n\nBug: 18800936\n\nChange-Id: Iba9f86a4c7beee4f0f36e51234855f4c0834db47\n"
    },
    {
      "commit": "9fcca4ee1746774cc7a10f4257f4aa50e01ad46e",
      "tree": "d195d0580286adb9c742a37996dd52864607f82b",
      "parents": [
        "9ef78fe272236619f659366d66898875098618ca"
      ],
      "author": {
        "name": "Guang Zhu",
        "email": "guangzhu@google.com",
        "time": "Wed Jan 15 15:57:32 2014 -0800"
      },
      "committer": {
        "name": "Guang Zhu",
        "email": "guangzhu@google.com",
        "time": "Wed Jan 15 15:58:54 2014 -0800"
      },
      "message": "releax wait timeout on start of dumpstate service\n\nBug: 12181612\nChange-Id: If7ae97de1e42890dac37d036ead669ccda65e688\n"
    },
    {
      "commit": "94afecf4b6f437b3ee9a076242402e421c6c07a6",
      "tree": "eed2ab565e813e8d1eedcaf3d7ed3d5a39edf31f",
      "parents": [
        "ba0b9cca697a84947c08983338ce4e7f30920fd8"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@google.com",
        "time": "Wed Oct 24 10:45:23 2012 -0700"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@google.com",
        "time": "Wed Oct 24 10:45:23 2012 -0700"
      },
      "message": "Move non-Java commands over from frameworks/base\n\nChange-Id: I0571813c1cfcf66abd36eb9f178fc49b618e88a6\nSigned-off-by: Mike Lockwood \u003clockwood@google.com\u003e\n"
    }
  ]
}
