Ubuntu SDK – How to See Error Logs for Ubuntu Touch App

application-developmentdevelopmentqmlubuntu-sdkubuntu-touch

I've built an ubuntu touch app, it works well on desktop, but when I install it on the device and try to launch, it crashes. Where can I find error logs or any other output that the app can give me to figure out what's wrong?

Best Answer

Logs for your application can be found in the ~/.cache/upstart/ folder on your device.

I'd recommend to open/cat them using a remote connection (with phablet-shell)

enter image description here

Related Question