ios - line numbers in stack trace -
the line numbers in stack traces ios builds not seem correspond either original sources or .m sources generated build process. there way interpret them ?
for example, in trade below online_root.start:721 refers method in file 111 lines. correspinding .m file has 319 lines.
*** cn1 log **** [null] 0:0:48,666 - exception: java.lang.nullpointerexception - null java.lang.nullpointerexception @ online_root.start:721 @ util_jwsapplication.runmain:216 @ util_jwsapplication.xmain:124 @ com_boardspace_boardspacelauncher.launchlobby:110 @ com_boardspace_boardspacelauncher.doit:0 @ com_boardspace_boardspacelauncher.run:51 @ java_lang_thread.runimpl:153
*** end of cn1 log ****
try using platform crashing such hockeyapp or crashlytics, easiest way interpret crash logs on ios device. if don't go route, need understand atos command, address symbol. there plenty of resources here atos , how working, route took , works well.
Comments
Post a Comment