xamarinuwpvisual-studio-app-center

Is it possible to view the logs that show up in App Center locally?


I am working on a Xamarin app which logs some events to App Center. I was wondering if these events are stored anywhere locally, perhaps in the Event Viewer, in addition to sending them up to App Center.


Solution

  • Pretty sure I found it.

    C:\Users\{username}\AppData\Local\Packages\{app guid}_{app_code}\LocalState\Microsoft.AppCenter.Storage
    

    It's a sqlite file, you can open it with DB Browser for SQLite

    For errors, there's also:

    C:\Users\{username}\AppData\Local\Packages\{app guid}_{app_code}\LocalState\Microsoft\AppCenter\Errors