Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE when processing control messages #1750

Closed
RHenigan opened this issue Oct 8, 2021 · 1 comment
Closed

NPE when processing control messages #1750

RHenigan opened this issue Oct 8, 2021 · 1 comment
Labels
5.3 Release Issues introduced by 5.3 release candidate

Comments

@RHenigan
Copy link
Contributor

RHenigan commented Oct 8, 2021

Bug Report

There is a NullPointer Exception being thrown in BaseSdlSession.processControlService() if iNumBytes is null when we go to construct the returnBytes.

Reproduction Steps

(See Lock Screen Tests in Android Test Plan, test 18.018)

  1. Change the PT that core points at to Policy Server URL used for testing
  2. Connect App to core
  3. Observe NPE in logs
Expected Behavior

The library constructs a protocolMessage with returnBytes of size 12

Observed Behavior

NPE

OS & Version Information
  • Android Version: SDK 30
  • SDL Android Version: 5.3.0_RC
  • Testing Against: Core 8.0.0 Sdl_HMI 5.6.0
@JulianKast
Copy link
Contributor

Fixed with #1757

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.3 Release Issues introduced by 5.3 release candidate
Projects
None yet
Development

No branches or pull requests

3 participants