Tibor Beke

Results 2 comments of Tibor Beke

I experience the same error message 'Process crashed.' In logcat I see that Cucumber crashes at its init phase, as it doesn't have the necessary permissions to create the cucumber-report...

In line 52 https://github.com/GoogleChrome/custom-tabs-client/blob/c51efbddc4f976c88d15c730a79feba65ca857af/demos/src/main/java/org/chromium/customtabsdemos/CustomTabActivityHelper.java#L52 the packageName may be invalid as it is cached in CustomTabsHelper. Steps to reproduce: 1. Start the Activity where bindCustomTabsService is called. 2. Go to system...