libreliodev / android

Android Customizable Reader - Librelio Digital Publishing Suite
www.librelio.com
226 stars 129 forks source link

App freezes at startup #236

Closed libreliodev closed 10 years ago

libreliodev commented 10 years ago

With a Galaxy tab and Android 4.1, latest version of app freezes at startup

06-10 17:50:37.921: D/GooglePlayServicesUtils(4202): Device registered, registration ID=APA91bHhDWdcBh0WkheeHxN2TV2vxLQYf5AdlASB2h6vOIlrl3Ln5IdYJvduDqhjouURviz5FeAh0jGBLCul8uTbMnry9p2DtIOMa_5nNz17SWdjTJLsDY9Y2z3lTaeMWqtcYXiDmCSYld1oEna0RZzJcCva_2Ofhw
06-10 17:50:38.492: D/GooglePlayServicesUtils(4202): Registering GCM regid with server failed
06-10 17:50:42.273: I/GAV2(4202): Thread[GAThread,5,main]: No campaign data found.

@intrications Any idea why?

intrications commented 10 years ago

Does it only freeze on the Galaxy Tab or on other services as well? On 10 Jun 2014 16:49, "Librelio Dev Team" notifications@github.com wrote:

With a Galaxy tab and Android 4.1, latest version of app freezes at startup

06-10 17:50:37.921: D/GooglePlayServicesUtils(4202): Device registered, registration ID=APA91bHhDWdcBh0WkheeHxN2TV2vxLQYf5AdlASB2h6vOIlrl3Ln5IdYJvduDqhjouURviz5FeAh0jGBLCul8uTbMnry9p2DtIOMa_5nNz17SWdjTJLsDY9Y2z3lTaeMWqtcYXiDmCSYld1oEna0RZzJcCva_2Ofhw 06-10 17:50:38.492: D/GooglePlayServicesUtils(4202): Registering GCM regid with server failed 06-10 17:50:42.273: I/GAV2(4202): Thread[GAThread,5,main]: No campaign data found.

@intrications https://github.com/intrications Any idea why?

— Reply to this email directly or view it on GitHub https://github.com/libreliodev/android/issues/236.

libreliodev commented 10 years ago

@intrications Just tested on a Nexus, also freezed.

06-10 17:55:15.409: D/GooglePlayServicesUtils(24960): Registering GCM regid with server failed
06-10 17:55:19.584: W/ContextImpl(24960): Implicit intents with startService are not safe: Intent { act=com.google.android.gms.analytics.service.START (has extras) } android.content.ContextWrapper.bindService:517 com.google.analytics.tracking.android.AnalyticsGmsCoreClient.connect:82 com.google.analytics.tracking.android.GAServiceProxy.connectToService:279 
06-10 17:55:19.584: W/GAV2(24960): Thread[GAThread,5,main]: Service unavailable (code=1), will retry.
06-10 17:55:19.584: I/GAV2(24960): Thread[GAThread,5,main]: No campaign data found.
06-10 17:55:24.589: W/ContextImpl(24960): Implicit intents with startService are not safe: Intent { act=com.google.android.gms.analytics.service.START (has extras) } android.content.ContextWrapper.bindService:517 com.google.analytics.tracking.android.AnalyticsGmsCoreClient.connect:82 com.google.analytics.tracking.android.GAServiceProxy.connectToService:279 
06-10 17:55:24.599: W/GAV2(24960): Thread[Service Reconnect,5,main]: Service unavailable (code=1), using local store.
intrications commented 10 years ago

Sorry, it wasn't detecting a 403 status code as an failure when trying to download the splashscreen ad.

libreliodev commented 10 years ago

Thanks for reacting quickly