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

Commit 2d717e34 authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Add clarifying comment"

am: 7e3e5b68

Change-Id: I6b04275f252400e153241279acfa802e8181d73b
parents 0f2ae8e7 7e3e5b68
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);
    }