BAD_AUTHENTICATION。帐户应用程序崩溃

时间:2016-10-05 08:25:09

标签: android google-account network-connection

当我开始下载内容并转到下一个活动然后返回上一个活动时,我收到此错误日志 App Crash 。我也搜索了这个here但没有找到解决方案。如何发生此错误以及如何解决此问题。

 [GoogleAccountDataServiceImpl] getToken() -> BAD_AUTHENTICATION. Account: <ELLIDED:1513926394>, App: com.google.android.gms, Service: oauth2:https://www.googleapis.com/auth/contextcontroller
                                            dgn: Long live credential not available.
                                                at dgo.a(:com.google.android.gms:3101)
                                                at dfc.a(:com.google.android.gms:399)
                                                at dfb.a(:com.google.android.gms:31371)
                                                at dfb.a(:com.google.android.gms:313)
                                                at egq.a(:com.google.android.gms:1201)
                                                at ego.a(:com.google.android.gms:3554)
                                                at ego.a(:com.google.android.gms:3196)
                                                at dbp.a(:com.google.android.gms:349)
                                                at dbp.a(:com.google.android.gms:213)
                                                at dby.a(:com.google.android.gms:1501)
                                                at dbx.a(:com.google.android.gms:914)
                                                at dbx.e(:com.google.android.gms:526)
                                                at dbx.d(:com.google.android.gms:445)
                                                at dbv.b(:com.google.android.gms:562)
                                                at jht.a(:com.google.android.gms:1080)
                                                at jgj.a(:com.google.android.gms:53)
                                                at bnz.a(:com.google.android.gms:5093)
                                                at bjv.run(:com.google.android.gms:65)
                                                at bjt.a(:com.google.android.gms:249)
                                                at bjt.handleMessage(:com.google.android.gms:242)
                                                at jly.run(:com.google.android.gms:139)
                                                at jmg.run(:com.google.android.gms:450)
                                                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
                                                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
                                                at jqr.run(:com.google.android.gms:17)
                                                at java.lang.Thread.run(Thread.java:818)



ctxmgr: [BaseServerTask]Server task (WriteInterestRecordTask) got error response.
                                              com.android.volley.VolleyError: Unable to obtain auth token - is the device online?
                                                  at bnz.a(:com.google.android.gms:5113)
                                                  at bjv.run(:com.google.android.gms:65)
                                                  at bjt.a(:com.google.android.gms:249)
                                                  at bjt.handleMessage(:com.google.android.gms:242)
                                                  at jly.run(:com.google.android.gms:139)
                                                  at jmg.run(:com.google.android.gms:450)
                                                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
                                                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
                                                  at jqr.run(:com.google.android.gms:17)
                                                  at java.lang.Thread.run(Thread.java:818)
    10-05 13:43:15.101 3819-19797/? E/ctxmgr: [SyncServerInterestRecordsOperation]Failure response from WriteInterestRecord. StatusCode = -1

需要帮助,提前致谢!!

1 个答案:

答案 0 :(得分:0)

此问题已被观察到并在google samples github上报告。没有报告此问题的解决方案。