Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30a8e823 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Removed duplicated build from bugreport name."

parents e099ff59 909f4a5d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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");
        }