platform_system_core/fastboot/device
Hridya Valsaraju 8efadf70e1 Handle failed usb/reads and writes correctly
Currently if the device is unplugged from host,
there is a lot of log spamming since fastbootd
does not not recognize that the device has been
disconnected and keeps trying to read/write to the
device.

2856 printk messages dropped ** [  169.941904] c7    579 fastbootd: aio: got error event on
read total bufs 1: No such devie
** 2960 printk messages dropped ** [  169.953328] c7    579 fastbootd: Fastboot command:
** 2074 printk messages dropped ** [  169.961355] c7    579 fastbootd: aio: got error event
on read total bufs 1: No such devie

Bug: 121333158
Test: unplug device and check for log spam multiple times

Change-Id: I1d4c6f48f34e313c5ebce23d62a4fe6a6373f94f
2019-04-15 10:36:42 -07:00
..
commands.cpp fastboot: Fix "fastboot gsi". 2019-01-29 13:20:36 -08:00
commands.h fastbootd: Add command to remove GSI installs 2019-01-17 18:33:14 +00:00
fastboot_device.cpp fastbootd: Add command to remove GSI installs 2019-01-17 18:33:14 +00:00
fastboot_device.h set_active command should update current slot information. 2018-10-10 12:25:11 -07:00
flashing.cpp Remove the rest of users of the old style fstab 2019-01-28 12:34:33 -08:00
flashing.h fastbootd: Remove metadata merging code. 2018-10-26 13:34:40 -07:00
main.cpp Add fastbootd. 2018-08-02 09:43:23 -07:00
usb_client.cpp Handle failed usb/reads and writes correctly 2019-04-15 10:36:42 -07:00
usb_client.h Add fastbootd. 2018-08-02 09:43:23 -07:00
utility.cpp fastbootd: Only flash slots listed by the boot control HAL. 2018-12-18 02:12:22 +00:00
utility.h fastbootd: Only flash slots listed by the boot control HAL. 2018-12-18 02:12:22 +00:00
variables.cpp fastbootd: Support two super partitions for retrofit devices. 2018-11-20 13:47:01 -08:00
variables.h fastboot: Query the name of the super partition. 2018-11-06 11:43:04 -08:00