搜索
bottom↓
回复: 7

imx6q android4.4 com.android.phone进程不能正常启动?

[复制链接]

出0入0汤圆

发表于 2015-2-26 11:33:56 | 显示全部楼层 |阅读模式
logcat打印信息如下:
--------- beginning of /dev/log/system
W/ActivityManager( 2655): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 2655): Process com.android.phone (pid 4249) has died.
I/InputDispatcher( 2655): Dropped event because input dispatch is disabled.
I/InputDispatcher( 2655): Dropped event because input dispatch is disabled.
I/ActivityManager( 2655): Start proc com.android.phone for restart com.android.phone: pid=4263 uid=1001 gids={41001, 3002, 3001, 3003, 1028, 1015}
D/AndroidRuntime( 4263): Shutting down VM
W/dalvikvm( 4263): threadid=1: thread exiting with uncaught exception (group=0x41a8aba8)
I/Process ( 4263): Sending signal. PID: 4263 SIG: 9
E/AndroidRuntime( 4263): FATAL EXCEPTION: main
E/AndroidRuntime( 4263): Process: com.android.phone, PID: 4263
E/AndroidRuntime( 4263): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4263):         at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4347)
E/AndroidRuntime( 4263):         at android.app.ActivityThread.access$1500(ActivityThread.java:135)
E/AndroidRuntime( 4263):         at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 4263):         at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 4263):         at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 4263):         at android.app.ActivityThread.main(ActivityThread.java:5017)
E/AndroidRuntime( 4263):         at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4263):         at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 4263):         at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/AndroidRuntime( 4263):         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/AndroidRuntime( 4263):         at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4263): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4263):         at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4263):         at android.net.ConnectivityManager.<init>(ConnectivityManager.java:902)
E/AndroidRuntime( 4263):         at android.app.ContextImpl$11.createStaticService(ContextImpl.java:362)
E/AndroidRuntime( 4263):         at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:281)
E/AndroidRuntime( 4263):         at android.app.ContextImpl.getSystemService(ContextImpl.java:1624)
E/AndroidRuntime( 4263):         at android.content.ContextWrapper.getSystemService(ContextWrapper.java:540)
E/AndroidRuntime( 4263):         at android.content.ContextWrapper.getSystemService(ContextWrapper.java:540)
E/AndroidRuntime( 4263):         at com.android.internal.telephony.RIL.<init>(RIL.java:597)
E/AndroidRuntime( 4263):         at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:114)
E/AndroidRuntime( 4263):         at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:56)
E/AndroidRuntime( 4263):         at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:391)
E/AndroidRuntime( 4263):         at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 4263):         at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 4263):         at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4344)
E/AndroidRuntime( 4263):         ... 10 more
W/ActivityManager( 2655): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 2655): Process com.android.phone (pid 4263) has died.
I/ActivityManager( 2655): Start proc com.android.phone for restart com.android.phone: pid=4277 uid=1001 gids={41001, 3002, 3001, 3003, 1028, 1015}
D/dalvikvm( 2310): GC_EXPLICIT freed 42K, 4% free 2706K/2816K, paused 2ms+2ms, total 23ms
D/dalvikvm( 2310): GC_EXPLICIT freed <1K, 4% free 2706K/2816K, paused 2ms+2ms, total 21ms
D/AndroidRuntime( 4277): Shutting down VM
W/dalvikvm( 4277): threadid=1: thread exiting with uncaught exception (group=0x41a8aba8)
E/AndroidRuntime( 4277): FATAL EXCEPTION: main
E/AndroidRuntime( 4277): Process: com.android.phone, PID: 4277
E/AndroidRuntime( 4277): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4277):         at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4347)
E/AndroidRuntime( 4277):         at android.app.ActivityThread.access$1500(ActivityThread.java:135)
E/AndroidRuntime( 4277):         at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 4277):         at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 4277):         at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 4277):         at android.app.ActivityThread.main(ActivityThread.java:5017)
E/AndroidRuntime( 4277):         at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4277):         at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 4277):         at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/AndroidRuntime( 4277):         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/AndroidRuntime( 4277):         at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4277): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4277):         at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4277):         at android.net.ConnectivityManager.<init>(ConnectivityManager.java:902)
E/AndroidRuntime( 4277):         at android.app.ContextImpl$11.createStaticService(ContextImpl.java:362)
E/AndroidRuntime( 4277):         at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:281)
E/AndroidRuntime( 4277):         at android.app.ContextImpl.getSystemService(ContextImpl.java:1624)
E/AndroidRuntime( 4277):         at android.content.ContextWrapper.getSystemService(ContextWrapper.java:540)
E/AndroidRuntime( 4277):         at android.content.ContextWrapper.getSystemService(ContextWrapper.java:540)
E/AndroidRuntime( 4277):         at com.android.internal.telephony.RIL.<init>(RIL.java:597)
E/AndroidRuntime( 4277):         at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:114)
E/AndroidRuntime( 4277):         at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:56)
E/AndroidRuntime( 4277):         at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:391)
E/AndroidRuntime( 4277):         at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 4277):         at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 4277):         at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4344)
E/AndroidRuntime( 4277):         ... 10 more
D/dalvikvm( 2310): GC_EXPLICIT freed <1K, 4% free 2706K/2816K, paused 1ms+1ms, total 18ms
I/Process ( 4277): Sending signal. PID: 4277 SIG: 9
W/ActivityManager( 2655): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 2655): Process com.android.phone (pid 4277) has died.
I/ActivityManager( 2655): Start proc com.android.phone for restart com.android.phone: pid=4291 uid=1001 gids={41001, 3002, 3001, 3003, 1028, 1015}
D/AndroidRuntime( 4291): Shutting down VM
W/dalvikvm( 4291): threadid=1: thread exiting with uncaught exception (group=0x41a8aba8)
E/AndroidRuntime( 4291): FATAL EXCEPTION: main
E/AndroidRuntime( 4291): Process: com.android.phone, PID: 4291
E/AndroidRuntime( 4291): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4291):         at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4347)
E/AndroidRuntime( 4291):         at android.app.ActivityThread.access$1500(ActivityThread.java:135)
E/AndroidRuntime( 4291):         at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 4291):         at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 4291):         at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 4291):         at android.app.ActivityThread.main(ActivityThread.java:5017)
E/AndroidRuntime( 4291):         at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4291):         at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 4291):         at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/AndroidRuntime( 4291):         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/AndroidRuntime( 4291):         at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4291): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4291):         at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4291):         at android.net.ConnectivityManager.<init>(ConnectivityManager.java:902)
E/AndroidRuntime( 4291):         at android.app.ContextImpl$11.createStaticService(ContextImpl.java:362)
E/AndroidRuntime( 4291):         at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:281)
E/AndroidRuntime( 4291):         at android.app.ContextImpl.getSystemService(ContextImpl.java:1624)
E/AndroidRuntime( 4291):         at android.content.ContextWrapper.getSystemService(ContextWrapper.java:540)
E/AndroidRuntime( 4291):         at android.content.ContextWrapper.getSystemService(ContextWrapper.java:540)
E/AndroidRuntime( 4291):         at com.android.internal.telephony.RIL.<init>(RIL.java:597)
E/AndroidRuntime( 4291):         at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:114)
E/AndroidRuntime( 4291):         at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:56)
E/AndroidRuntime( 4291):         at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:391)
E/AndroidRuntime( 4291):         at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 4291):         at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 4291):         at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4344)
E/AndroidRuntime( 4291):         ... 10 more
I/Process ( 4291): Sending signal. PID: 4291 SIG: 9
W/ActivityManager( 2655): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 2655): Process com.android.phone (pid 4291) has died.
I/ActivityManager( 2655): Start proc com.android.phone for restart com.android.phone: pid=4305 uid=1001 gids={41001, 3002, 3001, 3003, 1028, 1015}
D/AndroidRuntime( 4305): Shutting down VM
W/dalvikvm( 4305): threadid=1: thread exiting with uncaught exception (group=0x41a8aba8)
I/Process ( 4305): Sending signal. PID: 4305 SIG: 9
E/AndroidRuntime( 4305): FATAL EXCEPTION: main
E/AndroidRuntime( 4305): Process: com.android.phone, PID: 4305
E/AndroidRuntime( 4305): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4305):         at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4347)
E/AndroidRuntime( 4305):         at android.app.ActivityThread.access$1500(ActivityThread.java:135)
E/AndroidRuntime( 4305):         at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 4305):         at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 4305):         at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 4305):         at android.app.ActivityThread.main(ActivityThread.java:5017)
E/AndroidRuntime( 4305):         at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4305):         at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 4305):         at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/AndroidRuntime( 4305):         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/AndroidRuntime( 4305):         at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4305): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4305):         at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4305):         at android.net.ConnectivityManager.<init>(ConnectivityManager.java:902)
E/AndroidRuntime( 4305):         at android.app.ContextImpl$11.createStaticService(ContextImpl.java:362)
E/AndroidRuntime( 4305):         at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:281)
E/AndroidRuntime( 4305):         at android.app.ContextImpl.getSystemService(ContextImpl.java:1624)
E/AndroidRuntime( 4305):         at android.content.ContextWrapper.getSystemService(ContextWrapper.java:540)
E/AndroidRuntime( 4305):         at android.content.ContextWrapper.getSystemService(ContextWrapper.java:540)
E/AndroidRuntime( 4305):         at com.android.internal.telephony.RIL.<init>(RIL.java:597)
E/AndroidRuntime( 4305):         at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:114)
E/AndroidRuntime( 4305):         at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:56)
E/AndroidRuntime( 4305):         at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:391)
E/AndroidRuntime( 4305):         at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 4305):         at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 4305):         at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4344)
E/AndroidRuntime( 4305):         ... 10 more
W/ActivityManager( 2655): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 2655): Process com.android.phone (pid 4305) has died.
I/ActivityManager( 2655): Start proc com.android.phone for restart com.android.phone: pid=4319 uid=1001 gids={41001, 3002, 3001, 3003, 1028, 1015}
D/AndroidRuntime( 4319): Shutting down VM
W/dalvikvm( 4319): threadid=1: thread exiting with uncaught exception (group=0x41a8aba8)
I/Process ( 4319): Sending signal. PID: 4319 SIG: 9
E/AndroidRuntime( 4319): FATAL EXCEPTION: main
E/AndroidRuntime( 4319): Process: com.android.phone, PID: 4319
E/AndroidRuntime( 4319): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4319):         at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4347)
E/AndroidRuntime( 4319):         at android.app.ActivityThread.access$1500(ActivityThread.java:135)
E/AndroidRuntime( 4319):         at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
E/AndroidRuntime( 4319):         at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 4319):         at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 4319):         at android.app.ActivityThread.main(ActivityThread.java:5017)
E/AndroidRuntime( 4319):         at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4319):         at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 4319):         at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/AndroidRuntime( 4319):         at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/AndroidRuntime( 4319):         at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4319): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 4319):         at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 4319):         at android.net.ConnectivityManager.<init>(ConnectivityManager.java:902)
E/AndroidRuntime( 4319):         at android.app.ContextImpl$11.createStaticService(ContextImpl.java:362)
E/AndroidRuntime( 4319):         at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:281)
E/AndroidRuntime( 4319):         at android.app.ContextImpl.getSystemService(ContextImpl.java:1624)
E/AndroidRuntime( 4319):         at android.content.ContextWrapper.getSystemService(ContextWrapper.java:540)
E/AndroidRuntime( 4319):         at android.content.ContextWrapper.getSystemService(ContextWrapper.java:540)
E/AndroidRuntime( 4319):         at com.android.internal.telephony.RIL.<init>(RIL.java:597)
E/AndroidRuntime( 4319):         at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:114)
E/AndroidRuntime( 4319):         at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:56)
E/AndroidRuntime( 4319):         at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:391)
E/AndroidRuntime( 4319):         at com.android.phone.PhoneApp.onCreate(PhoneApp.java:38)
E/AndroidRuntime( 4319):         at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007)
E/AndroidRuntime( 4319):         at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4344)
E/AndroidRuntime( 4319):         ... 10 more
W/ActivityManager( 2655): Process com.android.phone has crashed too many times: killing!
I/ActivityManager( 2655): Process com.android.phone (pid 4319) has died.
I/ActivityManager( 2655): Start proc com.android.phone for restart com.android.phone: pid=4333 uid=1001 gids={41001, 3002, 3001, 3003, 1028, 1015}
D/AndroidRuntime( 4333): Shutting down VM



然后就一直循环启动知道系统重启,大概30s左右

而且重启只是重启android,uboot和kernel不重启。

好像android的什么进程被kill了导致系统重启。

阿莫论坛20周年了!感谢大家的支持与爱护!!

一只鸟敢站在脆弱的枝条上歇脚,它依仗的不是枝条不会断,而是自己有翅膀,会飞。

出0入0汤圆

发表于 2015-2-26 13:36:21 | 显示全部楼层
E/AndroidRuntime( 4291): java.lang.RuntimeException: Unable to create application com.android.phone.PhoneApp: java.lang.NullPointerException: missing IConnectivityManager
你改东西了吧

出0入0汤圆

 楼主| 发表于 2015-2-26 14:28:22 | 显示全部楼层
tabing 发表于 2015-2-26 13:36
E/AndroidRuntime( 4291): java.lang.RuntimeException: Unable to create application com.android.phone. ...

我只改了kernel中的驱动,其他的都没有改。

出0入0汤圆

发表于 2015-3-2 15:26:21 | 显示全部楼层
楼主你好,放假刚回来。楼主你好,请问这个问题还是之前的那个问题吗?DDR频率你最后设置的是多少呢?

出0入0汤圆

 楼主| 发表于 2015-3-4 16:09:19 | 显示全部楼层
