Hi all,
I am using Froyo and I would like to support new Locale, zh_TW.
While "PRODUCT_LOCALES := en_US", Froyo can boot up with no problem.
These will be many java processes created as bellow:
app_42    3424  3320  115316 21288 ffffffff 7ee0fc34 S net.toload.main
radio     3427  3320  127488 23588 ffffffff 7ee0fc34 S
com.android.phone
app_33    3428  3320  119568 27756 ffffffff 7ee0fc34 S
com.android.launcher
app_9     3458  3320  116120 22248 ffffffff 7ee0fc34 S
android.process.acore
app_44    3459  3320  133304 20196 ffffffff 7ee0fc34 S
com.myriadgroup.upnp
app_8     3480  3320  113652 20600 ffffffff 7ee0fc34 S
com.appslib.vending
app_16    3489  3320  114132 20952 ffffffff 7ee0fc34 S
android.process.media
app_41    3497  3320  113632 21148 ffffffff 7ee0fc34 S
com.andappstore.androidclient
app_7     3508  3320  114356 20628 ffffffff 7ee0fc34 S
com.android.providers.calendar
app_12    3519  3320  112972 20472 ffffffff 7ee0fc34 S
com.android.alarmclock
app_13    3527  3320  113000 20552 ffffffff 7ee0fc34 S
com.android.deskclock
app_18    3534  3320  125412 20636 ffffffff 7ee0fc34 S com.android.mms
app_25    3551  3320  112596 18776 ffffffff 7ee0fc34 S
com.android.voicedialer
app_31    3558  3320  113060 20500 ffffffff 7ee0fc34 S
com.android.bluetooth
app_37    3564  3320  116236 21672 ffffffff 7ee0fc34 S
com.android.email
app_10    3576  3320  112520 19336 ffffffff 7ee0fc34 S
com.android.protips
app_20    3585  3320  113224 19344 ffffffff 7ee0fc34 S
com.android.music
app_36    3591  3320  115224 19988 ffffffff 7ee0fc34 S
com.android.quicksearchbox
app_29    3598  3320  114860 20976 ffffffff 7ee0fc34 S
com.cooliris.media


While "PRODUCT_LOCALES := en_US zh_TW", it will fail.
There are only 3 java processes created:
app_20    3423  3320  122156 22020 ffffffff 7ee0fc34 S
com.android.inputmethod.l
atin
system    3428  3320  118820 19804 ffffffff 7ee0fc34 S
com.android.settings
system    3428  3320  118820 19804 ffffffff 7ee0fc34 S
com.android.settings

Anybody can tell me who created these processes? I want to trace the
blocking cause.

Thanks and regards,
Colin

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to