am e2071c6b: Merge change I326e3e29 into eclair

Merge commit 'e2071c6b1d68220976d495d917566edf01303680' into eclair-mr2

* commit 'e2071c6b1d68220976d495d917566edf01303680':
  dumpstate: include the contents of the last radio log
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index 642c943..d77d702 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -113,6 +113,10 @@
         DUMP("/data/system/uiderrors.txt");
 
         dump_kernel_log("/data/dontpanic/last_kmsg", "LAST KMSG");
+
+        PRINT("------ LAST RADIO LOG ------");
+        EXEC1("parse_radio_log", "/proc/last_radio_log");
+
         dump_kernel_log("/data/dontpanic/apanic_console",
                         "PANIC CONSOLE");
         dump_kernel_log("/data/dontpanic/apanic_threads",