| bio | website | lab-m.ru/~sbeilin |
|---|---|---|
| location | Samara, Russia | |
| age | 37 | |
| visits | member for | 1 year |
| seen | 18 hours ago | |
| stats | profile views | 7 |
Software developer, scientist and CEO. Sometime too much for a one man.
|
May 16 |
comment |
Write-once read-only field Thanks, I'll take a look shortly. |
|
May 13 |
asked | Write-once read-only field |
|
Apr 23 |
awarded | Commentator |
|
Apr 23 |
comment |
Android device reboots occasionally It seems that some devices got overheat when using GPS for more then an hour or so. |
|
Mar 28 |
awarded | Supporter |
|
Nov 19 |
awarded | Tumbleweed |
|
Nov 12 |
asked | Using JOIN with elixir versioned entitites |
|
Nov 12 |
asked | Add additional base class to Elixir generated Version |
|
Oct 26 |
awarded | Teacher |
|
Sep 21 |
answered | Android AsyncTask without direct access to UI |
|
Jul 2 |
answered | Android device reboots occasionally |
|
Jun 30 |
comment |
Android device reboots occasionally Thanks Andrey. I think that if the root of the problem is in Zygote then we should see some log messages. As soon as I don't remember any, that might be a KP. Anyway we will try killing service_manager and watch the difference in logs. |
|
Jun 29 |
comment |
Android device reboots occasionally Okay, thanks. On moday we will take a closer look at what DDMS offers for threads and memleaks, then turn off heavy logging (we additionally log something to a file on sdcard). |
|
Jun 29 |
comment |
GPS accuracy is low and reports zero The GPS-related code is typical, nothing special except NMEA receiver/parser. |
|
Jun 29 |
comment |
Android device reboots occasionally Yes we do very heavy netowrking in debug/test, plus the GPS receiver consumes a lot of power and heats up a lot. But the rebooting devices are a bit colder then the stable ones. My Nuvifone with 2.1, Xperia with 2.x cyanogen, Iconia with 4.0 and several chineese noname devices with 2.1, 2.2, 2.3.x and 4.x work great, though they get extremely hot (my Nuvifone is ready to make some coffee). Anyway, CPU usage is normal, moslty GPS access heats up. |
|
Jun 29 |
comment |
Android device reboots occasionally Update: it seems that turning off USB debugging helps a bit - the app runs twice longer. BTW, we are doing a lot of logging, could it affect? |
|
Jun 29 |
comment |
Android device reboots occasionally If, as You noticed, "...simply running out of memory", the Activities will be killed, destroyed, and memory freed, but it does not happen. Services are not killed either (though they can be killed), and, BTW, the service and activities share the same Application object. So I'm not shure it's a low-memory problem (however, this could be a bug in OEM andrid build?) |
|
Jun 29 |
comment |
Android device reboots occasionally Thanks. But why does not the service and/or activity get killed and GC'ed? |
|
Jun 29 |
awarded | Student |
|
Jun 29 |
asked | Android device reboots occasionally |