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

Commit 24bc2d7c authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Add clarifying comment" am: 7e3e5b68 am: 2d717e34

am: 8544224e

Change-Id: I892a4e537aa28655b659a05716b646e7e55850df
parents d5b9f3be 8544224e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -527,6 +527,9 @@ static bool setClock()

static bool setPrintTgidEnableIfPresent(bool enable)
{
    // Pre-4.13 this was options/print-tgid as an android-specific option.
    // In 4.13+ this is an upstream option called options/record-tgid
    // Both options produce the same ftrace format change
    if (fileExists(k_printTgidPath)) {
        return setKernelOptionEnable(k_printTgidPath, enable);
    }