DisplayServer (Android): update WM name

This commit is contained in:
李通洲
2025-08-22 14:07:58 +08:00
parent 64da80d520
commit 5775409cb9
@@ -148,7 +148,7 @@ static bool detectWithGetprop(FFDisplayServerResult* ds)
void ffConnectDisplayServerImpl(FFDisplayServerResult* ds)
{
ffStrbufSetStatic(&ds->wmProcessName, "WindowManager");
ffStrbufSetStatic(&ds->wmPrettyName, "Window Manager");
ffStrbufSetStatic(&ds->wmPrettyName, "SurfaceFlinger");
if (!detectWithGetprop(ds))
detectWithDumpsys(ds);