aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/Log/ExceptionSerializer.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/private/Log/ExceptionSerializer.php b/lib/private/Log/ExceptionSerializer.php
index d291275ee95..8bebdf6d667 100644
--- a/lib/private/Log/ExceptionSerializer.php
+++ b/lib/private/Log/ExceptionSerializer.php
@@ -70,6 +70,12 @@ class ExceptionSerializer {
// Encryption
'storeKeyPair',
'setupUser',
+
+ // files_external: OC_Mount_Config
+ 'getBackendStatus',
+
+ // files_external: UserStoragesController
+ 'update',
];
private function filterTrace(array $trace) {