DisplayServer (Android): fix display server name

This commit is contained in:
李通洲
2025-08-27 15:43:50 +08:00
parent e6985a8832
commit 0893013e78
@@ -147,7 +147,7 @@ static bool detectWithGetprop(FFDisplayServerResult* ds)
void ffConnectDisplayServerImpl(FFDisplayServerResult* ds)
{
ffStrbufSetStatic(&ds->wmProcessName, "WindowManager");
ffStrbufSetStatic(&ds->wmProcessName, "surfaceflinger");
ffStrbufSetStatic(&ds->wmPrettyName, "SurfaceFlinger");
if (!detectWithGetprop(ds))