)]}'
{
  "commit": "0f0803a2ab9a687d5a7c963280d84778d1cac159",
  "tree": "9946feb6562c5fc2038ff426ed13d63d15cd65da",
  "parents": [
    "0fb562077c998f1fa90b0e3be5436bb122bf9b3c"
  ],
  "author": {
    "name": "wilsonshih",
    "email": "wilsonshih@google.com",
    "time": "Mon Feb 17 21:43:04 2020 +0800"
  },
  "committer": {
    "name": "wilsonshih",
    "email": "wilsonshih@google.com",
    "time": "Mon Mar 02 16:01:58 2020 +0800"
  },
  "message": "Fix flakiness of testOnActivityResultAfterStop.\n\nSometimes the LaunchForResultActivity won\u0027t goes to stopped but\nresumed directly, that could happen when ResultActivity idled on\nserver side and LaunchForResultActivity is animating, so the\nstatus of LaunchForResultActivity is stopping.\nSince ResultActivity is resumed, it would request to finish\nitself, so LaunchForResultActivity would receive result then\nresumed without entering stopped.\n\nTo minize possible lifecycles while testing, ensure the\nLaunchForResultActivity was stopped before ResultActivity finish\nitself.\n\nBug: 127741025\nFixes: 150298829\nTest: atest pass over 200+ times.\nTest: run atest for lifecycle package.\nChange-Id: Ie68e0a8fc9050a416af05afcc9de093302996d9a\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "a615e8bb225f2bba92bfe8b097a10ace5967e5bf",
      "old_mode": 33188,
      "old_path": "tests/framework/base/windowmanager/src/android/server/wm/lifecycle/ActivityLifecycleClientTestBase.java",
      "new_id": "e3b406d950c9b1c7b2b3bbcdcab5e349d685e5fe",
      "new_mode": 33188,
      "new_path": "tests/framework/base/windowmanager/src/android/server/wm/lifecycle/ActivityLifecycleClientTestBase.java"
    },
    {
      "type": "modify",
      "old_id": "941b941456b65a150b19c540200aed98b40f9d50",
      "old_mode": 33188,
      "old_path": "tests/framework/base/windowmanager/src/android/server/wm/lifecycle/ActivityLifecycleTests.java",
      "new_id": "5645d4d867d1ad1c14085508a346214aa5165017",
      "new_mode": 33188,
      "new_path": "tests/framework/base/windowmanager/src/android/server/wm/lifecycle/ActivityLifecycleTests.java"
    }
  ]
}
