Fixed
Status Update
Comments
au...@google.com <au...@google.com>
da...@google.com <da...@google.com> #2
Correction:
So, the end result is that usb_write() sometimes sends a ZLP when it doesn't need to
should be
So, the end result is that usb_write() sometimes sends a ZLP when it doesn't need to, and sometimes neglects to send a ZLP when it should
So, the end result is that usb_write() sometimes sends a ZLP when it doesn't need to
should be
So, the end result is that usb_write() sometimes sends a ZLP when it doesn't need to, and sometimes neglects to send a ZLP when it should
ap...@google.com <ap...@google.com> #3
Note that the CHECK_LE has since been replaced with HandleError(), which causes adbd to not abort...but that stowaway amessage header is being dropped all the same...and so the behavior is pretty much undefined, I imagine. I'm not sure the switch to HandleError was a good idea, since it more or less swept the real problem under the rug.
Description
Artifact used : androidx.room:room-compiler:2.3.0
Version used: 2.3.0
Theme used: Theme.MaterialComponents.DayNight
Devices/Android versions reproduced on: OnePlus 9R/Android 11
The sample code is as follows: