Created
April 23, 2020 16:51
-
-
Save sathyarajshetigar/b27b247ff35772bc1ca89effa22d95f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- beginning of crash | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: FATAL EXCEPTION: main | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: Process: com.google.android.dialer, PID: 2487 | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: java.lang.RuntimeException: Unable to create application com.android.dialer.application.DialerApplication: java.lang.SecurityException: Failed to find provider call_log for user 0; expected to find a valid ContentProvider for this authority | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6123) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.app.ActivityThread.access$1200(ActivityThread.java:213) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1807) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6923) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:870) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: Caused by: java.lang.SecurityException: Failed to find provider call_log for user 0; expected to find a valid ContentProvider for this authority | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:1950) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1918) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1868) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.content.IContentService$Stub$Proxy.registerContentObserver(IContentService.java:779) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1972) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.content.ContentResolver.registerContentObserver(ContentResolver.java:1961) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at dpg.a(PG:30) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at com.android.dialer.application.DialerApplication.onCreate(PG:21) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1176) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6118) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: ... 8 more | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: Caused by: android.os.RemoteException: Remote stack trace: | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at com.android.server.content.ContentService.registerContentObserver(ContentService.java:346) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.content.IContentService$Stub.onTransact(IContentService.java:76) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at com.android.server.content.ContentService.onTransact(ContentService.java:268) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: at android.os.Binder.execTransact(Binder.java:735) | |
04-23 21:30:56.841 2487 2487 E AndroidRuntime: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment