Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.5.2 App crash when opening an article #388

Closed
cemrich opened this issue Aug 4, 2015 · 0 comments
Closed

0.9.5.2 App crash when opening an article #388

cemrich opened this issue Aug 4, 2015 · 0 comments

Comments

@cemrich
Copy link
Contributor

cemrich commented Aug 4, 2015

I updated chrome and chrome beta last night. Since then I am not able to open any article with following stacktrace:

FATAL EXCEPTION: main
Process: de.luhmer.owncloudnewsreader, PID: 14166
java.lang.RuntimeException: Unable to start activity ComponentInfo{de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.NewsDetailActivity}: java.lang.SecurityException: Not allowed to bind to service Intent { act=android.support.customtabs.action.CustomTabsService pkg=com.chrome.beta }
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2212)
    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2271)
    at android.app.ActivityThread.access$800(ActivityThread.java:144)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1205)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:136)
    at android.app.ActivityThread.main(ActivityThread.java:5146)
    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:732)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
    at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.SecurityException: Not allowed to bind to service Intent { act=android.support.customtabs.action.CustomTabsService pkg=com.chrome.beta }
    at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1644)
    at android.app.ContextImpl.bindService(ContextImpl.java:1608)
    at android.content.ContextWrapper.bindService(ContextWrapper.java:517)
    at android.support.customtabs.CustomTabsClient.bindCustomTabsService(CustomTabsClient.java:60)
    at de.luhmer.owncloudnewsreader.NewsDetailActivity.bindCustomTabsService(NewsDetailActivity.java:498)
    at de.luhmer.owncloudnewsreader.NewsDetailActivity.onCreate(NewsDetailActivity.java:184)
    at android.app.Activity.performCreate(Activity.java:5231)
    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
    ... 11 more

The issue is reproducible and makes the app useless at the moment. I'm using a Samsung Galaxy S2 with Cyanogen 11 (Android 4.4.4).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant