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

Commit 8544224e authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Add clarifying comment" am: 7e3e5b68

am: 2d717e34

Change-Id: I1f7fd4795bb1523f87703d35c5a16d43d32b86e5
parents 20d34c26 2d717e34
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);
    }