From 9e96f0c7c27ba7031203f055296e94080b85c128 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 16 Oct 2019 08:03:42 -0700 Subject: [PATCH] Remove closed task references Summary: No longer relevant. Reviewed By: jknoxville Differential Revision: D17951216 fbshipit-source-id: 2ef2a97c594af7cf9c134555779765872cfa0eb4 --- android/src/main/cpp/sonar.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/src/main/cpp/sonar.cpp b/android/src/main/cpp/sonar.cpp index debf34b77..30013f457 100644 --- a/android/src/main/cpp/sonar.cpp +++ b/android/src/main/cpp/sonar.cpp @@ -30,8 +30,6 @@ using namespace facebook::flipper; namespace { void handleException(const std::exception& e) { - // TODO: T35898390, report and log the exception in scribe - // TODO: T35898500, send flipper notification std::string message = "Exception caught in C++ and suppressed: "; message += e.what(); __android_log_write(ANDROID_LOG_ERROR, "FLIPPER", message.c_str());