LoginSignup
14
13

More than 5 years have passed since last update.

Google Play Services Library v9.0.0で変なログが出るけど心配しないで

Posted at

TL;DR

  • logcatに V/GoogleSignatureVerifier: com.google.android.gms signature not valid. という心配になるメッセージと長いシグネチャが現れる
  • Googler「ごめんログレベルをミスった。今度直すね。動作には影響ないよ!」

起きていること

Google Play Servicesライブラリのv9.0.0を動かそうとすると、次のようなログが出ます。

スクリーンショット_2016-05-27_19_18_44.png

V/GoogleSignatureVerifier: com.google.android.gms signature not valid.  Found: 

こわいですね。何か設定をミスったかなと心配になります。

問題ないらしい

調べてみたら、四日前にStackOverflowで話題になっていました。

android - GoogleSignatureVerifier signature not valid message (not using the google maps api) - StackOverflow
http://stackoverflow.com/questions/37333220/googlesignatureverifier-signature-not-valid-message-not-using-the-google-maps-a

Googlerが「ごめん、それバグだ!」から始まる回答をしてくれています。

まあ見た目怖いので心配になりますし、質問した人も念を入れていました。

Googler: This shouldn't affect the behavior of your app at all.
質問者: So it doesn't do anything? We shouldn't worry?
Googler: Shouldn't worry.
質問者: ok then. Thank you. Have +1 for the effort :)

問題ないみたいなので、スルーしながら修正を待ちましょう。

余談

ちなみに私はGCMで遭遇したのですが、似たようなAPIを持つFCMのほうでは遭遇しなかったので、似ていても内部実装は違うんですね〜

現場からは以上です。

14
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
13