The document contains log messages from an Amazon music application syncing local tracks, playlists, and deleted tracks with a server. It logs starting and completing the sync processes multiple times over several days, noting the number of local tracks counted each time and returning a status of zero (ret=0) indicating successful syncs. It also logs a few errors trying to resolve the Amazon.com hostname when making HTTP requests.
The document contains log messages from an Amazon music application syncing local tracks, playlists, and deleted tracks with a server. It logs starting and completing the sync processes multiple times over several days, noting the number of local tracks counted each time and returning a status of zero (ret=0) indicating successful syncs. It also logs a few errors trying to resolve the Amazon.com hostname when making HTTP requests.
The document contains log messages from an Amazon music application syncing local tracks, playlists, and deleted tracks with a server. It logs starting and completing the sync processes multiple times over several days, noting the number of local tracks counted each time and returning a status of zero (ret=0) indicating successful syncs. It also logs a few errors trying to resolve the Amazon.com hostname when making HTTP requests.
The document contains log messages from an Amazon music application syncing local tracks, playlists, and deleted tracks with a server. It logs starting and completing the sync processes multiple times over several days, noting the number of local tracks counted each time and returning a status of zero (ret=0) indicating successful syncs. It also logs a few errors trying to resolve the Amazon.com hostname when making HTTP requests.
unexpectedly due to Unable to resolve host "www.amazon.com": No address associated with hostname 06-06 19:21:59.691 W/AmazonMP3_JsonHttpClient: trace: 06-06 19:23:10.106 W/AmazonMP3_JsonHttpClient: (276707672) execute() failed unexpectedly due to Unable to resolve host "www.amazon.com": No address associated with hostname 06-06 19:23:10.106 W/AmazonMP3_JsonHttpClient: trace:
unexpectedly due to Connection closed by peer 06-14 20:51:24.810 W/AmazonMP3_JsonHttpClient: trace: javax.net.ssl.SSLHandshakeException: Connection closed by peer at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method) at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:3 20) at android.net.SSLCertificateSocketFactory.verifyHostname(SSLCertificateSocketFactory. java:235) at android.net.SSLCertificateSocketFactory.createSocket(SSLCertificateSocketFactory.ja va:488) at org.apache.http.conn.ssl.SSLSocketFactory.createSocket(SSLSocketFactory.java:382) at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli entConnectionOperator.java:214) at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:167) at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter. java:125) at org.apache.http.impl.client.DefaultRequestDirector.executeSB(DefaultRequestDirector .java:831) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j ava:697) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:575) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:491) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:469) at com.amazon.mp3.net.AbstractHttpClient.execute(AbstractHttpClient.java:576) at com.amazon.mp3.net.AbstractHttpClient.execute(AbstractHttpClient.java:420) at com.amazon.mp3.net.AbstractHttpClient.execute(AbstractHttpClient.java:277) at com.amazon.mp3.net.JsonHttpClient.getJson(JsonHttpClient.java:47) at com.amazon.mp3.config.RemoteEndpoint.loadFromRemoteService(RemoteEndpoint.java:180) at com.amazon.mp3.config.RemoteEndpoint.load(RemoteEndpoint.java:119) at com.amazon.mp3.config.Configuration$LoaderThread.run(Configuration.java:803)