You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the project it is getting crashed and giving error as java.lang.SecurityException: caller uid 10269 is different than the authenticator's uid
#3
Open
kumar123456789 opened this issue
Jul 8, 2016
· 0 comments
Below shown is the error that I am getting in logcat can any one help me with this?
07-08 15:39:58.690 22327-22327/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.odoo.hr, PID: 22327
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.odoo.hr/com.odoo.core.account.OdooLogin}: java.lang.SecurityException: caller uid 10269 is different than the authenticator's uid
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2338)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2390)
at android.app.ActivityThread.access$800(ActivityThread.java:151)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:5292)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:824)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:640)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.SecurityException: caller uid 10269 is different than the authenticator's uid
at android.os.Parcel.readException(Parcel.java:1465)
at android.os.Parcel.readException(Parcel.java:1419)
at android.accounts.IAccountManager$Stub$Proxy.getUserData(IAccountManager.java:555)
at android.accounts.AccountManager.getUserData(AccountManager.java:342)
at com.odoo.core.support.OUser.fillFromAccount(OUser.java:58)
at com.odoo.core.auth.OdooAccountManager.getAllAccounts(OdooAccountManager.java:53)
at com.odoo.core.auth.OdooAccountManager.anyActiveUser(OdooAccountManager.java:158)
at com.odoo.core.account.OdooLogin.onCreate(OdooLogin.java:80)
at android.app.Activity.performCreate(Activity.java:5264)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1088)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2302)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2390)
at android.app.ActivityThread.access$800(ActivityThread.java:151)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:5292)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
The text was updated successfully, but these errors were encountered: