**** BEGIN LOGGING AT Tue Oct 03 03:00:01 2017 Oct 03 05:21:21 Morning! Oct 03 05:21:24 Tofe: ping Oct 03 11:48:45 Hmmz seems I got Netlfix working :P Oct 03 11:50:41 Just seems device scaling is off a bit... Oct 03 11:50:50 But that should be sorted Oct 03 11:51:04 Shouldn't be too hard I guess Oct 03 13:52:36 Herrie: did you force push something to pyro recently? the history seems to be overwritten Oct 03 13:52:47 + c00795f...4f3854b pyro -> origin/pyro (forced update) Oct 03 13:52:55 and there was something pushed to master as well Oct 03 13:54:48 I'll fix it by rebasing on previus commit 74fff2fd5dae5a5ee4e6906166d131f0cea53b09 Oct 03 13:54:57 which is 3 commits back from current HEAD Oct 03 13:59:32 master branch was rewritten with some old version from CommitDate: Tue Aug 29 03:34:31 2017 +0200 Oct 03 14:00:46 please be more carefull next time Oct 03 14:20:55 JaMa: Yes I had wrong account info in my git on laptop which caused my work address to appear Oct 03 14:21:12 So I had to hard replace those occurrences in the history Oct 03 14:21:46 Instead of my github.com (at) herrie (dot) org. Oct 03 14:22:20 That was for pyro Oct 03 14:22:30 Master I merged PR and picked it to pyro Oct 03 14:24:15 That was a477f42 rhat I cherrypicked I guess Oct 03 14:25:17 Ah sorry that was 14ecfd7 Oct 03 14:25:54 Should be a 1 time thing Oct 03 14:26:01 History should be OK now I guess Oct 03 14:29:02 ok, check current pyro after my fix, but I see only Github.com@ and github.com@ Oct 03 14:29:49 and master was a month old version, so probably not just one PR difference Oct 03 14:30:40 ah I see ada3315b836fb4896637a1355c262b1cf8fca5ac a way back Oct 03 14:31:52 restoring your version then Oct 03 14:32:32 JaMa: Yeah well it had my work one, which I'd like to keep out as you can imagine :P Oct 03 14:33:29 when you're at it please add your full name to git user.name Oct 03 14:34:29 JaMa: I need to check my different machines :P Oct 03 14:38:06 Seems OK on laptop. Let me check home machine Oct 03 14:39:52 JaMa: OK home machine also fixed Oct 03 14:41:38 Had Herrie, now has full name :) Oct 03 14:41:44 thanks Oct 03 14:42:01 I've rebased other branches as well to clear your name everywhere (except the tags) Oct 03 14:42:52 JaMa: Thnx Oct 03 14:43:18 JaMa: I tested Hammerhead from unstable and bootloops. Qemu doesn't boot but that was expected Oct 03 14:43:31 I'll give Tenderloin a go probably tonight Oct 03 17:19:25 nizovn: ping Oct 03 17:19:43 Herrie: pong Oct 03 17:20:09 You know a thing or 2 about sensorfwd right? Oct 03 17:20:26 maybe :) Oct 03 17:25:34 nizovn: On hammerhead rotation doesn't work Oct 03 17:25:52 Any ideas what to check for debug? Oct 03 17:26:42 there are sensor tests in libhybris, you can check that first Oct 03 17:27:18 test_sensors i think Oct 03 17:30:32 OK will give that a go after dinner Oct 03 17:30:39 I think it's libhybris issue Oct 03 17:30:49 Saw some suspicious libhybris log entries Oct 03 17:30:56 ok Oct 03 18:00:25 nizovn: https://bpaste.net/show/17b946a02a60 Oct 03 18:00:59 Segmentation faults are never good Oct 03 18:01:04 No clue what to check though Oct 03 18:02:06 Herrie: i need to go away now, will be back in hour.. Oct 03 18:03:00 i would try to stop sensorfwd and launch test_sensors again, maybe there is conflict Oct 03 18:03:42 nizovn: Same it seems Oct 03 18:49:41 Herrie: i'm not sure how to debug libhybris, but let's see gdb backtrace then Oct 03 18:57:25 nizovn: I did a systemctl stop sensorfwd Oct 03 18:57:41 Then pidof sensorfwd doesn't give me anything but it still crashes with the same Oct 03 18:57:50 Herrie: ok Oct 03 19:00:54 gdb -ex run `which test_sensors` Oct 03 19:08:46 nizovn: https://bpaste.net/show/e6bb4760a0dd Oct 03 19:09:24 ok type bt , then enter Oct 03 19:11:22 Morning! Oct 03 19:11:24 I'm back :) Oct 03 19:11:39 morning Oct 03 19:12:54 nizovn: I think test_sensors always segfaulted at some point Oct 03 19:13:04 ah yes maybe Oct 03 19:13:20 https://bpaste.net/show/c0d83d310023 Oct 03 19:13:37 but I had sensors working on N5 little time ago, maybe last week, so it must be a minor thing Oct 03 19:14:21 Tofe: It could be my N5 somehow Oct 03 19:14:25 Can you check latst nightly? Oct 03 19:14:32 yup Oct 03 19:17:26 looks like the same issue https://github.com/libhybris/libhybris/issues/350 Oct 03 19:19:52 nizovn: yes it's something like that; noone ever cared really fixing it Oct 03 19:20:06 ok.. Oct 03 19:24:00 Herrie|Laptop: actually I realize I can reproduce in on my last build Oct 03 19:24:08 Seems it's more printf that's the problem Oct 03 19:24:21 I can find various references with a quick Google Oct 03 19:24:34 People seem to dislike printf because it's so prone for these kind of errors Oct 03 19:29:40 restarting sensorfwd and then restarting luna-next makes it work Oct 03 19:29:52 so might just be a systemd dependency missing Oct 03 19:30:46 Tofe: There was a warning that the sensorfwd.service file was not a dbus file Oct 03 19:30:49 That might be a clue Oct 03 19:30:53 OR something like tha Oct 03 19:30:54 +t Oct 03 19:31:32 systemd[1]: sensorfwd.service: Service has a D-Bus service name specified, but is not of type dbus. Ignoring. Oct 03 19:31:46 yes, I have that too Oct 03 19:33:39 sensorfwd.service doesn't depend on android-system, that might be a mistake here Oct 03 19:57:34 Tofe: Yeah might be a clue Oct 03 19:57:45 I found why netflix randomly works and why not Oct 03 19:57:50 So now making a fix for that Oct 03 19:58:01 Seems that the UA overrides didn't work for history & bookmarks items Oct 03 19:58:20 that's logical yes, it'll only work for bar address Oct 03 20:06:11 Tofe: Yeah so trying to patch that now quickly Oct 03 20:06:39 Was already wondering why Netflix would randomly work Oct 03 20:06:54 I guess first time I type in full, other times used history Oct 03 20:14:21 ok Oct 03 20:14:52 I'm a bit tired, I'll resume the analysis for the accelerometer tomorrow Oct 03 20:15:31 Tofe: OK Oct 03 20:16:11 GN8 ;) Oct 03 20:28:23 Tofe: 2 small PR's in :) **** ENDING LOGGING AT Wed Oct 04 03:00:02 2017