Vladimir

Results 148 comments of Vladimir

weird, this timeout thing again. What's the difference between this sessions? Different cables? Different usb ports? Different devices?

can you tie this timeout issue with cable? Mark cables with color tape probably and try to check if timeout errors occured only with one cable and not with another,...

it looks like timeout problems started with return status 0x2002 first.

can you run adb and get adb logs by chance? 2002 means something happened on java side ``` _wrapper->Read(req, FuseId(ino), size, off, fi) failed: Get: invalid response code GeneralError (0x2002)...

I don't know, I always thought that adb does not filter anything by default, it's always noisy

I added more logs in Read/Write, can you check with 04e51991421fdd5924a04bf6fa0c5fbaa00e536d?

log lones I was interested of were before this line :) ``` g_wrapper->Write(req, FuseId(ino), buf, size, off, fi) failed: timeout reaping usb urb ``` can you send me debug output...

Thanks, you've been the most helpful. It looks like the only place triggering timeout now is readdir. I will fix it tomorrow.

Increased timeout for GetPropertyList operations in 52e17433ab8230025faf109387a7e3c9ffb355ef I have issue #46 about removing any timeouts in next version, so I'll fix it eventually. let me know if it helps