Catch DisplayNotFoundException in DisplayComponentInstanceProvider setUpInstance, destroyInstance
Problem: A race condition from quickly toggling a display can invalidate its `android.view.Display` object, causing DisplayComponentInstanceProvider setUpInstance, destroyInstance to fail because they depend on a valid `Display` reference. Flag: EXEMPT small bug fix Test: atest CtsMediaProjectionTestCases:MediaProjectionTest Bug: 441940469 Change-Id: I5aa49867ee15717954c12f33bae09936fb0dcb10
Loading
Please register or sign in to comment