ARSessionState of Hololens only return Ready and SessionInitializing

Hi,
I use ARFoundation in Hololens.
After I regist the session state change:

ARSession.stateChanged += ARSession_stateChanged;
private void ARSession_stateChanged(ARSessionStateChangedEventArgs obj)
        {
           
        }

I can only recieve Ready and then SessionInitializing, even if I cover all Hololens’s camera.
Is this normal?

Unity 2020.2.2f1
ARFoundation 4.15

Connected with the team, and yeah, those session state values seem to be correct for Hololens.