Added errorneous response of InApp to toast
This commit is contained in:
parent
29d1572380
commit
2176a23b86
1 changed files with 2 additions and 2 deletions
|
@ -460,13 +460,13 @@ public class InAppHelper {
|
|||
} else {
|
||||
complain("SendToken Error: "
|
||||
+ obj.getString("error")
|
||||
+ " (userId=" + userId + " token=" + token + ")");
|
||||
+ " (userId=" + userId + " token=" + token + " response=" + result + ")");
|
||||
}
|
||||
} catch (JSONException e) {
|
||||
logError("SendToken", e);
|
||||
complain("SendToken Error: "
|
||||
+ (e.getMessage() != null ? e.getMessage() : "JSONException")
|
||||
+ " (userId=" + userId + " token=" + token + ")");
|
||||
+ " (userId=" + userId + " token=" + token + " response=" + result + ")");
|
||||
}
|
||||
}
|
||||
if (listener != null) {
|
||||
|
|
Loading…
Reference in a new issue