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

Commit 19cee9c2 authored by Ruben Brunk's avatar Ruben Brunk Committed by android-build-merger
Browse files

Fix NPE in dumpsys logs.

am: b844956d

Change-Id: I4c1c5f03ddfee30cc602a76d15e31267ed4e1b1f
parents 6a496105 b844956d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -582,7 +582,7 @@ public class VrManagerService extends SystemService implements EnabledComponentC
            pw.println("Persistent VR mode is currently: " +
                    ((mPersistentVrModeEnabled) ? "enabled" : "disabled"));
            pw.println("Currently bound VR listener service: "
                    + ((mCurrentVrService == null)
                    + ((mCurrentVrCompositorService == null)
                    ? "None" : mCurrentVrCompositorService.getComponent().flattenToString()));
            pw.println("Currently bound VR compositor service: "
                    + ((mCurrentVrCompositorService == null)