Loading packages/SystemUI/src/com/android/systemui/screenshot/ScrollCaptureClient.java +2 −0 Original line number Diff line number Diff line Loading @@ -278,6 +278,7 @@ public class ScrollCaptureClient { mStarted = true; } catch (RemoteException e) { Log.w(TAG, "Failed to start", e); mReader.close(); } } Loading Loading @@ -327,6 +328,7 @@ public class ScrollCaptureClient { } if (mStarted) { mShutdownListener = listener; mReader.close(); try { // listener called from onConnectionClosed callback mConnection.endCapture(); Loading Loading
packages/SystemUI/src/com/android/systemui/screenshot/ScrollCaptureClient.java +2 −0 Original line number Diff line number Diff line Loading @@ -278,6 +278,7 @@ public class ScrollCaptureClient { mStarted = true; } catch (RemoteException e) { Log.w(TAG, "Failed to start", e); mReader.close(); } } Loading Loading @@ -327,6 +328,7 @@ public class ScrollCaptureClient { } if (mStarted) { mShutdownListener = listener; mReader.close(); try { // listener called from onConnectionClosed callback mConnection.endCapture(); Loading