NullPointer on toLowerCase but I don't use that method anywhere

后端 未结 3 1668
栀梦
栀梦 2020-12-02 16:21

I\'m getting the following crash dump in Firebase Crash Reports:

Exception java.lang.NullPointerException: Attempt to invoke virtual method \'java.lang.Strin         


        
3条回答
  •  悲哀的现实
    2020-12-02 17:19

    I got this error when my code was trying to create a connection to certain amqp service using an invalid URL. Once I modified it to the proper value, the exception is gone. So check your code.

提交回复
热议问题