diff options
| -rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 111146c442..ed29e07f86 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1516,13 +1516,11 @@ int main(int argc, char *argv[]) { } else { ds.name_ = "undated"; } - std::string buildId = android::base::GetProperty("ro.build.id", "UNKNOWN_BUILD"); if (telephony_only) { ds.base_name_ += "-telephony"; } - ds.base_name_ += "-" + buildId; if (do_fb) { ds.screenshot_path_ = ds.GetPath(".png"); } |