Mark nullpointerexception when trying to read a string on a null object, the field is android.accounts.Account.name
, which I do not implement, but maybe the Google API to connect through Google+ may be doing by getting the User name
java.lang.NullPointerException: Attempt to read from field 'java.lang.String android.accounts.Account.name' on a null object reference at android.os.Parcel.readException (Parcel.java:1690) at android.os.Parcel.readException (Parcel.java:1637) at com.android.vending.contentfilters.IContentFiltersService $ Stub $ Proxy.getContentFiltersAndIntent (SourceFile: 139) at com.google.android.videos.service.contentfiltering.ContentFiltersManager $ 1 $ 2.get (SourceFile: 483) at com.google.android.videos.service.contentfiltering.ContentFiltersManager $ 1 $ 2.get (SourceFile: 477) at com.google.android.videos.utils.async.SupplyToReceiverRunnable.run (SourceFile: 29) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java:607) at com.google.android.videos.utils.PriorityThreadFactory $ 1.run (SourceFile: 42) at java.lang.Thread.run (Thread.java:761)