getlantern / firetweet

FireTweet for Android powered by Lantern
272 stars 73 forks source link

Doesn't work on tablets #114

Closed myleshorton closed 8 years ago

myleshorton commented 9 years ago

Or at least Galaxy 10.1

myleshorton commented 9 years ago

Android version 4.4.2

uaalto commented 9 years ago

We might have a Heisenbug here. I can't reproduce the bug anymore. Both my builds and the one found here https://github.com/firetweet/downloads/blob/master/firetweet.apk?raw=true seem to work now. The only change in my tablet was enabling/disabling developer mode, but it doesn't seem to affect it. Fortunately, I was able to retrieve logs from failed runs. Error seems to be on the Go side: https://gist.github.com/uaalto/a600d620364d7dde5484#file-gistfile1-txt-L758

There is also an issue here: https://gist.github.com/uaalto/a600d620364d7dde5484#file-gistfile1-txt-L533 But they are unrelated (they are different runs) and probably this one is just caused by the interrupted process caused by the re-installation that was about to happen https://gist.github.com/uaalto/a600d620364d7dde5484#file-gistfile1-txt-L560, so I wouldn't link these issues at all or worry about this previous exception.

The problem remains as an issue in the Go process, which disappeared as it was observed.

Close until reproduced again or keep opened?

atavism commented 9 years ago

@uaalto Great debugging. If you're unable to re-produce, I think we can close for now and re-open if/when we run into it again. I didn't have an issue running FT on a friend's tablet either with the latest version, but it's unclear to me what recent change may have fixed the issue. Is that problem on the Go side happening consistently? I would open a separate ticket for that for sure.

atavism commented 9 years ago

Let's close this until we're able to reproduce it.

uaalto commented 9 years ago

Unfortunately it reappeared again. I will get to it as soon as I finish the Lantern Pi features. It's a critical issue, and actually a blocker for development when it happens.