google/battery-historian

【Linux】adb bugreport bugreport.zip doesn’t work

GrayWriter opened this issue · 0 comments

Hi,
$ adb bugreport bugreport.zip
Android Debug Bridge version 1.0.32
Revision debian

-a - directs adb to listen on all interfaces for a connection
-d - directs command to the only connected USB device
returns an error if more than one USB device is present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is r

it doesn't work,my adb version is 1.0.32,and i tried 1.0.39 it also doesn't work.

But
$ adb bugreport > bugreport.txt
works fine