Loading services/core/java/com/android/server/vr/VrManagerService.java +2 −2 Original line number Diff line number Diff line Loading @@ -582,8 +582,8 @@ public class VrManagerService extends SystemService implements EnabledComponentC pw.println("Persistent VR mode is currently: " + ((mPersistentVrModeEnabled) ? "enabled" : "disabled")); pw.println("Currently bound VR listener service: " + ((mCurrentVrCompositorService == null) ? "None" : mCurrentVrCompositorService.getComponent().flattenToString())); + ((mCurrentVrService == null) ? "None" : mCurrentVrService.getComponent().flattenToString())); pw.println("Currently bound VR compositor service: " + ((mCurrentVrCompositorService == null) ? "None" : mCurrentVrCompositorService.getComponent().flattenToString())); Loading Loading
services/core/java/com/android/server/vr/VrManagerService.java +2 −2 Original line number Diff line number Diff line Loading @@ -582,8 +582,8 @@ public class VrManagerService extends SystemService implements EnabledComponentC pw.println("Persistent VR mode is currently: " + ((mPersistentVrModeEnabled) ? "enabled" : "disabled")); pw.println("Currently bound VR listener service: " + ((mCurrentVrCompositorService == null) ? "None" : mCurrentVrCompositorService.getComponent().flattenToString())); + ((mCurrentVrService == null) ? "None" : mCurrentVrService.getComponent().flattenToString())); pw.println("Currently bound VR compositor service: " + ((mCurrentVrCompositorService == null) ? "None" : mCurrentVrCompositorService.getComponent().flattenToString())); Loading