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

Commit 909f4a5d authored by Felipe Leme's avatar Felipe Leme
Browse files

Removed duplicated build from bugreport name.

It got duplicated by a bad git merge :-(

Change-Id: I476e63405fa7b0ef858728da7400ee860b56296f
Fixes: 33257711
Test: manual verification
Test: dumpstate_test passes
parent f70d82da
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");
        }