Have you seen > Warning: stripped invalid local...
# android
k
Have you seen
Warning: stripped invalid locals information from 1 method.
Some warnings are typically a sign of using an outdated Java toolchain. To fix, recompile the source with an updated toolchain.
when compiling with D8?
l
Yes I did
k
I assume it's harmless?
l
It seems to work in production 😂 If it was harmful, I hope it would be an error or at least, would provide a more meaningful explanation in the logs, because "updated" is like saying "doesn't work"
Note that I have Firebase Crash reporting set up (and did not see any problem linked to this)
k
ok, thx for the info
I'm a bit cautious with D8 as there's been at least one confirmed d8 bug that caused crashes in prod
l
I guess I should be more cautious with it too... Do you know if these D8 related crashes get caught down the crash reporter
UncaughtExceptionHandler
?
k
I was wrong, it wasn't a crash. the app wasn't even installed https://issuetracker.google.com/issues/64740479