Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit e141ed7

Browse files
committed
dumpstate: remote bug reports fail
Call DevicePolicyManager.requestBugreport() in device owner, the service 'bugreport' killed by signal 1. Jira: None Test: Call DevicePolicyManager.requestBugreport() in device owner,and get reports success. Signed-off-by: xiangj5x <xiangjunx.jiang@intel.com>
1 parent d575a4f commit e141ed7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmds/dumpstate/dumpstate.cpp

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,6 +1577,7 @@ int main(int argc, char *argv[]) {
15771577
} else if (ds.extra_options_ == "bugreportremote") {
15781578
do_vibrate = 0;
15791579
is_remote_mode = 1;
1580+
do_zip_file = 1;
15801581
do_fb = 0;
15811582
} else if (ds.extra_options_ == "bugreportwear") {
15821583
ds.update_progress_ = true;

0 commit comments

Comments
 (0)