Google Play游戏保存的游戏在手机上的日期时间错误

时间:2018-11-02 08:51:07

标签: google-play-services google-play-games

我在使用Google Play保存的游戏时遇到了问题。我用它来存储用户进度文件。如果用户有两台设备,并且在其中一台设备上设置了错误的日期时间,则在尝试加载进度时会出现错误。如果只是一台日期时间错误的设备,那不是问题。

logcat错误消息。

11-02 14:06:10.113 15443-27446 /? E / ctxmgr:[BaseServerTask]服务器任务(WriteInterestRecordTask)收到错误statusCode = -1。     com.android.volley.VolleyError:无法获取身份验证令牌-设备是否在线?
        在edi.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):31)
        在dyo.run(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):2)
        在dym.handleMessage(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):3)
        在qey.run(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):4)
        在qfk.run(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):35)
        在java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
        在java.util.concurrent.ThreadPoolExecutor $ Worker.run(ThreadPoolExecutor.java:587)
        在qll.run(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215))
        在java.lang.Thread.run(Thread.java:818)

11-02 14:06:10.133 15443-27446 /? E / Auth:[GoogleAccountDataServiceImpl] getToken()-> BAD_AUTHENTICATION。帐户:,应用程序:com.google.android.gms,服务:
  oauth2:https://www.googleapis.com/auth/contextcontroller     phf:长期凭证不可用。
        在gpw.c(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):13)         在gpw.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):7)         在gpw.b(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215))         在goh.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):22)         在igv.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):7)         在igv.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):144)         在ifv.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):2)         在ifs.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):15)         在ifs.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):6)         在gkt.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):21)         在gkt.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):67)         在glc.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):3)         在glb.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):2)         在glb.c(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):6)         在glb.b(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):1)         在gkz.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):1)         在pzl.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):1)         在pxz.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):2)         在edi.a(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):24)         在dyo.run(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):2)         在dym.handleMessage(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):3)         在qey.run(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):4)         在qfk.run(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215):35)         在java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)         在java.util.concurrent.ThreadPoolExecutor $ Worker.run(ThreadPoolExecutor.java:587)         在qll.run(:com.google.android.gms @ 14366008 @ 14.3.66(020306-213742215))         在java.lang.Thread.run(Thread.java:818)

0 个答案:

没有答案