Skip to content

Commit cdb93a3

Browse files
committed
add log with INTERNAL_ERROR
1 parent f7eab29 commit cdb93a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Plugins/Android/src/main/java/com/google/googlesignin/GoogleSignInHelper.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ public static int getStatus() {
9191

9292
Exception e = task.getException();
9393
if(e != null)
94+
{
95+
logError("onFailure with INTERNAL_ERROR : " + e.getClass().toString() + " " + e.getMessage());
9496
return CommonStatusCodes.INTERNAL_ERROR;
97+
}
9598

9699
return CommonStatusCodes.ERROR;
97100
}

0 commit comments

Comments
 (0)