diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/ViewSrv.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/ViewSrv.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,47 @@ + + + ViewSrv + <p> The table below lists the View Server panics.</p> + + + 1 + <p> View Server creation failed. </p> + + + 3 + <p> A bad client call was made - i.e. the opcode sent by the client was one not defined in <code>TVwsRequestOpcode</code>. </p> + + + 6 + <p> The view that View Server is trying to remove has not been found. </p> + + + 7 + <p> An application tried to add a view with an application UID other than its own. </p> + + + 8 + <p> The custom message sent along with a view activation request was not copied across to the server properly. </p> + + + 9 + <p> An attempt was made to remove the currently active view. </p> + + + 10 + <p> A client has requested a view event even though it still has an outstanding request open. </p> + + + 11 + <p> The most common panic. A view has taken too long to complete its implementation of <code>ViewActivatedL()</code> and must, therefore, be panicked to stop it from blocking the entire OS. </p> + + + 13 + <p> An attempt was made to activate a view that does not support the current screenmode. </p> + + + 14 + <p> - A view has taken too long to complete its implementation of ViewDeactivated() and must, therefore, be panicked to stop it from blocking the entire OS. </p> + + + \ No newline at end of file