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

Commit 4de931c0 authored by Rachel Lee's avatar Rachel Lee
Browse files

Remove a obsoleted SF frontend string from dump

Looks like no more usages.

Bug: 290634611
Test: presubmit
Test: atest AttachedChoreographerTest
Flag: EXEMPT log only
Change-Id: Iaf34cca9fe385685831f1309db8b2907d600eb38
parent ef9f0459
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6411,7 +6411,6 @@ void SurfaceFlinger::dumpAll(const DumpArgs& args, const std::string& compositio
     * Dump the visible layer list
     */
    colorizer.bold(result);
    StringAppendF(&result, "SurfaceFlinger New Frontend Enabled:%s\n", "true");
    StringAppendF(&result, "Active Layers - layers with client handles (count = %zu)\n",
                  mNumLayers.load());
    colorizer.reset(result);