sdl_java_suite icon indicating copy to clipboard operation
sdl_java_suite copied to clipboard

`DisplayCapabilities` `ScreenParams` null in SystemCapabilityManager

Open JulianKast opened this issue 3 years ago • 0 comments

Bug Summary

When accessing DisplayCapabilities via the SystemCapabilityManager ScreenParams are null, when checking the capabilities in the RAIR they are not null.

ScreenParams should not be null in the SystemCapabilityManager.

Reproduction Steps

  1. Connect app to manticore
  2. Get DisplayCapabilities via the SystemCapabilityManager
  3. Check ScreenParams
        DisplayCapabilities displayCapabilities = (DisplayCapabilities) sdlManager.getSystemCapabilityManager().getCapability(SystemCapabilityType.DISPLAY, null, false);
        ScreenParams screenParams = displayCapabilities.getScreenParams();

Expected Behavior: ScreenParams should not be null Observed Behavior: ScreenParams are null

Which projects have you seen this bug on?

No response

Android Version(s)

n/a

Android Device(s)

n/a

sdl_java_suite Version

5.5.0

Testing Environment(s)

Manticore

Relevant log output

No response

JulianKast avatar Aug 09 '22 17:08 JulianKast