在我的應用程序中,我使用PlusOneButton,並模擬了自動點擊實際按鈕 - 以再次保存用戶的點擊。 對於未使用其Google帳戶登錄的用戶,將顯示的下一個屏幕是用於選擇帳戶的內置Google對話框。當訪問谷歌播放服務時,應用程序偶爾崩潰
偶爾,應用程序崩潰,當它達到這個階段 - 我看到了日誌
1378-3640/? I/GLSUser﹕ [GLSUser] getTokenFromCache: [account: <ELLIDED:2885>, callingPkg: com.google.android.gms, service: oauth2:https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/pos]
1378-3640/? I/Auth.Core﹕ [TokenCache] Missing snowballing token: no granted scopes set.
1378-3640/? I/GLSUser﹕ [GLSUser] getTokenFromGoogle [account: <ELLIDED:2885>, callingPkg: com.google.android.gms, service: oauth2:https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/pos
6376-6376/com.myapp.android D/AndroidRuntime﹕ Shutting down VM
6376-6376/com.myapp.android W/dalvikvm﹕ threadid=1: thread exiting with uncaught exception (group=0x41fced40)
6376-6376/com.myapp.android I/Process﹕ Sending signal. PID: 6376 SIG: 9
似乎這行寫
[GLSUser] getTokenFromGoogle [account: <ELLIDED:2885>, callingPkg: com.google.android.gms, service: oauth2:https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/pos
後的崩潰發生在以下幾行,因爲我當沒有崩潰時,不要在日誌中看到它。
現在看來,禁用自動點擊解決了問題 - 任何想法可以做什麼來啓用這種自動點擊?
你是如何做你的「自動點擊」? logcat中沒有關於「崩潰」的內容嗎?必須有一個堆棧跟蹤。 – shkschneider
在日誌中沒有例外 - 我正在通過定位PlusOneButton的一個孩子並點擊它進行自動點擊 –
您正在做的事可能是違反了google api的服務條款。 –