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

Commit 1cb28858 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Added zip location on log message. am: 26bd34c9

am: 7dd43c66

* commit '7dd43c66':
  Added zip location on log message.
parents d63310e7 7dd43c66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1168,8 +1168,8 @@ int main(int argc, char *argv[]) {
                log_path.c_str(), tmp_path.c_str(), screenshot_path.c_str());

        if (do_zip_file) {
            MYLOGD("Creating initial .zip file\n");
            path = bugreport_dir + "/" + base_name + "-" + suffix + ".zip";
            MYLOGD("Creating initial .zip file (%s)\n", path.c_str());
            create_parent_dirs(path.c_str());
            zip_file.reset(fopen(path.c_str(), "wb"));
            if (!zip_file) {