Merge "Notify the caller about I/O error"
am: 2f206c6270
Change-Id: I59b43aa3c092ee577833da5dc110953d4b21154d
This commit is contained in:
@@ -175,6 +175,7 @@ public final class BugreportManager {
|
||||
// Need to delete the file if it was created but failed while trying to get fd
|
||||
deleteFile(tmpScreenshotFile);
|
||||
Log.e(TAG, "Not able to create/open temporary screenshot file ", e);
|
||||
callback.onError(BugreportCallback.BUGREPORT_ERROR_RUNTIME);
|
||||
} finally {
|
||||
// We can close the file descriptors here because binder would have duped them.
|
||||
IoUtils.closeQuietly(bugreportFd);
|
||||
|
||||
Reference in New Issue
Block a user