commit | 5043441c4f3f0bd28834796838011eb48ccaec96 | [log] [tgz] |
---|---|---|
author | Jeff Brown <jeffbrown@google.com> | Fri Nov 11 15:41:05 2011 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Nov 11 15:41:05 2011 -0800 |
tree | 271158da729f23e30bea54cc32afcba52a0dfaa2 | |
parent | 0f6ba9267ff4ef8f87aecdfc2bb8fb7e2ba2e42e [diff] | |
parent | ad5b28a768b27cb54192758314861bf5ee417e91 [diff] |
Merge "Include the build fingerprint in bug reports."
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 @@ 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);