Skip to content
Snippets Groups Projects
Commit 072eb444 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ipc_logging: Add ipc_logging extraction script"

parents 7ef2f068 55d6038f
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
IPC Logging Extraction Script
=============================
Quick Start
-----------
To extract IPC logging info from RAM Dumps, use the script as follows:
python ipc_logging.py parse <RAM dump 1> <RAM dump 2> <RAM dump N>
This will give you just the parsed output. If you would also like to
output each log page's data in binary format, along with more verbose
output, use the -v option:
python ipc_logging.py parse -v <RAM dump 1> <RAM dump 2> <RAM dump N>
Before running the script, consult the load.cmm file from the crash dumps
(if it is available) to make sure the dumps are contiguous and in the normal
order, and modify the above commands as necessary. Run the script with no
arguments for more usage information.
If the load.cmm file is not available and the script cannot parse the dumps
with the default command, contact asw.mp.linux for assistance.
Advanced Usage
--------------
To see more usage options, run the ipc_logging.py with no arguments.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment