如何调试应用程序时,工作正常,在模拟器但在实际的手机出现故障?但在、模拟器、应用程序、出现故障

由网友(等你归)分享简介:如何调试应用程序时,工作没有错误仿真器,但同时有些画面做SQLite的操作力关闭?How can i debug when application works without error in emulator but force closes while doing SQLite operations on som...

如何调试应用程序时,工作没有错误仿真器,但同时有些画面做SQLite的操作力关闭?

How can i debug when application works without error in emulator but force closes while doing SQLite operations on some screens?

推荐答案

您应该将手机连接到您的开发计算机,并期待在LogCat中(或使用调试器),看看什么是在堆栈跟踪回事。您还可以在手机上安装一个应用程序(如目录下载)来查看日志。

You should connect the phone to your development machine and look at Logcat (or use the debugger) to see what is going on in the stack trace. You can also install an app (like CatLog) on the phone to view the log.

阅读全文

相关推荐

最新文章