You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Flogger library with the latest Android Studio Koala Feature Drop | 2024.1.2, AGP 8.6 causes this crash.
Not seeing before updating the Android Studio and AGP.
Caused by java.lang.IllegalStateException: no caller found on the stack for: com.google.common.flogger.FluentLogger
at com.google.common.flogger.backend.system.StackBasedCallerFinder.findLoggingClass(StackBasedCallerFinder.java:46)
at com.google.common.flogger.FluentLogger.forEnclosingClass(FluentLogger.java:68)
at com.myapp.utils.DebugLogger.<clinit>(DebugLogger.java)
at com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture.doTransform(AbstractTransformFuture.java:229)
at com.google.common.util.concurrent.AbstractTransformFuture$AsyncTransformFuture.doTransform(AbstractTransformFuture.java:216)
at com.google.common.util.concurrent.AbstractTransformFuture.run(AbstractTransformFuture.java:129)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at com.myapp.AppModule$1.lambda$newThread$0(AppModule.java:118)
at java.lang.Thread.run(Thread.java:919)
The text was updated successfully, but these errors were encountered:
Using the Flogger library with the latest Android Studio Koala Feature Drop | 2024.1.2, AGP 8.6 causes this crash.
Not seeing before updating the Android Studio and AGP.
The text was updated successfully, but these errors were encountered: