Giter Site home page Giter Site logo

log-player's Introduction

log-player

A simple tool for log-analysis.

slides

Installation

Compiled with Qt 5.15.2

Qt 5.15

Functions

  • View Local Log-file
  • DisPlay Line Number in Viewer
  • Jump To Specific Line
  • High-Light Keyword in Viewer
  • Search Keyword in Log
  • Filter Needless Log with Specific pattern
  • Generate Timeline and Export as Picture
  • Split Large File
  • Merge Small Files

Bug Lists

  • When clicked "shortcut", the application will crash.
Cause controller.cpp: in getShortcut(), visit a Null pointer
Solution Check before visit
  • Scroll bar was hidden and no reaction for click in LogVeiw
Cause logviewer.cpp:  in buiding function, function return earlier than excpected,
which cause Scoll bar can be binded when function return.
Solution In each exits, add Scoll bar's binding
  • Sub log always be hidden
Cause forget to delete test block,which makes tab-> count always larger than 1.
So tab->show() will never be reached
Solution elete the test block
  • If choose/change the same color for one tag, taglist will add this tag repeatedly. If one of them were removed , the tag's highlight will disappear.
Cause when emitting colorChange signal, funtion dosen't Check the difference
between old and selected color
Solution Check difference between old and selected color ahead of emitting signal
  • In highlight/find/filter dialog widget, if closed without any input, the dialog will cause the application crash.
Cause No handle for reject in dialog,
Solution if input is empty and  dialog is rejected, just do nothing but return
  • Twice repeated pop-ups when clicked menu.
Cause Repeatedly connect signals and slots
Solution Delete redundant connections

log-player's People

Contributors

dukguo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.