Skip to content

msaltnet/T.Viewer

Repository files navigation

T.Viewer - Tizen Log Viewer

Travis license language codecov

Cross Platform Tizen Log Viewer T.Viewer를 소개합니다. 타이젠의 dlog 메시지를 보다 쉽고 편하게 확인 할 수 있는 데스크탑 어플리케이션입니다. 사용중 불편 사항, 개선 의견, 버그 신고는 이슈를 생성해 주세요. 소스 코드는 MIT 라이센스로 모두에게 공개되어 있습니다.

T.Viewer Screenshot

설치하기

리눅스

tviewer-setup-{version}.AppImage 다운로드 후 실행

윈도우

tviewer-setup-{version}.exe 다운로드 후 실행하여 설치 후 실행

주요 기능 및 사용법

사용법

타겟 디바이스와의 SDB 연결을 먼저 확인하세요!

  1. Connection State Indicator
    • 전원 스위치와 연계 동작
  2. Log Level Filter
    • Verbose/Debug/Info/Warning/Error/Fatal
    • 선택된 level을 포함한 상위 level을 출력
    • Log Level에 따른 다른 색상 출력
  3. Tag Filter
    • 일치하는 Tag를 출력
    • 정규식 지원
  4. Message Filter
    • 해당 메시지를 포함하는 로그 출력
    • 정규식 지원
  5. Multi-Tab View
    • 각각의 독립된 탭 뷰 제공
  6. Setting
    • 글자 크기 조절
    • dlog 버퍼 삭제 후 실행
    • dlog timestamp 출력
  7. Shortcut
    • 글자 크기 키우기 ctrl + +
    • 글자 크기 줄이기 ctrl + -
    • 자동 스크롤 ctrl + q
    • 줄바꿈 ctrl + w
    • 화면 지우기 ctrl + e
    • 메세지 수신 ctrl + space

shortcut

프로젝트 참여 방법

다양한 방법으로 프로젝트에 참여가 가능합니다.

직접 코드를 수정하시고 싶으시다면, 아래 가이드를 참고해주세요.

Test Result

라이센스

본 프로젝트는 MIT 라이센스의 오픈소스 프로젝트 입니다.

(Eng) T.Viewer - Tizen Log Viewer

T.Viewer is open source cross-platform Tizen Log Viewer. It provides simple and easy way to view Tizen dlog message on desktop.

Installation

Linux

tviewer-setup-{version}.AppImage download and run

Windows

tviewer-setup-{version}.exe download and install Features and User Guide

User Guide

❗ Check SDB connection with target device first.

  1. Connection State Indicator
    • Connected also with power switch
  2. Log Level Filter
    • Verbose/Debug/Info/Warning/Error/Fatal
    • Output the upper level including the selected level
    • Different color output according to log level
  3. Tag Filter
    • Output matched tag log
    • Regular expression support
  4. Message Filter
    • Output log containing the message
    • Regular expression support
  5. Multi-Tab View
    • Independent filter option for each tab
  6. Setting
    • Font size
    • After clear dlog buffer
    • dlog timestamp print
  7. Shortcut
    • Font size up, ctrl + +
    • Font size down, ctrl + -
    • Auto Scroll, ctrl + q
    • Soft wrap ctrl + w
    • Clear tab, ctrl + e
    • Listen log, ctrl + space

Contributing

There are many ways in which you can participate in the project, for example:

If you are interested in fixing issues and contributing directly to the code base, please see the following:

License

Licensed under the MIT license.