Startup logging.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-09-14 15:30:22 -04:00
parent 70602e3bca
commit f92b221e6b

View File

@ -798,6 +798,10 @@ static NSString *const kURLHostVerifyPrefix = @"verify";
{
DDLogInfo(@"databaseViewRegistrationComplete");
if ([TSAccountManager isRegistered]) {
DDLogInfo(@"localNumber: %@", [TSAccountManager localNumber]);
}
[DeviceSleepManager.sharedInstance removeBlockWithBlockObject:self];
[AppVersion.instance appLaunchDidComplete];