This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"{\"message\":\"Duplicate key com.atlassian.jira.rest.v2.issue.FieldMetaBean@2e9c6a02\",\"status-code\":500,\"stack-trace\":\"java.lang.IllegalStateException: Duplicate key com.atlassian.jira.rest.v2.issue.FieldMetaBean@2e9c6a02 | |
at java.util.stream.Collectors.lambda$throwingMerger$0(Collectors.java:133) | |
at java.util.HashMap.merge(HashMap.java:1245) | |
at java.util.stream.Collectors.lambda$toMap$58(Collectors.java:1320) | |
at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) | |
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) | |
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) | |
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) | |
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) | |
at java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1235) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"battery": { | |
"timeline": [ | |
{ | |
"t": 1.2, | |
"v": 15, | |
"plugged": false | |
}, | |
{ | |
"t": 2.2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2017 Instabug, Inc. All rights reserved. | |
# | |
echo "Instabug: Test" | |
echo "Instabug: Started uploading dSYM" | |
# Check for simulator builds | |
if [ "$EFFECTIVE_PLATFORM_NAME" == "-iphonesimulator" ]; then |