Skip to content

Instantly share code, notes, and snippets.

@JakeGinnivan
Created September 30, 2011 13:44
Show Gist options
  • Save JakeGinnivan/1253772 to your computer and use it in GitHub Desktop.
Save JakeGinnivan/1253772 to your computer and use it in GitHub Desktop.
30/09/2011 09:42:45.251 - Info [NavigationApplication ] - Starting Application
30/09/2011 09:42:45.251 - Info [NavigationApplication ] - {
30/09/2011 09:42:45.325 - Debug [NavigationApplication ] - Navigation Application Initialising
30/09/2011 09:42:45.325 - Debug [NavigationApplication ] - {
30/09/2011 09:42:45.333 - Debug [NavigationApplication ] - Construcing MVC Infrastructure
30/09/2011 09:42:45.333 - Debug [NavigationApplication ] - {
30/09/2011 09:42:45.443 - Debug [NavigationApplication ] - Creating PhoneApplicationFrame... 87ms
30/09/2011 09:42:45.453 - Debug [NavigationApplication ] - Creating PhoneApplicationService... 2ms
30/09/2011 09:42:45.508 - Debug [NavigationApplication ] - } 174ms
30/09/2011 09:42:45.542 - Debug [NavigationApplication ] - Starting NavigationApplication Service
30/09/2011 09:42:45.542 - Debug [NavigationApplication ] - {
30/09/2011 09:42:45.561 - Debug [NavigationApplication ] - Starting PhoneApplicationService... 0ms
30/09/2011 09:42:45.572 - Info [NavigationApplication ] - Raising NavigationApplication.Initialised event handlers (user code)... 0ms
30/09/2011 09:42:45.575 - Debug [NavigationApplication ] - } 22ms
30/09/2011 09:42:45.578 - Debug [NavigationApplication ] - } 252ms
30/09/2011 09:42:45.886 - Debug [NavigationApplicationActivator] - Handling WP7 Navigation Event to /Shell.xaml... 30ms
30/09/2011 09:42:45.904 - Info [Navigator ] - Memory usage before navigation: 6.03125
30/09/2011 09:42:45.913 - Info [Navigator ] - Navigating Forward to Home.MainPage
30/09/2011 09:42:45.913 - Info [Navigator ] - {
30/09/2011 09:42:45.922 - Debug [DefaultControllerLocator ] - Locating controller Home
30/09/2011 09:42:45.922 - Debug [DefaultControllerLocator ] - {
30/09/2011 09:42:45.944 - Debug [DefaultControllerLocator ] - Scanning assemblies for controllers and building lookup... 12ms
30/09/2011 09:42:45.949 - Debug [DefaultControllerLocator ] - } 26ms
30/09/2011 09:42:46.056 - Debug [DefaultActionInvoker ] - Resolving best matching action MainPage on Home... 85ms
30/09/2011 09:42:46.082 - Debug [DefaultActionInvoker ] - Invoking controller action for Home.MainPage... 2ms
30/09/2011 09:42:46.089 - Debug [Navigator ] - Executing WindowsPhoneMVC.ActionResults.PageResult for Home.MainPage
30/09/2011 09:42:46.089 - Debug [Navigator ] - {
30/09/2011 09:42:46.310 - Debug [DefaultViewLocator ] - Scanning assemblies for views and building lookup... 10ms
30/09/2011 09:42:46.338 - Debug [Navigator ] - } 246ms
30/09/2011 09:42:46.346 - Debug [Journal ] - Home.MainPage added to Journal
30/09/2011 09:42:46.373 - Debug [Navigator ] - Executing WindowsPhoneMVC.ActionResults.PageResult completion steps... 4ms
30/09/2011 09:42:46.378 - Info [Navigator ] - Memory usage after navigation: 7.2578125
30/09/2011 09:42:46.382 - Info [Navigator ] - } 468ms
30/09/2011 09:42:46.385 - Debug [Navigator ] - Application Startup Complete
30/09/2011 09:42:46.388 - Info [NavigationApplication ] - } 1097ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment