thanks, also, how can one debug optimizations? I ...
# android
u
thanks, also, how can one debug optimizations? I turned on the
getDefaultProguardFile("proguard-android-optimize.txt")
and everything seems to work but json parsing - moshi related stuff, like
Copy code
java.io.EOFException: End of input
        at com.squareup.moshi.i.a(JsonUtf8Reader.java:1043)
        at com.squareup.moshi.i.r(JsonUtf8Reader.java:319)
        at com.squareup.moshi.i.f(JsonUtf8Reader.java:193)

or

Expected BEGIN_OBJECT but was BEGIN_ARRAY at path $
    com.squareup.moshi.d: Expected BEGIN_OBJECT but was BEGIN_ARRAY at path $
        at com.squareup.moshi.i.c(JsonUtf8Reader.java:162)