Skip to content

Improve the logging system #101

@swift-kim

Description

@swift-kim

Previous discussion: #75 (comment)

  • The embedder should properly control its logging level based on the verbose_logging switch (which is enabled by flutter-tizen run --verbose-system-logs).
    • Example:
      fml::LogSettings log_settings;
      log_settings.min_log_level =
      settings.verbose_logging ? fml::LOG_INFO : fml::LOG_ERROR;
      fml::SetLogSettings(log_settings);
  • Remove unnecessary logs in the embedder or make them more informative. We should remove all occurrences of FT_LOGD and use only FT_LOGI/W/E.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions