Skip to content
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

[Logs] Cleaning code from debug logs #108

Merged

Commits on Jun 9, 2021

  1. [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 flutter-tizen#101
    pkosko committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1e4a64d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. [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 flutter-tizen#101
    pkosko committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    e831358 View commit details
    Browse the repository at this point in the history
  2. Fixes after review

    pkosko committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    06366c4 View commit details
    Browse the repository at this point in the history
  3. Review fixes 2

    pkosko committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    d716883 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. [Logs] Clean remaining LOGD from code

    * remove some redundant logs
    * change some meaningful logs to LOGI or LOGW
    
    This commit is a part of flutter-tizen#101
    pkosko committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    d3d5ab9 View commit details
    Browse the repository at this point in the history
  2. Review fixes

    pkosko committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    2c995a2 View commit details
    Browse the repository at this point in the history