简体   繁体   English

使用Robovm解析Parse.com崩溃报告符号

[英]Parse.com crashreporting Symbols with Robovm

I've implemented the crashreporting into the parse bindings and am able to receive crashes on iOS in Parse. 我已经实现了将崩溃报告导入到解析绑定中,并且能够在iOS中的Parse中接收崩溃。 Currently what it says is not useful at all because it's not symbolicated. 目前它所说的根本没有用,因为它没有被符号化。 Until now I've not been able to upload the symbols because of the following error: 到目前为止,由于以下错误,我无法上传符号:

Using command: parse symbols applicationName --path="" returns: "Do not understand symbol at " 使用命令:解析符号applicationName --path =“”返回:“不理解符号位于”

Where is the path to the application.app.dSYM file created by Robovm. Robovm创建的application.app.dSYM文件的路径在哪里。

My first question is if I do get the symbols into the parse dashboard will I see anything useful data from behind the ahead of time compiler (actual java exceptions or something similar) or will it be unuseable for decent debugging purposes. 我的第一个问题是,如果确实将符号放入了解析仪表板中,我会从预先的编译器后面看到任何有用的数据(实际的Java异常或类似的东西),还是无法用于合理的调试目的。 If it is useful, does anyone have a clue as to how to upload the symbols file created by Robovm? 如果有用,有没有人知道如何上传Robovm创建的符号文件?

fixed by using the following command: 通过使用以下命令修复:

parse symbols applicationName -p "/path/to/dsym/" 解析符号applicationName -p“ / path / to / dsym /”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM