Search code examples
logginguwphololensmicrosoft-store

Hololens 2 - Is there a way for logging and see logs for Store Apps?


I searched this matter about logging in Hololens 2 App (I work on Unity), and I'm stuck about log management for Microsoft Store Apps.

So, I know how to write logs and see them via the Windows Device Portal on sideload apps, ok, but I struggle to find a way for writing logs and seeing them when the apps are uploaded to the Microsoft Store.

It seems very complicated, is there an Api like Serilog available? Or HockeyApp ? We can write logs to the App Center directly ?

Thanks for your answers


Solution

  • You could take a look at Visual Studio App Center. It supports Unity listed here: App Center- Get Started with Unity. App Center will log the error in your app and you could check it in the App Center Portal.