OSDN Git Service

Notify the caller about I/O error
authorAbhijeet Kaur <abkaur@google.com>
Mon, 15 Apr 2019 09:16:42 +0000 (10:16 +0100)
committerAbhijeet Kaur <abkaur@google.com>
Fri, 3 May 2019 14:00:12 +0000 (15:00 +0100)
commit7ba06189f334d7b6d05d031655c85bb877a77c06
treebf2d6347061b2989a3cdd20128ce1ffd2da5f8ac
parent5e5b6b01504c5ef6b08b44e1c2642cc51835b96e
Notify the caller about I/O error

Call onError for caller of BugreportManager.start() if any io error
occurs during runtime.

Bug: 128981582
Test: Tested manually by throwing IO exception in the code when
bugreport is being generated, onError of the callback successfully
called.
Merged-In: I9033d85d392b926041fc26a86806a370752d062d
Change-Id: I9033d85d392b926041fc26a86806a370752d062d
core/java/android/os/BugreportManager.java