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

Commit 1fb1a60d authored by Siim Sammul's avatar Siim Sammul Committed by Android (Google) Code Review
Browse files

Merge "Change the logcat dump to use UTC time" into main

parents 430dbf9e 90af63f4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10306,7 +10306,8 @@ public class ActivityManagerService extends IActivityManager.Stub
        command.add("/system/bin/logcat");
        command.add("-v");
        // This adds a timestamp and thread info to each log line.
        command.add("threadtime");
        // Also change the timestamps to use UTC time.
        command.add("threadtime,UTC");
        for (String buffer : buffers) {
            command.add("-b");
            command.add(buffer);