Erik Bjäreholt

Results 447 comments of Erik Bjäreholt

Weird about the wifi/data, but about the crashes/hangs I was hoping they'd all be resolved, so I took a look at the Play Store vitals page. ANRs: ![image](https://user-images.githubusercontent.com/1405370/87654082-b8d05f80-c756-11ea-8f67-946baf307914.png) Crashes: ![image](https://user-images.githubusercontent.com/1405370/87654113-c38af480-c756-11ea-8a2e-a0506c92af43.png)...

>I'm wondering if this was caused instead by AW being busy sending events to the server, and it finished around the time i connected to data. This sounds like the...

>The import process should either be sped up by an order of magnitude, done in the background, or be accompanied by some indicator that the displayed data isn't complete yet,...

That would be cool but it's a bit hacky. I personally use Firefox on Android which supports extensions, including aw-watcher-web, but I haven't figured out how to make it able...

Ah, that's good to know! I'll look into it when we get to it.

Just to keep track of things, @miguelrochefort got it working as he announced on the forum: https://forum.activitywatch.net/t/android-chrome-watcher/466 :tada: I found your branch with the changes here: https://github.com/miguelrochefort/aw-android-1/tree/dev/miro The code needs...

I've considered that before, but apparently on Android you can't just run a background service indefinitely however you want: https://developer.android.com/about/versions/oreo/background The current method of running it (with alarms) might still...

This seems to happen to a number of people, not sure why. Someone emailed me their logs, containing this stack trace (Android 9): ``` 02-21 08:41:04.005 30556 30633 F libc...

@johan-bjareholt Do you have any idea about that last one? Going to run it on an Android 11 virtual device and see if I can replicate.