forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Logs] Cleaning code from debug logs (#108)
* [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
- Loading branch information
Showing
13 changed files
with
62 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.