Add temporary verbose logging around message creation.

pull/1/head
Matthew Chen 7 years ago
parent 0d3ba5ac2f
commit f26ad5cd34

@ -3117,7 +3117,8 @@ typedef enum : NSUInteger {
{ {
OWSAssertIsOnMainThread(); OWSAssertIsOnMainThread();
DDLogVerbose(@"%@ %s", self.logTag, __PRETTY_FUNCTION__); DDLogInfo(@"%@ %s", self.logTag, __PRETTY_FUNCTION__);
[DDLog flushLog];
if (self.shouldObserveDBModifications) { if (self.shouldObserveDBModifications) {
// External database modifications can't be converted into incremental updates, // External database modifications can't be converted into incremental updates,

Loading…
Cancel
Save