|
This is a tool to process log files and resolve IPC messages to
symbols.
Processes a log file and translates message identifiers of the form
[unknown type NNNNNN] to IPC messages. python
tools/ipc_messages_log.py logcat.txt.
e.g. logfile containing
ipc 3915.3.1370207904 2147483647 S [unknown type 66372]
will be transformed to:
ipc 3915.3.1370207904 2147483647 S ViewMsg_SetCSSColors
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10543162
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142681 0039d316-1c4b-4281-b951-d872f2087c98
|