Search code examples
javaandroidstringexceptioncrashlytics-android

How to detect cause of this crash from Crashlytics?


Suddenly my app started to crash enormously. I checked Crashlytics report but it doesn't tell me much. This is what it says, hopefully someone could give me a hint if had same/similar problem..

Crashlytics report


Solution

  • This seems to be related to a known jmDNS bug that was supposedly fixed a long time ago1:

    Apparently, the problem is triggered by lookup of malformed DNS names: see last email in discussion thread.

    I suggest that you add some diagnostics to your app to find out what name your code is attempting to lookup.


    1 - I have my doubts that it was actually fixed ... based on the discussion thread.