--> -->

skimemo


FilteredLogRecorder_e の変更点


''Filtered Log Recorder for android''
&size(9){([[Japanese:http://www.webdb.co.jp/~atsumi/skimemo/index.php?FilteredLogRecorder]]/[[English:http://www.webdb.co.jp/~atsumi/skimemo/index.php?FilteredLogRecorder_e]])(I welcome the translation into more correct English from you.)};~
#ref(FilteredLogRecorder/device-2015-02-17-230727.png,around,30%)
#ref(FilteredLogRecorder/device-2015-02-17-230805.png,around,30%)
#ref(FilteredLogRecorder/device-2015-02-17-230814.png,around,30%)
#ref(FilteredLogRecorder/device-2015-02-17-230846.png,around,30%)
#clear
RIGHT:[[&ref(FilteredLogRecorder/en_generic_rgb_wo_45.png);:https://play.google.com/store/apps/details?id=jp.co.webdb.filteredlogrecorder]]
* Overview [#ycbe6047]
- It logged the output of logcat to the files.

* Features [#iadc730d]
- 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 [#ja32469d]
- 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.~
~
#ref(FilteredLogRecorder/markerpin.png,30%)
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.
~
----