Pretty sure CardSession.isEligible() is not doing anything to crash your app. You will get this crashing error when you already have an active NFC session in your app. I would suggest to check that your code checks for previous sessions that may have not been closed, or perhaps a lingering variable holding the previous session that hasn't been released yet, etc. In other words, this is a bug in your code you need to resolve. Not an issue caused by CardSession.isEligible()
Topic:
App & System Services
SubTopic:
Core OS
Tags: