**** BEGIN LOGGING AT Wed Jul 03 02:59:58 2013 Jul 03 03:41:41 LarrySteeze: i wasn't able to get one at the time when they launched, contract wasn't up.. and when it was up, we moved to AT&T and i got a Lumia 920 Jul 03 05:58:56 EricBlade: yes, that a unfixed bugs caused by the ongoing acceleration work Jul 03 05:59:35 too much for two people to fix in limited time :) Jul 03 06:00:01 morning morphis Jul 03 06:00:22 PatrickC: morning Jul 03 06:01:10 * PatrickC thinks about working on his site... then thinks about working on some roms.. then decides neither is a good idea at 1am Jul 03 06:04:07 :) Jul 03 06:04:39 i won't be able to tell what i wrote :P i'm in the process of learning PHP while writing a wordpress theme... i won't know what the heck i wrote when i wake up tomorrow Jul 03 06:05:07 so, hows your day going morphis? Jul 03 06:05:30 PatrickC: it's early here, starting to work and will have a long day today :) Jul 03 06:05:45 heh.. late here ;) getting ready to go to bed soon Jul 03 06:07:20 PatrickC: doing PHP, not wanting to help us with something? Jul 03 06:07:29 help yall with what? Jul 03 06:07:41 webOS ports Jul 03 06:07:53 what about -ports uses PHP? Jul 03 06:08:10 why it should? Jul 03 06:08:22 * PatrickC is confused Jul 03 06:08:24 heh Jul 03 08:41:35 morning Jul 03 08:42:11 my bitbake isn't applying the git patches correctly :( ... Why doesn't it do a git patch or a patch -p1 ? Jul 03 08:42:17 git apply, I mean Jul 03 09:09:20 ah, ok, nevermind, my fault Jul 03 10:48:07 Tofe: once I have merged your changes we need to go forward and get video acceleration better Jul 03 10:48:25 means fixing the various rendering bugs Jul 03 10:57:41 morphis: yepp Jul 03 11:50:32 Hi guys... how to debug from mouse click to system calls invocation in Open WebOS.... any guidance? Jul 03 11:51:55 contacts app takes more time to load.... Jul 03 11:57:48 morphis: oops. Looks like I forgot to migrate qt5-webos-plugin... Jul 03 11:58:10 Jey: what about using gdb? Jul 03 11:58:26 Jey: and setting breakpoints Jul 03 12:00:04 gdb for contacts app??? Jul 03 12:02:22 morphis: is qt5-webos-plugin any different from qt4, for my migration ? Jul 03 12:02:42 Jey: you said you want to go own to plain system calls .. Jul 03 12:02:49 Tofe: not really Jul 03 12:03:03 it's mostly adopted but different in some places Jul 03 12:03:16 Jey: what exactly is the problem you want to debug? Jul 03 12:03:39 ok cool. I'll do that then. Jul 03 12:04:27 morphis: application takes more time to load. so i want do gettimeofday() for the function... trying through some tool.. Jul 03 12:04:59 Jey: so you want to measure the startup time? Jul 03 12:05:06 or profile the application? Jul 03 12:05:11 morphis: profile Jul 03 12:05:22 ok, just the javascript code? Jul 03 12:05:47 plus all services involved in that particular scnario Jul 03 12:06:16 morphis:plus all services involved in that particular scnario Jul 03 12:07:05 Jey: one easy thing you can do is inserting trace points within your application by console.log("1: " + gettimeofday()) Jul 03 12:07:41 if you want to do real profiling things are getting a little bit more complex Jul 03 12:07:50 Jey: are you using the desktop build of openwebos? Jul 03 12:08:11 morphis: no embedded build Jul 03 12:08:34 real target device? Jul 03 12:08:38 or qemu? Jul 03 12:08:59 morphis: qemu only Jul 03 12:09:15 ok Jul 03 12:09:36 morphis: what about systemTaps?? Jul 03 12:09:40 in general webkit as everything you need like you for example from the developer tools from some browsers Jul 03 12:10:15 can be one way but if you just stay on javascript level webkit profiling is more what you want Jul 03 12:11:06 but I don't know if its enabled in the webkit build used by openwebos Jul 03 12:12:33 Jey: like https://www.webkit.org/blog/1620/webkit-remote-debugging/ Jul 03 12:12:35 morphis: ok how to do profiling for javascript ?? Jul 03 12:13:30 morphis: k I will check that link :) Jul 03 12:13:55 Jey: but its questionable that this functionality is enabled in the webos webkit build Jul 03 12:15:33 morphis: ok. Jul 03 14:06:14 morphis: I have to remove the "assert" from qt5-webos-plugin, as they came from the libhybris headers; Should I prefer qWarning, or qCritical ? Or somthg else ? Jul 03 14:07:43 or maybe they simply came from assert.h... hum. Jul 03 14:09:05 yes, that was it. Sorry for the noise. Jul 03 14:16:10 morphis: ok, I have migrated qt5-webos-plugin; I have done the PR, but it isn't tested it yet. It simply compiles fine. Jul 03 16:47:49 i think setting QTWEBKIT_INSPECTOR_SERVER=portnum works, but not positive on that Jul 03 16:47:53 for webkit debuggering Jul 03 17:33:01 morphis: mmh to be sure, I just recompiled the whole WOP code, well up-to-date, and I get some problems with my code -- so I'll investigate Jul 03 17:36:02 well, first, it seems the EGL_PLATFORM is not set correctly in WAM, and second, it looks like IpcClientHost::findWindow fails to find the window id sent by WAM... I must have missed something in the middle here Jul 03 17:38:27 Tofe: hm, findWindow doesn't find the window all the time? Jul 03 17:39:18 all the time, yes Jul 03 17:39:43 note that I did my tests (before the PR) with an older version of WOP, maybe one month old Jul 03 17:40:15 (though i rebased with your commits on some key components) Jul 03 17:40:40 could be that winId is not sent alright Jul 03 18:10:30 looks like the key is wrong (1867783 instead of 3) Jul 03 18:28:07 ah, no, wait, my fault: I thought that we were using a more recent WAM version (with a500 config) Jul 03 18:28:16 it's running fine. Jul 03 18:29:06 morphis: how could I know if my qt5-webos-plugin is ok ? Jul 03 18:29:24 maybe by starting snowshoe ? Jul 03 18:32:31 "Cannot find font directory /usr/lib/fonts - is Qt installed correctly?" mmh... Jul 03 18:37:07 oh, audio works on my tablet :) Jul 03 18:42:28 morphis: ok, I've got a good running WOP image now. Snowshoe doesn't start, (or render, I'm not sure), but maybe it's the current status. Jul 03 19:18:32 Tofe: no, it should start and render Jul 03 19:18:36 if not, something is broken Jul 03 19:18:47 Tofe: audio works? Jul 03 19:18:49 yeah! Jul 03 20:35:05 morphis: I think I broke qt5-webos-plugin, then :p Jul 03 20:35:12 morphis: but yeah, audio works ! **** ENDING LOGGING AT Thu Jul 04 02:59:59 2013