Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
227 views
in Technique[技术] by (71.8m points)

android - Device specific error - s3dReadConfigFile "Can't open file for reading."

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 >: Can't open file for reading

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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...