Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.89 KB | None | 0 0
  1. D/RIL     ( 2351): ************************INCOMING CDMA SMS************************
  2.  
  3. D/CDMA    ( 2351): [CDMA SMS] : unknown parameter id
  4.  
  5. D/CDMA    ( 2351): [CDMA SMS] : CDMA_SMSPARAMID_MESSAGE_ID
  6.  
  7. D/CDMA    ( 2351): [CDMA SMS] : CDMA_SMSPARAMID_MC_TIME_STAMP
  8.  
  9. D/CDMA    ( 2351): [CDMA SMS] : unknown parameter id
  10.  
  11. D/CDMA    ( 2351): [CDMA SMS] : CDMA_SMSPARAMID_USER_DATA
  12.  
  13. D/CDMA    ( 2351): msg encoding vlaue is 2 and digist_userdata is 5
  14.  
  15. D/CDMA    ( 2351): ___________________________________
  16.  
  17. D/CDMA    ( 2351):  msg_encoding : 2
  18.  
  19. D/CDMA    ( 2351):  digit_mode  : 0
  20.  
  21. D/CDMA    ( 2351):  fieldbits  : 0
  22.  
  23. D/CDMA    ( 2351):  message_type  : 1
  24.  
  25. D/CDMA    ( 2351):  number_of_digits_callback  : 0
  26.  
  27. D/CDMA    ( 2351):  number_of_digits_userdata  : 5
  28.  
  29. D/CDMA    ( 2351):  num_of_msg  : 0
  30.  
  31. D/CDMA    ( 2351): ___________________________________
  32.  
  33. D/RIL     ( 2351): readline()
  34.  
  35. D/RIL     ( 2351): CDMA_SMS->aBearerData :    0  3 10  2 5f  0  3  6 11  2  7 21 29 58  1  7 10 2c 8d 28 1d a8  0
  36.  
  37. D/RIL     ( 2351): bddata_size = 23
  38.  
  39. D/RILC    ( 2351): Inside responseCdmaSms
  40.  
  41. D/RILC    ( 2351): [UNSL]< UNSOL_NEW_CDMA_SMS {uTeleserviceID=4098, bIsServicePresent=0, uServicecategory=0,             sAddress.digit_mode=0, sAddress.number_mode=0, sAddress.number_type=0, }
  42.  
  43. D/RILJ    ( 2550): [UNSL]< UNSOL_RESPONSE_CDMA_NEW_SMS
  44.  
  45. D/SMS     ( 2550): New SMS Message Received
  46.  
  47. D/SMS     ( 2550): MESSAGE_IDENTIFIER decode succeeded (extra bits = 8)
  48.  
  49. E/SMS     ( 2550): Exception dispatching message
  50.  
  51. E/SMS     ( 2550): java.lang.ArrayIndexOutOfBoundsException
  52.  
  53. E/SMS     ( 2550):  at java.lang.System.arraycopy(Native Method)
  54.  
  55. E/SMS     ( 2550):  at com.android.internal.telephony.cdma.sms.BearerData.decodeUserDataPayload(BearerData.java:994)
  56.  
  57. E/SMS     ( 2550):  at com.android.internal.telephony.cdma.sms.BearerData.decode(BearerData.java:1625)
  58.  
  59. E/SMS     ( 2550):  at com.android.internal.telephony.cdma.SmsMessage.parseSms(SmsMessage.java:546)
  60.  
  61. E/SMS     ( 2550):  at com.android.internal.telephony.cdma.CdmaSMSDispatcher.dispatchMessage(CdmaSMSDispatcher.java:121)
  62.  
  63. E/SMS     ( 2550):  at com.android.internal.telephony.SMSDispatcher.handleMessage(SMSDispatcher.java:307)
  64.  
  65. E/SMS     ( 2550):  at android.os.Handler.dispatchMessage(Handler.java:99)
  66.  
  67. E/SMS     ( 2550):  at android.os.Looper.loop(Looper.java:123)
  68.  
  69. E/SMS     ( 2550):  at android.app.ActivityThread.main(ActivityThread.java:4627)
  70.  
  71. E/SMS     ( 2550):  at java.lang.reflect.Method.invokeNative(Native Method)
  72.  
  73. E/SMS     ( 2550):  at java.lang.reflect.Method.invoke(Method.java:521)
  74.  
  75. E/SMS     ( 2550):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
  76.  
  77. E/SMS     ( 2550):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  78.  
  79. E/SMS     ( 2550):  at dalvik.system.NativeStart.main(Native Method)
  80.  
  81. D/RILJ    ( 2550): [0304]> RIL_REQUEST_CDMA_SMS_ACKNOWLEDGE false 96
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement