Dear,

My users meet a problem, I am not sure to understand.
Here an extract of the log file I have received
11-15 21:22:40.816 I/ActivityManager(   70): Low Memory: No more
background processes.
11-15 21:22:42.306 I/ActivityManager(   70): Stopping service:
com.tmobile.selfhelp/.alert.service.AlertService
11-15 21:22:47.606 D/dalvikvm(  114): GC freed 1536 objects / 71304
bytes in 130ms
11-15 21:22:47.966 I/ActivityManager(   70): Start proc
android.process.media for content provider
com.android.providers.media/.MediaProvider: pid=4021 uid=10011 gids=
{1006, 1015, 2001, 3003}
11-15 21:22:48.086 I/ActivityThread( 4021): Publishing provider media:
com.android.providers.media.MediaProvider
11-15 21:22:48.156 V/MediaProvider( 4021): Attached volume: internal
11-15 21:22:48.166 V/MediaProvider( 4021): /sdcard volume ID:
1052379123
11-15 21:22:48.266 V/MediaProvider( 4021): Attached volume: external
11-15 21:22:48.276 I/ActivityThread( 4021): Publishing provider
downloads: com.android.providers.downloads.DownloadProvider
11-15 21:22:48.306 I/ActivityThread( 4021): Publishing provider drm:
com.android.providers.drm.DrmProvider
11-15 21:22:48.426 I/ActivityThread( 3963): Removing dead content
provider: media
11-15 21:22:48.426 I/ActivityManager(   70): Process
android.process.media (pid 4021) has died.
11-15 21:22:48.426 I/ActivityManager(   70): Killing app  (pid 3963)
because provider com.android.providers.media.MediaProvider is in dying
process android.process.media

How do you understand this log ?

I see a low memory, I guess that's why the content provider is killed,
killing my application at the same time.. When I test my application,
After more than two hours running, heap size is around 3.8MB (start
around 3MB) and the allocated memory stays stable over the period
after the GC is called (between 2.3MB et 2.7MB depending the operation
running)
To send query to the content provider, I am using the the
contentResolver from the Application context (getApplicationContext
().getContentResolver())

Is there people who undertand the problem I meet or who can give a
direction where to search to solve the problem ?


Regards,

Olivier

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to