The document contains two error logs from an Android application. Both errors indicate that the application tried to access contact data from the device's ContactsProvider without having the necessary READ_CONTACTS or WRITE_CONTACTS permissions configured. This triggered a SecurityException. The stack traces provide details on the specific method calls and files involved in the permission failure.
The document contains two error logs from an Android application. Both errors indicate that the application tried to access contact data from the device's ContactsProvider without having the necessary READ_CONTACTS or WRITE_CONTACTS permissions configured. This triggered a SecurityException. The stack traces provide details on the specific method calls and files involved in the permission failure.
The document contains two error logs from an Android application. Both errors indicate that the application tried to access contact data from the device's ContactsProvider without having the necessary READ_CONTACTS or WRITE_CONTACTS permissions configured. This triggered a SecurityException. The stack traces provide details on the specific method calls and files involved in the permission failure.
The document contains two error logs from an Android application. Both errors indicate that the application tried to access contact data from the device's ContactsProvider without having the necessary READ_CONTACTS or WRITE_CONTACTS permissions configured. This triggered a SecurityException. The stack traces provide details on the specific method calls and files involved in the permission failure.
com.android.providers.contacts.ContactsProvider2 from ProcessRecord{508840dd0 14491:com.lenovo.anyshare.cloneit/u0a192} (pid=14491, uid=10192) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS at android.os.Parcel.createException(Parcel.java:1966) at android.os.Parcel.readException(Parcel.java:1934) at android.os.Parcel.readException(Parcel.java:1884) at android.app.IActivityManager$Stub$Proxy.getContentProvider(IActivityManager.java:40 39) at android.app.ActivityThread.acquireProvider(ActivityThread.java:6365) at android.app.ContextImpl$ApplicationContentResolver.acquireUnstableProvider(ContextI mpl.java:2825) at android.content.ContentResolver.acquireUnstableProvider(ContentResolver.java:1835) at android.content.ContentResolver.query(ContentResolver.java:793) at android.content.ContentResolver.query(ContentResolver.java:759) at android.content.ContentResolver.query(ContentResolver.java:717) at com.lenovo.leos.cloud.lcp.sync.modules.contact.dao.impl.RawContactDaoImpl.queryLoca lContactNumber(SourceFile:1005) at com.lenovo.leos.cloud.lcp.sync.impl.dispatcher.LocalDispatcher.getCount(SourceFile: 120) at com.lenovo.leos.cloud.lcp.sync.impl.LCPSyncAPIBase.getCount(SourceFile:124) at com.lenovo.anyshare.aov.b(SourceFile:474) at com.lenovo.anyshare.aov.a(SourceFile:217) at com.lenovo.anyshare.ams.a(SourceFile:105) at com.lenovo.anyshare.ams.a(SourceFile:54) at com.lenovo.anyshare.fy.a(SourceFile:242) at com.lenovo.anyshare.bgz.run(SourceFile:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:459) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:764)
ERROR 2020-05-21 21:17:45
java.lang.SecurityException: Permission Denial: opening provider com.android.providers.contacts.ContactsProvider2 from ProcessRecord{508840dd0 14491:com.lenovo.anyshare.cloneit/u0a192} (pid=14491, uid=10192) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS at android.os.Parcel.createException(Parcel.java:1966) at android.os.Parcel.readException(Parcel.java:1934) at android.os.Parcel.readException(Parcel.java:1884) at android.app.IActivityManager$Stub$Proxy.getContentProvider(IActivityManager.java:40 39) at android.app.ActivityThread.acquireProvider(ActivityThread.java:6365) at android.app.ContextImpl$ApplicationContentResolver.acquireUnstableProvider(ContextI mpl.java:2825) at android.content.ContentResolver.acquireUnstableProvider(ContentResolver.java:1835) at android.content.ContentResolver.query(ContentResolver.java:793) at android.content.ContentResolver.query(ContentResolver.java:759) at android.content.ContentResolver.query(ContentResolver.java:717) at com.lenovo.leos.cloud.lcp.sync.modules.contact.dao.impl.RawContactDaoImpl.queryLoca lContactNumber(SourceFile:1005) at com.lenovo.leos.cloud.lcp.sync.impl.dispatcher.LocalDispatcher.getCount(SourceFile: 120) at com.lenovo.leos.cloud.lcp.sync.impl.LCPSyncAPIBase.getCount(SourceFile:124) at com.lenovo.anyshare.aov.b(SourceFile:474) at com.lenovo.anyshare.aov.a(SourceFile:217) at com.lenovo.anyshare.ams.a(SourceFile:105) at com.lenovo.anyshare.ams.a(SourceFile:54) at com.lenovo.anyshare.fy.a(SourceFile:242) at com.lenovo.anyshare.bgz.run(SourceFile:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:459) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:764) Caused by: android.os.RemoteException: Remote stack trace: at com.android.server.am.ActivityManagerService.getContentProviderImpl(ActivityManager Service.java:15677) at com.android.server.am.ActivityManagerService.getContentProviderImpl(ActivityManager Service.java:15586) at com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerServ ice.java:16151) at android.app.IActivityManager$Stub.onTransact$getContentProvider$ (IActivityManager.java:11035) at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:295)