FSL_TICS_Rita 发表于 2015-3-2 15:26
楼主你好,放假刚回来。楼主你好,请问这个问题还是之前的那个问题吗?DDR频率你最后设置的是多少呢? ...

问题已经找到,我在内核中没有更改phy的驱动,导致网络不能使用,最后是com.android.phone进程不能正常启动,
不知道这个进程和网络有什么关系吗?

出0入0汤圆

发表于 2015-3-4 17:50:57 | 显示全部楼层
wshini7316 发表于 2015-3-4 16:09
问题已经找到,我在内核中没有更改phy的驱动,导致网络不能使用,最后是com.android.phone进程不能正常启 ...

楼主你好,这个和网络是没有关系的。至于什么原因,需要进一步确认。

出0入0汤圆

 楼主| 发表于 2015-3-5 08:17:26 | 显示全部楼层
FSL_TICS_Rita 发表于 2015-3-4 17:50
楼主你好,这个和网络是没有关系的。至于什么原因,需要进一步确认。

哦那有时间我确定一下,等把网络的phy驱动加好在测试一下。

出0入0汤圆

发表于 2015-3-5 14:01:49 | 显示全部楼层
wshini7316 发表于 2015-3-5 08:17
哦那有时间我确定一下,等把网络的phy驱动加好在测试一下。

好的,有问题我们再沟通~~
回帖提示: 反政府言论将被立即封锁ID 在按“提交”前,请自问一下:我这样表达会给举报吗,会给自己惹麻烦吗? 另外:尽量不要使用Mark、顶等没有意义的回复。不得大量使用大字体和彩色字。【本论坛不允许直接上传手机拍摄图片,浪费大家下载带宽和论坛服务器空间,请压缩后(图片小于1兆)才上传。压缩方法可以在微信里面发给自己(不要勾选“原图),然后下载,就能得到压缩后的图片】。另外,手机版只能上传图片,要上传附件需要切换到电脑版(不需要使用电脑,手机上切换到电脑版就行,页面底部)。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|Archiver|amobbs.com 阿莫电子技术论坛 ( 粤ICP备2022115958号, 版权所有:东莞阿莫电子贸易商行 创办于2004年 (公安交互式论坛备案:44190002001997 ) )

GMT+8, 2024-5-21 15:11

© Since 2004 www.amobbs.com, 原www.ourdev.cn, 原www.ouravr.com

快速回复 返回顶部 返回列表