Advertisement
CRY1S1S

Chronus

Jan 28th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1.  
  2.  
  3. [ 01-28 19:33:54.947 14001:14021 I/ActivityManager ]
  4.  
  5. Start proc com.cyanogenmod.lockclock for service com.cyanogenmod.lockclock/.weather.WeatherUpdateService: pid=24706 uid=10018 gids={50018, 3003, 1028}
  6.  
  7.  
  8.  
  9. [ 01-28 19:33:55.033 24706:24721 W/dalvikvm ]
  10.  
  11. threadid=12: thread exiting with uncaught exception (group=0x41b55930)
  12.  
  13.  
  14.  
  15. [ 01-28 19:33:55.033 24706:24721 E/AndroidRuntime ]
  16.  
  17. FATAL EXCEPTION: AsyncTask #1
  18.  
  19. java.lang.RuntimeException: An error occured while executing doInBackground()
  20.  
  21. at android.os.AsyncTask$3.done(AsyncTask.java:299)
  22.  
  23. at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:352)
  24.  
  25. at java.util.concurrent.FutureTask.setException(FutureTask.java:219)
  26.  
  27. at java.util.concurrent.FutureTask.run(FutureTask.java:239)
  28.  
  29. at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
  30.  
  31. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
  32.  
  33. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
  34.  
  35. at java.lang.Thread.run(Thread.java:856)
  36.  
  37. Caused by: java.lang.NullPointerException
  38.  
  39. at com.cyanogenmod.lockclock.weather.WeatherUpdateService$WeatherUpdateTask.getWoeidForCurrentLocation(WeatherUpdateService.java:156)
  40.  
  41. at com.cyanogenmod.lockclock.weather.WeatherUpdateService$WeatherUpdateTask.doInBackground(WeatherUpdateService.java:198)
  42.  
  43. at com.cyanogenmod.lockclock.weather.WeatherUpdateService$WeatherUpdateTask.doInBackground(WeatherUpdateService.java:126)
  44.  
  45. at android.os.AsyncTask$2.call(AsyncTask.java:287)
  46.  
  47. at java.util.concurrent.FutureTask.run(FutureTask.java:234)
  48.  
  49. ... 4 more
  50.  
  51.  
  52.  
  53.  
  54.  
  55. [ 01-28 19:33:57.674 24706:24721 I/Process ]
  56.  
  57. Sending signal. PID: 24706 SIG: 9
  58.  
  59.  
  60.  
  61. [ 01-28 19:33:57.690 13783:13826 V/audio_hw_primary ]
  62.  
  63. Set 'HS Left Playback' to 'Off'
  64.  
  65.  
  66.  
  67.  
  68.  
  69. [ 01-28 19:33:57.690 13783:13826 V/audio_hw_primary ]
  70.  
  71. Set 'HS Right Playback' to 'Off'
  72.  
  73.  
  74.  
  75.  
  76.  
  77. [ 01-28 19:33:57.690 13783:13826 V/audio_hw_primary ]
  78.  
  79. Set 'HF Left Playback' to 'HF DAC'
  80.  
  81.  
  82.  
  83.  
  84.  
  85. [ 01-28 19:33:57.690 13783:13826 V/audio_hw_primary ]
  86.  
  87. Set 'HF Right Playback' to 'HF DAC'
  88.  
  89.  
  90.  
  91.  
  92.  
  93. [ 01-28 19:33:57.697 14001:14344 W/InputMethodManagerService ]
  94.  
  95. Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42530588 attribute=null, token = android.os.BinderProxy@4209d698
  96.  
  97.  
  98.  
  99. [ 01-28 19:33:57.721 14001:14013 I/ActivityManager ]
  100.  
  101. Process com.cyanogenmod.lockclock (pid 24706) has died.
  102.  
  103.  
  104.  
  105. [ 01-28 19:33:57.721 14001:14013 W/ActivityManager ]
  106.  
  107. Service crashed 2 times, stopping: ServiceRecord{42d40620 u0 com.cyanogenmod.lockclock/.weather.WeatherUpdateService}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement