The recent updates to 3.2.4 makes this library unu...
# supabase-kt
r
The recent updates to 3.2.4 makes this library unusable in android unit tests. The library is internally making calls to
android.util.Log
functions and there doesn't seem to be a way to replace the default platform writers for the logging module
j
What do you mean by unusuable? There havent been any changes which would change their behavior.
r
@Jan The latest update is making calls internal to
android.util.Log
methods. Here is the diff, I suspect it's got something to do with
SupabaseLogger:62
but I will build the library locally to confirm. The
PlatformLogWriter
in kermit on android is a
LogcatWriter
which makes calls to
android.util.Log
. https://github.com/supabase-community/supabase-kt/compare/3.2.3...3.2.4
I can look into making the platform writer configurable, but it didn't change in any recent update