Remove closed task references
Summary: No longer relevant. Reviewed By: jknoxville Differential Revision: D17951216 fbshipit-source-id: 2ef2a97c594af7cf9c134555779765872cfa0eb4
This commit is contained in:
committed by
Facebook Github Bot
parent
78b093118d
commit
9e96f0c7c2
@@ -30,8 +30,6 @@ using namespace facebook::flipper;
|
|||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
void handleException(const std::exception& e) {
|
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: ";
|
std::string message = "Exception caught in C++ and suppressed: ";
|
||||||
message += e.what();
|
message += e.what();
|
||||||
__android_log_write(ANDROID_LOG_ERROR, "FLIPPER", message.c_str());
|
__android_log_write(ANDROID_LOG_ERROR, "FLIPPER", message.c_str());
|
||||||
|
|||||||
Reference in New Issue
Block a user