Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

E/ActivityThread﹕ Failed to find provider info for com.example.YPLContentProvider

I'm recieving such a message in logs of my Android application.

E/ActivityThread﹕ Failed to find provider info for com.example.myapp.YPLContentProvider

I searched, but did not find any reference for YPLContentProvider. I'm not using or implementing such a class in my code.

Also there is

E/ActivityThread﹕ Failed to find provider info for com.example.myapp.MetrikaContentProvider

What is this?

like image 733
Demian Avatar asked Nov 07 '13 12:11

Demian


1 Answers

It's not logs from your application. It seems that you have some Yandex android apps installed on you device (like Yandex.Maps) which have component seeking for metrics provider for every app in your device (unwanted behaviour but it works so), including app you developed.

 01-25 15:23:15.745 22000-22044/ru.yandex.yandexmaps E/ActivityThread﹕ Failed to find provider info for com.vhqlabs.TextPoll.YPLContentProvider
like image 178
Pavel Samokha Avatar answered Nov 07 '22 05:11

Pavel Samokha