Skip to content

Commit bf4b487

Browse files
Add debug output to debug isadora's crash
1 parent acf90d5 commit bf4b487

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Monal/Classes/MLSignalStore.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ -(void) untrustAllDevicesFrom:(NSString*) jid
574574
-(NSNumber*) getTrustLevel:(SignalAddress*) address identityKey:(NSData*) identityKey
575575
{
576576
return [self.sqliteDatabase idReadTransaction:^{
577+
DDLogVerbose(@"Getting trust level for: accountID=%@, deviceId=%@, name=%@, identityKey=%@", self.accountID, @(address.deviceId), address.name, identityKey);
577578
return [self.sqliteDatabase executeScalar:(@"SELECT \
578579
CASE \
579580
WHEN (trustLevel=0) THEN 0 \

0 commit comments

Comments
 (0)