We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7eab29 commit cdb93a3Copy full SHA for cdb93a3
Plugins/Android/src/main/java/com/google/googlesignin/GoogleSignInHelper.java
@@ -91,7 +91,10 @@ public static int getStatus() {
91
92
Exception e = task.getException();
93
if(e != null)
94
+ {
95
+ logError("onFailure with INTERNAL_ERROR : " + e.getClass().toString() + " " + e.getMessage());
96
return CommonStatusCodes.INTERNAL_ERROR;
97
+ }
98
99
return CommonStatusCodes.ERROR;
100
}
0 commit comments