Android Question Google Sign in problem

uniplan

Active Member
Licensed User
Longtime User
Hi... some weeks ago i implemented the google sign in and it work fine...
today , without code changed the google sign in not work.

I select the mail that i would connect, but nothing happens.
I received this in my unfiltered log:

Sorry...i reopened my post becouse i have this problem again.
i receive this in unfiltered log:
updateVisibility : ActivityRecord{1b94ec4c token=android.os.BinderProxy@37efdc88 {uniplan.greenapp/uniplan.greenapp.frmaccedi}} show : true
updateVisibility : ActivityRecord{1ea0d402 token=android.os.BinderProxy@6c278e4 {uniplan.greenapp/com.google.android.gms.auth.api.signin.internal.SignInHubActivity}} show : true
sending message to waiting queue (OnActivityResult)
running waiting messages (1)
** Activity (frmaccedi) Resume **
Timeline: Activity_idle id: android.os.BinderProxy@37efdc88 time:2333343
-1 received
writer error
java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:1991)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2025)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:373)
at anywheresoftware.b4a.remotelogger.Connector$Writer.run(Connector.java:160)
at java.lang.Thread.run(Thread.java:818)
Starting remote logger. Port: 32298
After accept
-1 received
writer error
java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:1991)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2025)
at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:373)
at anywheresoftware.b4a.remotelogger.Connector$Writer.run(Connector.java:160)
at java.lang.Thread.run(Thread.java:818)
Starting remote logger. Port: 32298
After accept



-----------

you can help me ?
Thank you
 
Top