mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Blacklist LinphoneCallStats
This commit is contained in:
parent
558659155c
commit
93b787c798
1 changed files with 2 additions and 1 deletions
|
|
@ -486,7 +486,8 @@ class CParser(object):
|
|||
self.classBl = ['LinphoneImEncryptionEngine',
|
||||
'LinphoneImEncryptionEngineCbs',
|
||||
'LinphoneImNotifPolicy',
|
||||
'LpConfig']
|
||||
'LpConfig',
|
||||
'LinphoneCallStats'] # temporarly blacklisted
|
||||
|
||||
self.cProject = cProject
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue