Add dump_log cmd to mdm6600_ctrl
authorJohn Michelau <john.michelau@motorola.com>
Tue, 11 Jan 2011 22:52:25 +0000 (16:52 -0600)
committerBenoit Goby <benoit@android.com>
Tue, 1 Mar 2011 04:10:58 +0000 (20:10 -0800)
commitfa69876f48eec56d96a2a3970b46b6c2b1305823
tree730a685ee31fbc91afa3f0ab83fc918cf79c875b
parent498e62c0b48548b07481927e02decd9a00c815d2
Add dump_log cmd to mdm6600_ctrl

This command triggers a dump of the MDM6600 RAM log buffers
into non-volatile memory, so that they can be retrieved by
bugreport or the RIL when submitting error reports. It
provides a simple path for this which does not rely on the
typical (and more error-prone) IPC mechanism.

Change-Id: I17708704b94426b1541533978478192d3f4dab89
drivers/misc/radio_ctrl/mdm6600_ctrl.c