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

Commit 68b4e8c8 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE during dumpsys" into tm-dev

parents 153258f5 4c8553ba
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5436,7 +5436,9 @@ void SurfaceFlinger::dumpAllLocked(const DumpArgs& args, std::string& result) co
    /*
     * Dump flag/property manager state
     */
    if (mFlagManager != nullptr) {
        mFlagManager->dump(result);
    }

    result.append(mTimeStats->miniDump());
    result.append("\n");