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 8633f5f commit 7ddbb42Copy full SHA for 7ddbb42
GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m
@@ -56,7 +56,8 @@ + (NSNumber *)nextEventID {
56
atomically:YES
57
encoding:NSUTF8StringEncoding
58
error:&error];
59
- GDTCORAssert(error == nil, @"There was an error saving the new counter value to disk.");
+ GDTCORAssert(error == nil, @"There was an error saving the new counter value to disk: %@",
60
+ error);
61
});
62
return result;
63
}
0 commit comments