Good idea. I do see the same behavior for crash reports. I can get Apple's
symbolicatecrash to successfully find my dSYM file and app. Eventually it
runs the atos command described 
http://stackoverflow.com/questions/1460892/symbolicating-iphone-app-crash-reports
here . Even that lower-level command returns symbolicated results for the
Mono stuff but raw addresses for my stuff. It's as if the dSYM file isn't
being used or doesn't contain sufficient information.

I tried using the dwarfdump command to inspect my dSYM file. I may be
misreading the results, but it seems like only some of the functions from my
app appear in it. Anything whose qualified name begins with
"native_to_managed_trampoline_" (i.e. functions that override native methods
and are called from native code) does appear in the dSYM file but any of my
other functions don't appear.

Does this give you any other ideas?



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Instruments-stopped-symbolicating-methods-in-my-app-tp4656904p4656935.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to