]> source.dussan.org Git - nextcloud-server.git/commit
Allow crash reporters registration during app bootstrap 21457/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 17 Jun 2020 13:17:59 +0000 (15:17 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Fri, 19 Jun 2020 08:38:26 +0000 (10:38 +0200)
commit2b7b7144d44cdb323039d8384f7a94fc6422e923
tree6eada54697fa843a7d3de8d19e3b672d79877220
parentdd0b9655b2dc72556f0a273f262357f5b058fe49
Allow crash reporters registration during app bootstrap

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/AppFramework/Bootstrap/Coordinator.php
lib/private/AppFramework/Bootstrap/RegistrationContext.php
lib/private/Support/CrashReport/Registry.php
lib/public/AppFramework/Bootstrap/IRegistrationContext.php
lib/public/Support/CrashReport/IRegistry.php
lib/public/Support/CrashReport/IReporter.php
tests/lib/AppFramework/Bootstrap/CoordinatorTest.php
tests/lib/Support/CrashReport/RegistryTest.php