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

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

Disable setting saved_cmdline_size am: ba54d5ba am: 64dac11c

am: 4e0d0cba

Change-Id: I99df51ff5c01bc7d4adf5945e597f79e7c70988d
parents 289b8c07 4e0d0cba
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -769,7 +769,8 @@ static bool setUpTrace()
    ok &= setCategoriesEnableFromFile(g_categoriesFile);
    ok &= setTraceOverwriteEnable(g_traceOverwrite);
    ok &= setTraceBufferSizeKB(g_traceBufferSizeKB);
    ok &= setCmdlineSize();
    // TODO: Re-enable after stabilization
    //ok &= setCmdlineSize();
    ok &= setClock();
    ok &= setPrintTgidEnableIfPresent(true);
    ok &= setKernelTraceFuncs(g_kernelTraceFuncs);