)]}'
{
  "commit": "690b7005f4ecd050f4b5886591fae80808abbbd7",
  "tree": "ce2596541c736061be09df0653e9994797758be1",
  "parents": [
    "261717ca2602d440fe2851ed64b5afad2251663e"
  ],
  "author": {
    "name": "WenHung_Teng",
    "email": "wenhungteng@google.com",
    "time": "Fri Jan 29 19:57:05 2021 +0800"
  },
  "committer": {
    "name": "WenHung_Teng",
    "email": "wenhungteng@google.com",
    "time": "Wed Feb 03 12:37:55 2021 +0800"
  },
  "message": "Check lifecycle state before bind use case\n\nThe ProcessCameraProvider.getInstance() might be blocked if the previous\nCameraX.shutdown task takes a long time.\nWhen the above case happen, we might need to check if the activity is still\nin the foreground before start binding the use case.\n\nIf we bind the use case when the test activity is already\ndestroyed, It will throw the exception:\n\"java.lang.IllegalArgumentException: Trying to create LifecycleCamera\nwith destroyed lifecycle.\".\n\nThe change will check the activity status before start binding.\n\nBug: 178127576\nTest: Manually run all tests under uiwidget test app\nChange-Id: I51f24542449f02bd59fccc211003f165ab721249\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "df2d0d10e4ed04083342a73653f6e9c9c73ffd3d",
      "old_mode": 33188,
      "old_path": "camera/integration-tests/uiwidgetstestapp/src/main/java/androidx/camera/integration/uiwidgets/rotations/CameraActivity.kt",
      "new_id": "ab1d5c45ed0d1413c9fbde006516c0affd27e121",
      "new_mode": 33188,
      "new_path": "camera/integration-tests/uiwidgetstestapp/src/main/java/androidx/camera/integration/uiwidgets/rotations/CameraActivity.kt"
    },
    {
      "type": "modify",
      "old_id": "e297963d376378bb6b7c702c0db78c5d0138db54",
      "old_mode": 33188,
      "old_path": "camera/integration-tests/uiwidgetstestapp/src/main/java/androidx/camera/integration/uiwidgets/viewpager/CameraFragment.kt",
      "new_id": "1de98bfe20a3ed2a5fc4cc24cd6084633db6ab9d",
      "new_mode": 33188,
      "new_path": "camera/integration-tests/uiwidgetstestapp/src/main/java/androidx/camera/integration/uiwidgets/viewpager/CameraFragment.kt"
    }
  ]
}
