在Crittercism App Loads Today我看到了App Loads的数量。但是当我崩溃时,我在今天崩溃中看不到任何内容。 我崩溃了。
if (tabBar.tag == 1 && item.tag == 2) {;
[NSException raise:NSInvalidArgumentException format:@"Foo must not be nil"];
};
或崩溃。
if (tabBar.tag == 1 && item.tag == 2) {;
[NSException raise:@"error!" format:@"it go!"];
};
或崩溃。
if (tabBar.tag == 1 && item.tag == 2) {;
[self wrongselector];
};
我该怎么办才能让它处理崩溃?