Improve logging.
GitOrigin-RevId: c8b36adceffd8e4d47d6c59a81703681bed6997b
This commit is contained in:
parent
d19de66284
commit
e8a77c6ff2
@ -3375,7 +3375,6 @@ td_api::object_ptr<td_api::Object> Td::static_request(td_api::object_ptr<td_api:
|
|||||||
|
|
||||||
bool need_logging = [&] {
|
bool need_logging = [&] {
|
||||||
switch (function->get_id()) {
|
switch (function->get_id()) {
|
||||||
case td_api::getTextEntities::ID:
|
|
||||||
case td_api::parseTextEntities::ID:
|
case td_api::parseTextEntities::ID:
|
||||||
case td_api::getFileMimeType::ID:
|
case td_api::getFileMimeType::ID:
|
||||||
case td_api::getFileExtension::ID:
|
case td_api::getFileExtension::ID:
|
||||||
@ -3645,7 +3644,7 @@ void Td::start_up() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Td::tear_down() {
|
void Td::tear_down() {
|
||||||
CHECK(close_flag_ == 5);
|
LOG_CHECK(close_flag_ == 5) << close_flag_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Td::hangup_shared() {
|
void Td::hangup_shared() {
|
||||||
|
Loading…
Reference in New Issue
Block a user