使用蓝牙 Android studio/java 崩溃
当我在我的应用程序中使用时,它做了一些不应该做的事情,尝试连接到已配对但未连接的蓝牙设备。应用程序崩溃了,我想看看是否有办法捕获错误并阻止应用程序崩溃。 我正在使用
try {
socket.connect();
} catch (IOException e) {
Log.e("ConnectFail", "Socket.connect() Failed", e);
//e.printStackTrace();
break;
}
,但仍然崩溃。
When I am using in my app and it does something it wasn't supposed to like try to connect to paired but not connected Bluetooth device. The app crashes, I want to see if there is a way to catch the errors and stop the app from crashing.
I'm using
try {
socket.connect();
} catch (IOException e) {
Log.e("ConnectFail", "Socket.connect() Failed", e);
//e.printStackTrace();
break;
}
but it still crashes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论