ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #13727
Re: [Call for testing] New Thumbnailer
>
> If you are a devel, please also make sure to check the logs for your
> app in ~/.cache/upstart/
Clarification: the thumbnailer messages go into ~/.cache/upstart/dbus.log
You can run tail -f on that log to see the requests that are made to the thumbnailer.
> A warning will be placed there if your app is asking for an invalid
> thumbnail size (usually -1), and a full size image will be returned
> instead, which in many cases may affect the performance of your app or
> scope. If you get this warning, please adjust your code to provide the
> real image size needed instead of -1.
The warnings are written on the qml side and so go into whatever log is used by your app.
Cheers,
Michi.
Follow ups
References