android-sdk icon indicating copy to clipboard operation
android-sdk copied to clipboard

Strange logs when app starts

Open anscash opened this issue 5 years ago • 4 comments

Hi guys!

I have this issue: Everytime i start my app and connect to the remote SDK just like in the official remoteSDK guide, i get these strange Logs:

2019-12-04 22:13:12.184 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Image> annotation class 56 2019-12-04 22:13:12.186 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Image> annotation class 56 2019-12-04 22:13:09.323 5078-5414/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.HelloDetails> annotation class 56 2019-12-04 22:13:09.361 5078-5414/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Info> annotation class 56 2019-12-04 22:13:09.376 5078-5414/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Info> annotation class 56 2019-12-04 22:13:09.407 5078-5374/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Info> annotation class 56 2019-12-04 22:13:09.415 5078-5374/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Info> annotation class 56 2019-12-04 22:13:09.420 5078-5374/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Info> annotation class 56 2019-12-04 22:13:09.423 5078-5374/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Info> annotation class 56 2019-12-04 22:13:09.464 5078-5377/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Roles> annotation class 56 2019-12-04 22:13:09.942 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.WelcomeDetails> annotation class 56 2019-12-04 22:13:09.950 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Roles> annotation class 56 2019-12-04 22:13:09.951 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Roles> annotation class 56 2019-12-04 22:13:09.953 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Roles> annotation class 56 2019-12-04 22:13:09.954 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.Roles> annotation class 56 2019-12-04 22:13:09.985 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.UserStatus> annotation class 56 2019-12-04 22:13:09.986 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.UserStatus> annotation class 56 2019-12-04 22:13:09.988 5078-5078/com.awesomeapp.anscash I/zygote: Unable to resolve java.lang.Class<com.spotify.protocol.types.UserStatus> annotation class 56

There are much more but i think you get kind of an impression.

I don't have any problems to use the remote SDK but i just wanted you to know. Mybe there is some kind of underlying issue, who knows...

Issue found on 04.12.2019.

SDK Version:

OS Version:

Android 8.0.0 (Samsung Galaxy A3 2017 - Samsung Experience Version 9.0)

Scope(s):

Steps to reproduce:

  1. Start the App and connect to remoteSDK like in the official remoteSDK guide

Expected behaviour:

No crazy logs

Actual behaviour:

crazy logs

anscash avatar Dec 04 '19 21:12 anscash

Thanks @anscash . Thanks for reporting, what's the Spotify SDK version you are using?

mdelolmo avatar Dec 05 '19 12:12 mdelolmo

@mdelolmo Oh, i am sorry. I am using the latest version, 0.7 :-)

anscash avatar Dec 05 '19 12:12 anscash

Just a heads up, this issue is kind of duplicated #226.

Hegezcc avatar Feb 04 '21 22:02 Hegezcc

I was able to resolve the same issue in an unrelated context and have shared my insights in the linked ticket. Hopefully it may help y'all as well!

mannodermaus avatar Sep 16 '23 15:09 mannodermaus