Created
February 13, 2011 03:25
-
-
Save jamesantrobus/824403 to your computer and use it in GitHub Desktop.
Console output of TimeZoneNotFoundException being thrown from Newtonsoft.Json.MonoTouch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sun Feb 13 03:07:50 Jamess-iPad UIKitApplication:jamesantrobus.myapp[0x2397][3826] <Notice>: Unhandled Exception: System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown. | |
| Sun Feb 13 03:07:50 Jamess-iPad UIKitApplication:jamesantrobus.myapp[0x2397][3826] <Notice>: at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0 | |
| Sun Feb 13 03:07:50 Jamess-iPad UIKitApplication:jamesantrobus.myapp[0x2397][3826] <Notice>: at Newtonsoft.Json.JsonConvert.GetUtcOffset (DateTime dateTime) [0x00000] in <filename unknown>:0 | |
| Sun Feb 13 03:07:50 Jamess-iPad UIKitApplication:jamesantrobus.myapp[0x2397][3826] <Notice>: at Newtonsoft.Json.JsonConvert.WriteDateTimeString (System.IO.TextWriter writer, DateTime value) [0x00000] in <filename unknown>:0 | |
| Sun Feb 13 03:07:50 Jamess-iPad UIKitApplication:jamesantrobus.myapp[0x2397][3826] <Notice>: at Newtonsoft.Json.JsonTextWriter.WriteValue (DateTime value) [0x00000] in <filename unknown>:0 | |
| Sun Feb 13 03:07:50 Jamess-iPad UIKitApplication:jamesantrobus.myapp[0x2397][3826] <Notice>: at Newtonsoft.Json.JsonWriter.WriteValue (System.Object value) [0x00000] in <filename unknown>:0 | |
| Sun Feb 13 03:07:50 Jamess-iPad UIKitApplication:jamesantrobus.myapp[0x2397][3826] <Notice>: at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonContract valueContract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContract collectionValueContract) [0x00000] in <filename unknown>:0 | |
| Sun Feb 13 03:07:50 Jamess-iPad UIKitApplication:jamesantrobus.myapp[0x2397][3826] <Notice>: at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.WriteMemberInfoProperty (Newtonsoft.Json.JsonWriter writer, System.Object memberValue, Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.Serialization.JsonContract contract) [0x00000] in <filename unknown>:0 | |
| Sun Feb 13 03:07:50 Jamess-iPad UIKitApplication:jamesantrobus.myapp[0x2397][3826] <Notice>: at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject (Newtonsoft.Json.JsonWriter writer, System.Object value, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContract collectionValueContract) [0x00000] in <filename unknown>:0 | |
| Sun Feb 13 03:07:50 Jamess-iPad UIKitApplication:jamesantrobus.myapp[0x2397][3826] <Notice>: Error connecting stdout and stderr (10.211.55.2:10001) | |
| Sun Feb 13 03:07:50 Jamess-iPad com.apple.launchd[1] (UIKitApplication:jamesantrobus.myapp[0x2397][3826]) <Warning>: (UIKitApplication:jamesantrobus.myapp[0x2397]) Exited with exit code: 1 | |
| Sun Feb 13 03:07:50 Jamess-iPad SpringBoard[47] <Warning>: Application 'CV App' exited abnormally with exit status 1 | |
| Sun Feb 13 03:09:50 Jamess-iPad SpringBoard[47] <Notice>: MultitouchHID(2191f0) uilock state: 0 -> 1 | |
| Sun Feb 13 03:20:57 Jamess-iPad com.apple.locationd[21] <Notice>: NOTICE,Got external (/usr/libexec/lockdownd) time update to 319259955.00 | |
| Sun Feb 13 03:20:57 Jamess-iPad com.apple.locationd[21] <Notice>: STATUS,Generic,Time,319260057.695,Function,"void CLTimeManager::handleExternalTimeUpdate(CFAbsoluteTime, const char*)",Got external (/usr/libexec/lockdownd) time update to 319259955.00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment