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
Incident Identifier: DF12C9D7-4F7D-4F4B-A7BB-CBF72538C63B | |
CrashReporter Key: c6a46765538b698357c9d4950c694a241750637e | |
Hardware Model: iPad1,1 | |
Process: Faceteroids [3334] | |
Path: /var/mobile/Applications/B435FE07-66FD-4024-9242-318DC813F061/Faceteroids.app/Faceteroids | |
Identifier: Faceteroids | |
Version: ??? (???) | |
Code Type: ARM (Native) | |
Parent Process: crunchd [1] |
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
Incident Identifier: CA388029-7F94-402A-AFD6-14A308F60077 | |
CrashReporter Key: 3ce263948a6cd9879f449022822ac8f6bf80d12c | |
Hardware Model: iPad2,2 | |
Process: Wagonheim [3738] | |
Path: /var/mobile/Applications/5F5C1B63-62F9-4626-A146-6C0DECC266E7/BizRX.app/Wagonheim | |
Identifier: Wagonheim | |
Version: ??? (???) | |
Code Type: ARM (Native) | |
Parent Process: launchd [1] |
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
Incident Identifier: 35B66BF3-4B1A-4B6A-86BB-ED1AFB212D52 | |
CrashReporter Key: 3ce263948a6cd9879f449022822ac8f6bf80d12c | |
Hardware Model: iPad2,2 | |
Process: Wagonheim [3731] | |
Path: /var/mobile/Applications/5F5C1B63-62F9-4626-A146-6C0DECC266E7/BizRX.app/Wagonheim | |
Identifier: Wagonheim | |
Version: ??? (???) | |
Code Type: ARM (Native) | |
Parent Process: launchd [1] |
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
Incident Identifier: DF519658-7CF8-4986-8C8C-0C8BF364D684 | |
CrashReporter Key: 3ce263948a6cd9879f449022822ac8f6bf80d12c | |
Hardware Model: iPad2,2 | |
Process: Wagonheim [3743] | |
Path: /var/mobile/Applications/5F5C1B63-62F9-4626-A146-6C0DECC266E7/BizRX.app/Wagonheim | |
Identifier: Wagonheim | |
Version: ??? (???) | |
Code Type: ARM (Native) | |
Parent Process: launchd [1] |
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
Incident Identifier: CA388029-7F94-402A-AFD6-14A308F60077 | |
CrashReporter Key: 3ce263948a6cd9879f449022822ac8f6bf80d12c | |
Hardware Model: iPad2,2 | |
Process: Wagonheim [3738] | |
Path: /var/mobile/Applications/5F5C1B63-62F9-4626-A146-6C0DECC266E7/BizRX.app/Wagonheim | |
Identifier: Wagonheim | |
Version: ??? (???) | |
Code Type: ARM (Native) | |
Parent Process: launchd [1] |
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
public static string ToCsv<T>(string separator, IEnumerable<T> objectlist) | |
{ | |
Type t = typeof(T); | |
FieldInfo[] fields = t.GetFields(); | |
string header = String.Join(separator, fields.Select(f => f.Name).ToArray()); | |
StringBuilder csvdata = new StringBuilder(); | |
csvdata.AppendLine(header); |
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
static void Main() | |
{ | |
#if DEBUG | |
// Run as interactive exe in debug mode to allow easy | |
// debugging. | |
CCCS_Global_SVC service = new CCCS_Global_SVC(); | |
service.OnStart(null); | |
// Sleep the main thread indefinitely while the service code |
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
Incident Identifier: 27745F00-E91F-4F80-A50E-08CDAAE0F4AA | |
CrashReporter Key: 7fa3618fc12d60562867ad7093bc783522827a24 | |
Hardware Model: iPhone3,1 | |
Process: Faceteroids [2632] | |
Path: /var/mobile/Applications/1066B733-171A-4D51-AB09-7D7BC48AEEF2/Facetroids.app/Faceteroids | |
Identifier: Faceteroids | |
Version: ??? (???) | |
Code Type: ARM (Native) | |
Parent Process: crunchd [1] |
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
Jul 21 00:27:06 unknown UIKitApplication:com.youriisolutions.faceteroids[0x3bf5][2716] <Notice>: Unhandled Exception: System.ArgumentOutOfRangeException: Argument is out of range. | |
Jul 21 00:27:06 unknown UIKitApplication:com.youriisolutions.faceteroids[0x3bf5][2716] <Notice>: Terminating runtime due to unhandled exception | |
Jul 21 00:27:06 unknown UIKitApplication:com.youriisolutions.faceteroids[0x3bf5][2716] <Notice>: Stacktrace: | |
Jul 21 00:27:06 unknown UIKitApplication:com.youriisolutions.faceteroids[0x3bf5][2716] <Notice>: Native stacktrace: | |
Jul 21 00:27:06 unknown UIKitApplication:com.youriisolutions.faceteroids[0x3bf5][2716] <Notice>: 0 Faceteroids 0x00712fa8 Faceteroids + 7413672 | |
Jul 21 00:27:06 unknown UIKitApplication:com.youriisolutions.faceteroids[0x3bf5][2716] <Notice>: 1 Faceteroids 0x0073a3dc Faceteroids + 7574492 | |
Jul 21 00:27:06 unknown UIKitApplication:com.youriisolutions.faceteroids[0x3bf5][2716] <Notice>: 2 libsystem_c.dylib |
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
Jul 21 00:43:05 unknown UIKitApplication:com.youriisolutions.faceteroids[0x48a8][3752] <Notice>: Stacktrace: | |
Jul 21 00:43:05 unknown UIKitApplication:com.youriisolutions.faceteroids[0x48a8][3752] <Notice>: at MonoTouch.UIKit.UIApplication.Main (string[],string,string) <0x0008f> | |
Jul 21 00:43:05 unknown UIKitApplication:com.youriisolutions.faceteroids[0x48a8][3752] <Notice>: at AsteroidsHD.Program.Main (string[]) <0x00017> | |
Jul 21 00:43:05 unknown UIKitApplication:com.youriisolutions.faceteroids[0x48a8][3752] <Notice>: at (wrapper runtime-invoke) object.runtime_invoke_dynamic (intptr,intptr,intptr,intptr) <0xffffffff> | |
Jul 21 00:43:05 unknown UIKitApplication:com.youriisolutions.faceteroids[0x48a8][3752] <Notice>: Native stacktrace: | |
Jul 21 00:43:05 unknown UIKitApplication:com.youriisolutions.faceteroids[0x48a8][3752] <Notice>: 0 Faceteroids 0x00712fa8 Faceteroids + 7413672 | |
Jul 21 00:43:05 unknown UIKitApplication:com.youriisolutions.faceteroids[0x48a8][3752] <Notice>: 1 Facete |