为什么在FingerprintManager的设备日志中有这么多例外?

时间:2014-05-03 15:28:09

标签: android

当我将手机连接到Eclipse时,我在设备(Samsung S2)日志中看到了数万条logcat消息。 其中大多数都是FingerprintManager的例外。

我很担心,因为当我调试我的应用程序时,我的logcat缓冲区会快速填满并清除我的应用程序日志(即使我增加了缓冲区大小)。

它是Android框架中的错误,还是只是设备制造商的软件中的错误?

05-03 10:22:20.948: E/iu.FingerprintManager(8012):  at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:145)
05-03 10:22:20.948: E/iu.FingerprintManager(8012):  at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:612)
05-03 10:22:20.948: E/iu.FingerprintManager(8012):  at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:613)
05-03 10:22:20.948: E/iu.FingerprintManager(8012):  at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:542)
05-03 10:22:20.948: E/iu.FingerprintManager(8012):  at android.content.ContentResolver.openInputStream(ContentResolver.java:377)
05-03 10:22:20.948: E/iu.FingerprintManager(8012):  at dwh.a(PG:216)
05-03 10:22:20.948: E/iu.FingerprintManager(8012):  at dvu.a(PG:120)
05-03 10:22:20.948: E/iu.FingerprintManager(8012):  at com.google.android.apps.plus.service.FingerprintScannerIntentService.onHandleIntent(PG:79)

...另一

05-03 10:23:24.460: E/iu.FingerprintManager(8012):  at android.content.ContentResolver.openInputStream(ContentResolver.java:377)
05-03 10:23:24.460: E/iu.FingerprintManager(8012):  at dwh.a(PG:216)
05-03 10:23:24.460: E/iu.FingerprintManager(8012):  at dvu.a(PG:120)
05-03 10:23:24.460: E/iu.FingerprintManager(8012):  at com.google.android.apps.plus.service.FingerprintScannerIntentService.onHandleIntent(PG:79)

即使您使用过滤器,过滤器也不会捕获抛出的运行时异常。

0 个答案:

没有答案