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

Commit 90af63f4 authored by Siim Sammul's avatar Siim Sammul
Browse files

Change the logcat dump to use UTC time


Based on docs here: https://developer.android.com/tools/logcat

Change-Id: Ide12ae4db97675d30ccc5d3abf2490ee4b8fc729
parent 9a094858
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10304,7 +10304,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);