forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the logging system #101
Labels
enhancement
New feature or request
Comments
pkosko
added a commit
to pkosko/engine
that referenced
this issue
Jun 9, 2021
This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of flutter-tizen#101
pkosko
added a commit
to pkosko/engine
that referenced
this issue
Jun 9, 2021
This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of flutter-tizen#101
This was referenced Jun 9, 2021
pkosko
added a commit
to pkosko/engine
that referenced
this issue
Jun 14, 2021
All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to flutter-tizen#101
pkosko
added a commit
to pkosko/engine
that referenced
this issue
Jun 14, 2021
All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to flutter-tizen#101
pkosko
added a commit
to pkosko/engine
that referenced
this issue
Jun 15, 2021
* remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of flutter-tizen#101
swift-kim
pushed a commit
that referenced
this issue
Jun 16, 2021
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * Fixes after review * Review fixes 2 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
swift-kim
pushed a commit
that referenced
this issue
Jun 16, 2021
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * Fixes after review * Review fixes 2 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
swift-kim
pushed a commit
that referenced
this issue
Sep 27, 2021
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * Fixes after review * Review fixes 2 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
swift-kim
pushed a commit
that referenced
this issue
Nov 14, 2021
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * Fixes after review * Review fixes 2 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
swift-kim
pushed a commit
that referenced
this issue
Dec 9, 2021
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * Fixes after review * Review fixes 2 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
swift-kim
pushed a commit
that referenced
this issue
Dec 17, 2021
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
swift-kim
pushed a commit
that referenced
this issue
Feb 7, 2022
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
swift-kim
pushed a commit
that referenced
this issue
Feb 11, 2022
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
swift-kim
pushed a commit
that referenced
this issue
May 12, 2022
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
swift-kim
pushed a commit
that referenced
this issue
Sep 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Previous discussion: #75 (comment)
verbose_logging
switch (which is enabled byflutter-tizen run --verbose-system-logs
).engine/shell/common/shell.cc
Lines 228 to 231 in 9f08d18
FT_LOGD
and use onlyFT_LOGI
/W
/E
.The text was updated successfully, but these errors were encountered: