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 Paul Chang <changpa@google.com> 2020-11-14 12:11:34 +0000
commitec91d7700d9316ba09d639ab55ce94fb72d0f8ec (patch)
treef8108fe049f48cfe301ec5f068d3dbd76c3f5976 /packages/Shell/src
parent0c37dac14a831b1574f1a22039f40b5b241aafec (diff)
Replace broadcast with adding a method in BugreportCallback
BUG: 154298410 Test: BetterBug can work normally in bug report shortcut flow Change-Id: Ibc1a5a8ac308c303399d28eb8c177096b805fdf9
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 5200d95d8d58..d50f08df947a 100644
--- a/packages/Shell/src/com/android/shell/BugreportProgressService.java
+++ b/packages/Shell/src/com/android/shell/BugreportProgressService.java
@@ -386,6 +386,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.