0

I'm trying to create an app and at a point my program gets forced close.While I debug it I get this stack ActivityThread.performLaunchActivity(ActivityThread$ActivityRecord, Intent) line: 2496
Does anyone knows what it refers to?

4

1 回答 1

1

您应该能够看到导致该异常的原因。很可能,在跟踪之后,您会发现一些写有“由”字样的行。可能不止一个,所以一定要一直跟着下去,因为它可能是最后一个重要的。

在这种情况下,启动活动时似乎出了点问题(可能在 中onCreate())。

另外,请注意,在 LogCat 中,即使没有调试,您也应该能够看到堆栈跟踪。

于 2011-03-25T21:00:42.587 回答