Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. I/ActivityManager( 183): Start proc com.android.phone for restart com.android.phone: pid=1156 uid=1001 gids={3002, 3001, 3003, 1015}
  2. D/szipinf ( 1156): Initializing inflate state
  3. I/ActivityThread( 1156): Pub telephony: com.android.providers.telephony.TelephonyProvider
  4. I/ActivityThread( 1156): Pub sms: com.android.providers.telephony.SmsProvider
  5. I/ActivityThread( 1156): Pub mms-sms: com.android.providers.telephony.MmsSmsProvider
  6. I/ActivityThread( 1156): Pub icc: com.android.phone.IccProvider
  7. I/ActivityThread( 1156): Pub mms: com.android.providers.telephony.MmsProvider
  8. I/TelephonyRegistry( 183): notifyMessageWaitingChanged: false
  9. D/CallManager( 1156): registerPhone(CDMA Handler{4054bcd8})
  10. W/ActivityManager( 183): Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService }: not found
  11. D/dalvikvm( 1156): GC_CONCURRENT freed 199K, 51% free 2776K/5639K, external 0K/0K, paused 2ms+8ms
  12. I/TelephonyRegistry( 183): notifyServiceState: 1 home null null null Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
  13. I/TelephonyRegistry( 183): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=radioTurnedOff interfaceName=null networkType=0
  14. V/SipBroadcastReceiver( 1156): start auto registration
  15. D/BT HSHFP( 1156): Starting BluetoothHeadsetService
  16. D/vending ( 452): [17] 1.run(): Clearing cache in response to android.intent.action.SIM_STATE_CHANGED
  17. D/PhoneApp( 1156): Radio technology switched. Now GSM is active.
  18. I/TelephonyRegistry( 183): notifyServiceState: 3 home null null null Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
  19. D/dalvikvm( 740): GC_CONCURRENT freed 492K, 53% free 2975K/6215K, external 0K/0K, paused 2ms+2ms
  20. I/TelephonyRegistry( 183): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=radioTurnedOff interfaceName=null networkType=0
  21. I/TelephonyRegistry( 183): notifyDataConnection: state=0 isDataConnectivityPossible=false reason=gprsDetached interfaceName=null networkType=0
  22. D/PhoneApp( 1156): Radio technology switched. Now GSM is active.
  23. D/AndroidRuntime( 1156): Shutting down VM
  24. W/dalvikvm( 1156): threadid=1: thread exiting with uncaught exception (group=0x40015560)
  25. E/AndroidRuntime( 1156): FATAL EXCEPTION: main
  26. E/AndroidRuntime( 1156): java.lang.NullPointerException
  27. E/AndroidRuntime( 1156): at com.android.internal.telephony.cdma.CDMAPhone.getState(CDMAPhone.java:268)
  28. E/AndroidRuntime( 1156): at com.android.internal.telephony.CallManager.getState(CallManager.java:241)
  29. E/AndroidRuntime( 1156): at com.android.phone.PhoneUtils$ConnectionHandler.handleMessage(PhoneUtils.java:187)
  30. E/AndroidRuntime( 1156): at android.os.Handler.dispatchMessage(Handler.java:99)
  31. E/AndroidRuntime( 1156): at android.os.Looper.loop(Looper.java:123)
  32. E/AndroidRuntime( 1156): at android.app.ActivityThread.main(ActivityThread.java:3812)
  33. E/AndroidRuntime( 1156): at java.lang.reflect.Method.invokeNative(Native Method)
  34. E/AndroidRuntime( 1156): at java.lang.reflect.Method.invoke(Method.java:507)
  35. E/AndroidRuntime( 1156): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
  36. E/AndroidRuntime( 1156): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
  37. E/AndroidRuntime( 1156): at dalvik.system.NativeStart.main(Native Method)
  38. W/ActivityManager( 183): Process com.android.phone has crashed too many times: killing!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement