summaryrefslogtreecommitdiff
path: root/packages/Shell/src
diff options
context:
space:
mode:
author Paul Chang <changpa@google.com> 2020-05-28 22:00:17 +0800
committer Gavin Corkery <gavincorkery@google.com> 2020-11-23 12:55:46 +0000
commit00dff9634c671ff2d1759f0600414bce1e0646c6 (patch)
treec2034e888dcada6701bbbf9b81b885a522853617 /packages/Shell/src
parent48695cb07352cb3033dc11bb828e1ca947dfc04d (diff)
Replace broadcast with adding a method in BugreportCallback
BUG: 154298410 Test: BetterBug can work normally in bug report shortcut flow Change-Id: Ibc1a5a8ac308c303399d28eb8c177096b805fdf9 Merged-In: Ibc1a5a8ac308c303399d28eb8c177096b805fdf9 (cherry picked from commit ec91d7700d9316ba09d639ab55ce94fb72d0f8ec)
Diffstat (limited to 'packages/Shell/src')
-rw-r--r--packages/Shell/src/com/android/shell/BugreportProgressService.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/Shell/src/com/android/shell/BugreportProgressService.java b/packages/Shell/src/com/android/shell/BugreportProgressService.java
index 02815a571db8..63b9bb39cba0 100644
--- a/packages/Shell/src/com/android/shell/BugreportProgressService.java
+++ b/packages/Shell/src/com/android/shell/BugreportProgressService.java
@@ -378,6 +378,9 @@ public class BugreportProgressService extends Service {
}
}
+ @Override
+ public void onEarlyReportFinished() {}
+
/**
* Reads bugreport id and links it to the bugreport info to track a bugreport that is in
* process. id is incremented in the dumpstate code.