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

Commit 3fe95299 authored by Kevin Jeon's avatar Kevin Jeon
Browse files

Add missing newline to dumpsys tare

This change adds a newline to the end of the dumpsys tare output.

Test: Capture a bug report and verify that the reported duration for the
      dumpsys tare section isn't on the same line as the final line of
      the dumpsys tare output.
Test: Run dumpsys tare and check that the newline exists.
Bug: 278081288
Change-Id: Iad3b3f9297aad576909db34263b481e671452480
parent 17b64962
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1876,6 +1876,7 @@ public class InternalResourceService extends SystemService {
                pw.print(" None");
            }
            pw.decreaseIndent();
            pw.println();
        }
    }
}