0

I have integrated the forebase crash report as per googles documentation and its working as expected except, the stack trace is not symbolicated.

In the firebase console, I see the following message

Future stack traces for UUID ******** will be symbolicated using the uploaded symbol file.

But stack trace are not symbolicated and I get messages like

1033138 + 418738 instead of method name.

KENdi
  • 7,576
  • 2
  • 16
  • 31
Shofiqul Alam
  • 585
  • 1
  • 7
  • 29
  • The message is saying that *future* traces will be symbolicated. You're probably looking at a crash that was sent before you uploaded symbol files. Have you tried generating a crash after the upload? – Doug Stevenson Jul 19 '17 at 17:28
  • yes,problem is no crash was symbolicating. Found the solution,i needed to give 777 permisison to the foler PODS/FirebaseCrash recursively and after that it worked like a charm. – Shofiqul Alam Jul 20 '17 at 10:10

0 Answers0