--> -->

skimemo


FilteredLogRecorder_e

Filtered Log Recorder for android (Japanese/English)(I welcome the translation into more correct English from you.)

device-2015-02-17-230727.png
device-2015-02-17-230805.png
device-2015-02-17-230814.png
device-2015-02-17-230846.png
en_generic_rgb_wo_45.png

_ Overview

  • It logged the output of logcat to the files.

_ Features

  • Filtering by the regular expression.
  • To be recorded log type (Verbose / Debug / Info / warnning / Error / Assert) You can specify.
  • You can specify the maximum size of a file. If it exceeds the specified size will be recorded in the new file.
  • You can specify the maximum size of the directory. If it exceeds the specified size will be deleted from the oldest file.
  • Save destination is /mnt/sdcard/logs fixed.
  • You can delete the all log files manually.
  • File names are automatically generated
  • By MARK function, you will be marked in the log at any time.

_ How to use

  • App to start with the setting screen is displayed.

    [Logging]
    OFF ... It does not record the logs.
    ON ... It will record the logs.

    [Delete the recorded log files]
    You press the Delete! button, It will delete all of the following files /mnt/sdcard/logs.

    [Specify filter by regular expression]
    It will do the filtering by the regular expression.
    Filter target string is the output result of "logcat -v threadtime".

    [Verbose / Debug / Info / Warn / Error / Assert check boxes]
    Put a check in the log type you want to record.

    [Specify the max size of a each file]
    You can specify the maximum size per file.
    It can be selected from 100KB, 200KB, 500KB, 1MB, 5MB, 10MB.

    [Specfy the max size of the log directory]
    You specifies the total size of the log files to be stored in the logs directory.
    It can be selected from 200MB, 500MB, 1GB, 5GB, 10GB.
    If the total file size exceeds the specified value, It will remove it from the oldest file.

    markerpin.png
    The icon to the right of the title.
    When you press this, output "---------- MARK ----------" in to the log by Assert.
    This is recorded in the file, regardless of the specified filter.
    When you catch the bugs that does not quite reproduce, and then used to mark whether occurred at any location of the log.

    [Notification]
    If you close the screen during the logging, appears the Notification.
    Log file name and the mark icon displayed in the Notification.


Last-modified: 2017-05-21 (日) 21:27:53 (2525d)