| 137 | } |
| 138 | |
| 139 | void ShowErrorDialog(const std::string& message) { |
| 140 | EnsureDefaultReporter(); |
| 141 | if (g_reporter) g_reporter(message); |
| 142 | } |
| 143 | |
| 144 | static void OnCloudFailure(const char* operation, const std::string& path) { |
| 145 | int fails = ++g_consecutiveFails; |
no test coverage detected