summaryrefslogtreecommitdiffstats
path: root/cmds/dumpstate
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-11-11 14:56:27 -0800
committerJeff Brown <jeffbrown@google.com>2011-11-11 14:56:27 -0800
commitad5b28a768b27cb54192758314861bf5ee417e91 (patch)
treea02263afcaa6987f7e21822866e15f9df60bf940 /cmds/dumpstate
parent03466e35f2996fd3330452e38984f0012239305e (diff)
downloadframeworks_base-ad5b28a768b27cb54192758314861bf5ee417e91.zip
frameworks_base-ad5b28a768b27cb54192758314861bf5ee417e91.tar.gz
frameworks_base-ad5b28a768b27cb54192758314861bf5ee417e91.tar.bz2
Include the build fingerprint in bug reports.
We need the build fingerprint to decode the native stacks that appear within the bug report. Change-Id: Ia337addb5e4942c1ec7bcee3407b6a4f6b7e89ab
Diffstat (limited to 'cmds/dumpstate')
-rw-r--r--cmds/dumpstate/dumpstate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index ca66a4e..1e746cd 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -63,6 +63,7 @@ static void dumpstate() {
printf("\n");
printf("Build: %s\n", build);
+ printf("Build fingerprint: '%s'\n", fingerprint); /* format is important for other tools */
printf("Bootloader: %s\n", bootloader);
printf("Radio: %s\n", radio);
printf("Network: %s\n", network);