Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Working With Log Files > Event log file formats > Using logcat to convert binary logs to ASCII
2.
Make sure that the logcat utility is in your path.
logcat options input_filename...
Note 
If no input files are specified, logcat reads from the standard input (stdin). If you do not specify an output file, logcat writes to the standard output (stdout).
For example, to convert a binary log file to an ASCII file, you can use the logcat command with either of the following options:

Go to the table of contents Go to the previous page Go to the next page Go to the index View or print as PDF
Working With Log Files > Event log file formats > Using logcat to convert binary logs to ASCII