Startup logging.
// FREEBIE
This commit is contained in:
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…
Reference in New Issue
Block a user