Startup logging.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 70602e3bca
commit f92b221e6b

@ -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];

Loading…
Cancel
Save