> > 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. -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

