Status Update
Comments
sm...@google.com <sm...@google.com> #2
Hi Josh, friendly ping for an update on progress
xa...@google.com <xa...@google.com> #3
i think the TL;DR is that this is stuck behind investigating the current lab outages, which are more urgent.
pending CL is
ga...@google.com <ga...@google.com> #4
hu...@google.com <hu...@google.com> #5
ga...@google.com <ga...@google.com> #6
Hmm, gerrit-watcher didn't post the CLs on this bug, so I guess I'll do so manually:
Throughput numbers from a device:
none brotli lz4
USB 3.0 120 110 190
USB 2.0 38 75 63
I'm seeing identical throughput with brotli quality 0 and 1 (110MB/s end to end), although there's some giant low hanging fruit to compress multiple files at once.
zstd isn't in the tree yet (I started the ball rolling on that, but no idea when it'll end up getting merged), but I'll take a look at it eventually, probably when I get around to implementing compression for generic streams in adb (
This is probably good enough to call this fixed for now.
xa...@google.com <xa...@google.com> #7
ga...@google.com <ga...@google.com> #8
xa...@google.com <xa...@google.com> #9
lb...@gmail.com <lb...@gmail.com> #10
xa...@google.com <xa...@google.com> #11
lb...@gmail.com <lb...@gmail.com> #12
It's better that the IDE will have a workaround built in, and a fix later, than having it in each project, that will require us all to remember to remove it somewhere in the future.
xa...@google.com <xa...@google.com> #13
lb...@gmail.com <lb...@gmail.com> #14
xa...@google.com <xa...@google.com> #15
xa...@google.com <xa...@google.com> #16
Doing this change early allows us to see who uses that deprecated API. We pushed a fix to the Kotlin plugin. By the time 3.3 is stable there should be a Kotlin version out there that does not access the API.
Description
WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'.
It will be removed at the end of 2019.
For more information, see
Affected Modules: app
This seems to be due to a call in AndroidGradleWrapper.kt line 32 (from the Kotlin plugin)