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

Commit 7e3e5b68 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add clarifying comment"

parents 924487ec edbf9ec9
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -523,6 +523,9 @@ static bool setClock()


static bool setPrintTgidEnableIfPresent(bool enable)
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)) {
    if (fileExists(k_printTgidPath)) {
        return setKernelOptionEnable(k_printTgidPath, enable);
        return setKernelOptionEnable(k_printTgidPath, enable);
    }
    }