WAI
Status Update
Comments
ch...@google.com <ch...@google.com>
ch...@google.com <ch...@google.com> #2
This is a hard one. We can't easily read native crashes from that Motorola device since their system image is not public. I assume you can't reproduce this either, but if possible can you try using WorkManager 2.0.0 or 1.0.1-rc01? This would help track down the possible changes that might have introduced this issue. Thanks!
Description
Let's say there is the following Kotlin file
example/Example.kt
with R8
android.enableR8.fullMode=false
the following rules work as expectedand print
however, for
android.enableR8.fullMode=true
, the behavior starts to differ andINSTANCE
field is shrunkAt the same time, it is obvious that the difference appeared in the behavior of
-if
because the following rules work as expected even in the full modeIf this is not a bug, then I would like to know if there is any other way to achieve the same behavior as it was.