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

Commit 2b6afaa3 authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Fixed check if zip file was generated properly."

parents a749eb55 0be2b76c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -853,7 +853,7 @@ int main(int argc, char *argv[]) {
        bool do_text_file = true;
        if (do_zip_file) {
            path = zip_path;
            if (generate_zip_file(tmp_path, zip_path, entry_name, now)) {
            if (!generate_zip_file(tmp_path, zip_path, entry_name, now)) {
                ALOGE("Failed to generate zip file; sending text bugreport instead\n");
                do_text_file = true;
            } else {