Advertisement
jayachar88

android_logcat_sms_receiver_puravida

Apr 20th, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. I/SmsBroadcastReceiver( 3437): onReceive
  2. I/SmsBroadcastReceiver( 3437): Received 903-610-4321 : 'puravida off here we go go gone'
  3. I/SmsBroadcastReceiver( 3437): edu.mit.appinventor.aicompanion3 Texting isn't running, and either receivingEnabled is FOREGROUND or we are the repl.
  4.  
  5. I/smsreceiver( 3451): start App Inventor only for trigger message
  6. I/smsreceiver( 3451): strCounter=10
  7. I/smsreceiver( 3451): trigger text=puravida, message text='puravida off here we go go gone'
  8. I/smsreceiver( 3451): App Inventor app NOT triggered
  9.  
  10. D/SmsReceiverService( 1553): handleSmsReceived messageUri: content://sms/11 threadId: 4
  11.  
  12. D/Mms:app ( 1553): updateNotification: new message, adding sound to the notification
  13. E/WVMExtractor( 797): Failed to open libwvm.so
  14. I/AudioService( 1210): AudioFocus requestAudioFocus() from android.media.AudioManager@b5182590
  15. D/AudioSink( 797): bufferCount (4) is too small and increased to 12
  16. D/dalvikvm( 1288): GC_CONCURRENT freed 663K, 59% free 6272K/15264K, paused 8ms+1ms, total 11ms
  17.  
  18. -----------------------------------------------------------------------------------------------------------------------------------------
  19.  
  20. V/SmsReceiverService( 1553): onStart: #1 mResultCode: -1 = Activity.RESULT_OK
  21. I/ActivityManager( 1210): START u0 {flg=0x30000000 cmp=com.example.android.apis/.os.SmsReceivedDialog (has extras)} from pid 3410
  22.  
  23. I/SmsBroadcastReceiver( 3437): onReceive
  24. I/SmsBroadcastReceiver( 3437): Received 892-044-3210 : 'yeah to nahi hai poora vida ke saath'
  25. I/SmsBroadcastReceiver( 3437): edu.mit.appinventor.aicompanion3 Texting isn't running, and either receivingEnabled is FOREGROUND or we are the repl.
  26.  
  27. I/smsreceiver( 3451): start App Inventor only for trigger message
  28. I/smsreceiver( 3451): strCounter=11
  29. I/smsreceiver( 3451): trigger text=puravida, message text='yeah to nahi hai poora vida ke saath'
  30. I/smsreceiver( 3451): App Inventor app NOT triggered
  31.  
  32. D/MmsSmsProvider( 1413): getSingleAddressId: insert new canonical_address for xxxxxx, _id=9
  33. D/MmsSmsProvider( 1413): getThreadId: create new thread_id for recipients xxxxxxxx
  34. D/MmsSmsProvider( 1413): insertThread: created new thread_id 9 for recipientIds xxxxxxx
  35.  
  36. D/SmsReceiverService( 1553): handleSmsReceived messageUri: content://sms/12 threadId: 9
  37.  
  38. D/Mms:app ( 1553): updateNotification: new message, adding sound to the notification
  39. E/WVMExtractor( 797): Failed to open libwvm.so
  40. I/AudioService( 1210): AudioFocus requestAudioFocus() from android.media.AudioManager@b5a73888
  41. D/AudioSink( 797): bufferCount (4) is too small and increased to 12
  42.  
  43. -----------------------------------------------------------------------------------------------------------------------------------------
  44.  
  45. V/SmsReceiverService( 1553): onStart: #1 mResultCode: -1 = Activity.RESULT_OK
  46. I/ActivityManager( 1210): START u0 {flg=0x30000000 cmp=com.example.android.apis/.os.SmsReceivedDialog (has extras)} from pid 3410
  47.  
  48. I/SmsBroadcastReceiver( 3437): onReceive
  49. I/SmsBroadcastReceiver( 3437): Received 934-310-1234 : 'puravida'
  50. I/SmsBroadcastReceiver( 3437): edu.mit.appinventor.aicompanion3 Texting isn't running, and either receivingEnabled is FOREGROUND or we are the repl.
  51.  
  52. D/MmsSmsProvider( 1413): getSingleAddressId: insert new canonical_address for xxxxxx, _id=10
  53. D/MmsSmsProvider( 1413): getThreadId: create new thread_id for recipients xxxxxxxx
  54. D/MmsSmsProvider( 1413): insertThread: created new thread_id 10 for recipientIds xxxxxxx
  55.  
  56. D/SmsReceiverService( 1553): handleSmsReceived messageUri: content://sms/13 threadId: 10
  57.  
  58. D/Mms:app ( 1553): updateNotification: new message, adding sound to the notification
  59. E/WVMExtractor( 797): Failed to open libwvm.so
  60. I/AudioService( 1210): AudioFocus requestAudioFocus() from android.media.AudioManager@b59b40f8
  61. D/AudioSink( 797): bufferCount (4) is too small and increased to 12
  62.  
  63. I/smsreceiver( 3451): start App Inventor only for trigger message
  64. I/smsreceiver( 3451): strCounter=12
  65. I/smsreceiver( 3451): trigger text=puravida, message text='puravida'
  66. I/smsreceiver( 3451): App Inventor app NOT triggered
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement