c# - HockeyApp doesn't show exception detail from a shared project -


i new hockeyapp have implemented windows uwp app project. far, see. using crash reporting during testing , can stack trace crash via hockeyapp investigate , fix. therefore, having full detail such class name, method name , line number in stack trace reported key.

i did make sure follow step step guides setup includes making sure of pdb symbols uploaded hockeyapp portal.

my solution has shared project share code. noticed if exception happens in class located in shared project, not stack trace info. lot of lines "shared library" in general no class name, method name or line number. however, if exception happens inside of actual project, works fine , of detail need.

for example, stack trace when exception in shared project:

exception stack: unknown location system.runtime.exceptionservices.exceptiondispatchinfo.throw() sharedlibrary!+0x36fd1b sharedlibrary!+0x36fbe9 sharedlibrary!+0x36fbb9 pactracmobile.windows10!+0xdc555d system.runtime.exceptionservices.exceptiondispatchinfo.throw() pactracmobile.windows10!+0xdc55b3 system.runtime.exceptionservices.exceptiondispatchinfo.throw() sharedlibrary!+0x36fd1b sharedlibrary!+0x36fbe9 sharedlibrary!+0x36fbb9 pactracmobile.windows10!+0x1357213 system.runtime.exceptionservices.exceptiondispatchinfo.throw() sharedlibrary!+0x36fd1b sharedlibrary!+0x36fbe9 sharedlibrary!+0x36fbb9 pactracmobile.windows10!+0x13502d9 system.runtime.exceptionservices.exceptiondispatchinfo.throw() sharedlibrary!+0x36fd1b sharedlibrary!+0x36fbe9 sharedlibrary!+0x36fbb9 pactracmobile.windows10!+0x135099d system.runtime.exceptionservices.exceptiondispatchinfo.throw() sharedlibrary!+0x36fd1b sharedlibrary!+0x36fbe9 sharedlibrary!+0x36fbb9 pactracmobile.windows10!+0x12f8bab pactracmobile.windows10!+0x12f8a55

but if inside of app project, detail.

exception stack: pactracmobile.windows10.view.post.setfocusanddataoncontrols() pactracmobile.windows10.view.post.checkbatchselected() pactracmobile.windows10.view.post..ctor() pactracmobile.windows10.pactracmobile_windows10_xamltypeinfo.xamltypeinfoprovider.activate_155_post() syncfusion.ui.xaml.controls.input.syncfusion_sfinput_uwp_2015_xamltypeinfo.xamlusertype.activateinstance() pactracmobile.windows10!+0x137bde1 pactracmobile.windows10!+0xd7c377 pactracmobile.windows10!+0xe8e727 pactracmobile.windows10!+0x11bb741 pactracmobile.windows10.view.mainpage.framenavigation(shared.runningstate.navigationpages page) pactracmobile.windows10.view.mainpage.btnpost_onclick(object sender, ui.xaml.routedeventargs e) syncfusion.ui.xaml.grid.scrollablecontentviewer.scrollchangeddelegate.invoke(double xoffset, double yoffset) pactracmobile.windows10!+0xf4e437 pactracmobile.windows10!+0xd7c377 pactracmobile.windows10!+0xdadf49 pactracmobile.windows10!+0xdade9b microsoft.hockeyapp.extensibility.windows.unhandledexceptiontelemetrymodule.coreapplication_unhandlederrordetected(object sender, applicationmodel.core.unhandlederrordetectedeventargs e)

is fundamental shortcoming of hockeyapp working shared project code or there else can do/configure working shared stuff too?

thanks!


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -