Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Intent startGCM = new Intent(getBaseContext(), GCMService.class);
  2. startGCM.setAction("CONNECT");
  3. startService(startGCM);
  4.  
  5. "main" prio=5 tid=1 NATIVE
  6. | group="main" sCount=1 dsCount=0 obj=0x4127f508 self=0x40f469a0
  7. | sysTid=12711 nice=0 sched=0/0 cgrp=apps handle=1074286384
  8. | schedstat=( 1176280531 686300303 3448 ) utm=93 stm=24 core=0
  9. #00 pc 0000da70 /system/lib/libc.so (epoll_wait+12)
  10. #01 pc 00014899 /system/lib/libutils.so (android::Looper::pollInner(int)+96)
  11. #02 pc 00014b01 /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+104)
  12. #03 pc 000634f3 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
  13. #04 pc 0001deb0 /system/lib/libdvm.so (dvmPlatformInvoke+112)
  14. #05 pc 0004d103 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+394)
  15. #06 pc 000272e0 /system/lib/libdvm.so
  16. #07 pc 0002bbe8 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+180)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement