)]}'
{
  "log": [
    {
      "commit": "4c5bde2b9258ccd8a023acfaf47d66758d88f828",
      "tree": "95ecfd4a22ebdc45993b7632175a4ddfc3ce82ac",
      "parents": [
        "eb00112e09551e1957e9e119c58005992dee720b"
      ],
      "author": {
        "name": "Tom Cherry",
        "email": "tomcherry@google.com",
        "time": "Tue Jan 29 14:34:01 2019 -0800"
      },
      "committer": {
        "name": "Tom Cherry",
        "email": "tomcherry@google.com",
        "time": "Thu Jan 31 12:34:39 2019 -0800"
      },
      "message": "Move over to the C++ Fstab class\n\nTest: build and boot\nChange-Id: Id3850c9c133f6644073a2439368501253a2a94a9\n"
    },
    {
      "commit": "625dc787c629cd04e30328a9b1cf4a8e7d6210bc",
      "tree": "04c9c6fea77cf09ac6e441391a703787c1a63c85",
      "parents": [
        "15b9656ae9acfbed4af62b8cecba30c35cd514a8"
      ],
      "author": {
        "name": "Oleksiy Avramchenko",
        "email": "oleksiy.avramchenko@sony.com",
        "time": "Wed May 23 10:50:46 2018 +0200"
      },
      "committer": {
        "name": "John Eckerdal",
        "email": "john.eckerdal@sony.com",
        "time": "Mon Sep 24 14:25:24 2018 +0200"
      },
      "message": "Add GetBlockDevSize, GetBlockDevSectors helpers\n\nHelpers to get a block device size in bytes or 512 byte sectors,\nusing BLKGETSIZE64 and returning value of uint64_t type.\n\nThis also removes get_blkdev_size().\n\nTest: build, manual, mount exFAT volume\nBug: 80202067\nChange-Id: Ib07e8ac6ef7ff49de0ed570d1fa202e8b558b80c\n"
    },
    {
      "commit": "14c8c0765a2968f8605c58f27dc68dcc3b6b0807",
      "tree": "7c7981c54cadbcb3689996815d5b89f8b4159922",
      "parents": [
        "1251ef0bcfb82ff7aef2c4472620e6565d0c4ba6"
      ],
      "author": {
        "name": "Paul Crowley",
        "email": "paulcrowley@google.com",
        "time": "Tue Sep 18 13:30:21 2018 -0700"
      },
      "committer": {
        "name": "Paul Crowley",
        "email": "paulcrowley@google.com",
        "time": "Tue Sep 18 15:41:22 2018 -0700"
      },
      "message": "clang-format many files.\n\nTest: Format-only changes; treehugger suffices.\nChange-Id: I23cde3f0bbcac13bef555d13514e922c79d5ad48\n"
    },
    {
      "commit": "e2ee152e4641a6d59ab702ac2a7bd41be57089e1",
      "tree": "f0030cece4f84aed048dce8b1e2bf8563861a6c6",
      "parents": [
        "77823360b457902869f041fa9128c06c15691c45"
      ],
      "author": {
        "name": "Paul Crowley",
        "email": "paulcrowley@google.com",
        "time": "Tue Sep 26 14:05:26 2017 -0700"
      },
      "committer": {
        "name": "Paul Crowley",
        "email": "paulcrowley@google.com",
        "time": "Tue Sep 26 14:21:10 2017 -0700"
      },
      "message": "Refactor of use of fstab in advance of fix.\n\nTest: Ensure device still boots.\nBug: 65737446\nChange-Id: Ie466db9f5d8c77656cc525c0d49fe6a3cce154f1\n"
    },
    {
      "commit": "14eab550e8a4f28889cc9ffbb92ddff8f18c4f03",
      "tree": "3e5150c3d7c8a3a3ed63740a8c565ec3aab55b88",
      "parents": [
        "8120c3d1b2a8b4c6570c36bcdaf7c55392f5fa45"
      ],
      "author": {
        "name": "Hiroaki Miyazawa",
        "email": "hiroaki.miyazawa@sonymobile.com",
        "time": "Wed Feb 04 13:29:15 2015 +0900"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Mar 30 11:28:11 2015 -0700"
      },
      "message": "Fixed type mismatch for ioctl(BLKGETSIZE)\n\nioctl(BLKGETSIZE) expects unsigned long\n(8 bytes on 64 bit environment).\n\nThis is fixing fails in android.os.storage.StorageManagerIntegrationTest\n(in FrameworkCoreTests).\n\nTo verify, install FrameworksCoreTests.apk and do:\n\nadb shell am instrument -r -w -e class android.os.storage.\\\nStorageManagerIntegrationTest#testMountSingleEncryptedObb \\\ncom.android.frameworks.coretests/android.test.InstrumentationTestRunner\n\nChange-Id: Ib6d5c7490c02521c93f107c35ad0aac49f6a3f1a\n"
    },
    {
      "commit": "9caab76c6b5aefdeeb1715a3695491ca793b8c18",
      "tree": "9f67b8c31f302a4e8dabb05956b0cabc991f566e",
      "parents": [
        "dfbf110dfaad69b22036afc069f944f066f91b93"
      ],
      "author": {
        "name": "Ken Sumrall",
        "email": "ksumrall@android.com",
        "time": "Tue Jun 11 19:10:20 2013 -0700"
      },
      "committer": {
        "name": "Ken Sumrall",
        "email": "ksumrall@android.com",
        "time": "Wed Jun 12 18:42:02 2013 -0700"
      },
      "message": "vold: Add an optional wipe paramter to the volume format command\n\nThe new wipe option to the vold format command will invoke BLKDISCARD\non the partition before invoking newfs_msdos.  This will be used whenever\na full wipe of the device is wanted, as this is more secure than just\ndoing newfs_msdos.\n\nBug: 9392982\nChange-Id: Ie106f1b9cc70abc61206006d1821641c27c7ccae\n"
    }
  ]
}
