)]}'
{
  "log": [
    {
      "commit": "94a6d15ede149189bba9e5f474ed853c98230e75",
      "tree": "edc5a5211a7b69e091a13ddc3c60dcf88d9a5ea6",
      "parents": [
        "0d857b9028f2702ce439e13feccde8182d40e1e5"
      ],
      "author": {
        "name": "Siva Velusamy",
        "email": "vsiva@google.com",
        "time": "Tue May 05 15:07:00 2015 -0700"
      },
      "committer": {
        "name": "Siva Velusamy",
        "email": "vsiva@google.com",
        "time": "Thu May 07 18:44:21 2015 -0700"
      },
      "message": "Use new hierarchy viewer protocol in all View subclasses\n\nA previous CL introduced a new way of encoding view properties for\nuse by heirarchy viewer. This CL updates all views using the old\n@ExportedProperty annotation to use this new method. The older\nmechanism will be removed in a subsequent CL.\n\nChange-Id: I6cc23b90cd9da1c6ce89b4caffe54874db203452\n"
    },
    {
      "commit": "0d857b9028f2702ce439e13feccde8182d40e1e5",
      "tree": "a20bf172e726bef479b16ab121ee5a348df6b613",
      "parents": [
        "0a008049a21c5fbe36eac8047c5411c2e3aff41b"
      ],
      "author": {
        "name": "Siva Velusamy",
        "email": "vsiva@google.com",
        "time": "Wed Apr 22 10:23:56 2015 -0700"
      },
      "committer": {
        "name": "Siva Velusamy",
        "email": "vsiva@google.com",
        "time": "Thu May 07 18:44:15 2015 -0700"
      },
      "message": "Improve hierarchy viewer dump hierarchy latency\n\nHierarchy Viewer obtains the properties for each view by using\nreflection and looking for fields and methods that have the\n@ExportedProperty annotation. Using reflection made it quite slow\nfor large view hierarchies.\n\nThis CL adds a new method (encode) to each class that wishes to\nexport data to hiererachy viewer. Inside this method, the object\ncan write a sequence of key, value pairs corresponding to the\nvalues it wants exported.\n\nWith this change, the dump hierarchy operation that used to take\nmore than 10 seconds can be performed in a few hundred milliseconds.\n\nChange-Id: I199ac2e7ca3c59ebcfec7e6bd201e134c41fd583\n"
    }
  ]
}
