设备特定的错误 - s3dReadConfigFile"无法打开文件进行读取和QUOT;。无法打开、错误、文件、设备

2023-09-13 00:07:23 作者:唱着红星闪闪去早恋

我开发了通信在本地网络上的应用程序,并正尝试测试在多台设备。我有一个令人难以置信的Droid和三星Galaxy S3的测试现在。当我运行的令人难以置信的应用程序,所有的作品如预期。然而,当我运行在GS3的应用程序,我得到以下错误在LogCat中:

I'm developing an application that communicates over the local network, and am trying to test on multiple devices. I have a Droid Incredible and a Samsung Galaxy S3 for testing right now. When I run the application on the Incredible, all works as intended. However, when I run the app on the GS3, I get the following error in LogCat:

< s3dReadConfigFile:75>:无法打开文件进行读取

< s3dReadConfigFile:75 >: Can't open file for reading

一个队友与另一GS3 没有得到这个错误,当他运行在该设备应用程序也得到这个错误,但它采取由于日志输出的音量他一段时间才能找到它。什么是可能的原因是什么?这是一个配置问题,硬件问题,或东西在我的code?

A team mate with another GS3 does not get this error when he runs the application on that device also gets this error, but it took him a while to find it because of the volume of log output. What is the possible cause? Is this a configuration issue, a hardware issue, or something in my code?

推荐答案

经过几个月的发展,并继续接收上运行多个应用程序的多台设备这个错误,似乎至少是一个系统的问题。这不会导致任何问题上运行GS3s与其他设备的应用程序,而且它也很可能不是什么与我的code。

After several months of developing and continuing to receive this error on multiple devices running multiple apps, it seems at least to be a system issue. It does not result in any issues running apps on GS3s versus other devices, and it's also likely not anything to do with my code.

我不知道这意味着什么或如何缓解,但如果您收到此错误,你也许可以忽略它。

I have no idea what it means or how to mitigate it, but if you're receiving the error, you can probably just ignore it.