javascript - Options for logging Windows Store apps -


so i'm creating many windows (8) store apps , i'm wondering best choices users possible bugs (if ever occour).

i thinking log4net solution rollingfile. or maybe on appcrashed event send crash report own server.

what options? what's "best" option?

i'd recommend using new google analytics service. add free google analytics sdk windows 8 app , automatically track unhandled exceptions (or add 1 line of code track them manually). super easy, plus ton of great analytics tracking app.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -