Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 96.04 KB | None | 0 0
  1. 02-08 10:31:37.822 E/AndroidRuntime(18263): at java.lang.reflect.Method.invokeNative(Native Method)
  2. 02-08 10:31:37.822 E/AndroidRuntime(18263): at java.lang.reflect.Method.invoke(Method.java:521)
  3. 02-08 10:31:37.822 E/AndroidRuntime(18263): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
  4. 02-08 10:31:37.822 E/AndroidRuntime(18263): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
  5. 02-08 10:31:37.822 E/AndroidRuntime(18263): at dalvik.system.NativeStart.main(Native Method)
  6. 02-08 10:31:37.822 E/AndroidRuntime(18263): Caused by: java.lang.NumberFormatException: unable to parse '' as integer
  7. 02-08 10:31:37.822 E/AndroidRuntime(18263): at java.lang.Integer.parseInt(Integer.java:412)
  8. 02-08 10:31:37.822 E/AndroidRuntime(18263): at java.lang.Integer.parseInt(Integer.java:382)
  9. 02-08 10:31:37.822 E/AndroidRuntime(18263): at com.jrummy.droidx.overclock.service.MainService.checkData(MainService.java:177)
  10. 02-08 10:31:37.822 E/AndroidRuntime(18263): at com.jrummy.droidx.overclock.service.MainService.onStart(MainService.java:155)
  11. 02-08 10:31:37.822 E/AndroidRuntime(18263): at android.app.Service.onStartCommand(Service.java:420)
  12. 02-08 10:31:37.822 E/AndroidRuntime(18263): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3127)
  13. 02-08 10:31:37.822 E/AndroidRuntime(18263): ... 10 more
  14. 02-08 10:31:37.838 W/ActivityManager(13699): Force finishing activity com.jrummy.droidx.overclock/.widget.AppWidgetConfigure
  15. 02-08 10:31:38.338 W/ActivityManager(13699): Activity pause timeout for HistoryRecord{45faf0a8 com.jrummy.droidx.overclock/.widget.AppWidgetConfigure}
  16. 02-08 10:31:39.908 I/ActivityManager(13699): Process com.jrummy.droidx.overclock (pid 18263) has died.
  17. 02-08 10:31:39.908 W/ActivityManager(13699): Scheduling restart of crashed service com.jrummy.droidx.overclock/.service.MainService in 5000ms
  18. 02-08 10:31:39.908 I/WindowManager(13699): WIN DEATH: Window{45dac610 com.jrummy.droidx.overclock/com.jrummy.droidx.overclock.Overclock paused=false}
  19. 02-08 10:31:39.924 W/InputManagerService(13699): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4609cb60
  20. 02-08 10:31:44.002 I/ActivityManager(13699): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.xtralogic.android.logcollector/.SendLogActivity }
  21. 02-08 10:31:44.916 I/ActivityManager(13699): Start proc com.jrummy.droidx.overclock for service com.jrummy.droidx.overclock/.service.MainService: pid=18322 uid=10059 gids={3003}
  22. 02-08 10:31:45.064 E/AndroidRuntime(18322): FATAL EXCEPTION: main
  23. 02-08 10:31:45.064 E/AndroidRuntime(18322): java.lang.RuntimeException: Unable to start service com.jrummy.droidx.overclock.service.MainService@45c4afd0 with Intent { act=com.jrummy.droidx.overclock.service.intent.action.UPDATE cmp=com.jrummy.droidx.overclock/.service.MainService }: java.lang.NumberFormatException: unable to parse '' as integer
  24. 02-08 10:31:45.064 E/AndroidRuntime(18322): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3137)
  25. 02-08 10:31:45.064 E/AndroidRuntime(18322): at android.app.ActivityThread.access$3800(ActivityThread.java:129)
  26. 02-08 10:31:45.064 E/AndroidRuntime(18322): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2170)
  27. 02-08 10:31:45.064 E/AndroidRuntime(18322): at android.os.Handler.dispatchMessage(Handler.java:99)
  28. 02-08 10:31:45.064 E/AndroidRuntime(18322): at android.os.Looper.loop(Looper.java:143)
  29. 02-08 10:31:45.064 E/AndroidRuntime(18322): at android.app.ActivityThread.main(ActivityThread.java:4701)
  30. 02-08 10:31:45.064 E/AndroidRuntime(18322): at java.lang.reflect.Method.invokeNative(Native Method)
  31. 02-08 10:31:45.064 E/AndroidRuntime(18322): at java.lang.reflect.Method.invoke(Method.java:521)
  32. 02-08 10:31:45.064 E/AndroidRuntime(18322): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
  33. 02-08 10:31:45.064 E/AndroidRuntime(18322): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
  34. 02-08 10:31:45.064 E/AndroidRuntime(18322): at dalvik.system.NativeStart.main(Native Method)
  35. 02-08 10:31:45.064 E/AndroidRuntime(18322): Caused by: java.lang.NumberFormatException: unable to parse '' as integer
  36. 02-08 10:31:45.064 E/AndroidRuntime(18322): at java.lang.Integer.parseInt(Integer.java:412)
  37. 02-08 10:31:45.064 E/AndroidRuntime(18322): at java.lang.Integer.parseInt(Integer.java:382)
  38. 02-08 10:31:45.064 E/AndroidRuntime(18322): at com.jrummy.droidx.overclock.service.MainService.checkData(MainService.java:177)
  39. 02-08 10:31:45.064 E/AndroidRuntime(18322): at com.jrummy.droidx.overclock.service.MainService.onStart(MainService.java:155)
  40. 02-08 10:31:45.064 E/AndroidRuntime(18322): at android.app.Service.onStartCommand(Service.java:420)
  41. 02-08 10:31:45.064 E/AndroidRuntime(18322): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3127)
  42. 02-08 10:31:45.064 E/AndroidRuntime(18322): ... 10 more
  43. 02-08 10:31:46.170 V/DeviceStorageMonitorService(13699): freeMemory=6545022976
  44. 02-08 10:31:46.170 V/DeviceStorageMonitorService(13699): Threshold Percentage=10
  45. 02-08 10:31:46.170 V/DeviceStorageMonitorService(13699): mTotalMemory = 70264913
  46. 02-08 10:31:46.170 I/DeviceStorageMonitorService(13699): Posting Message again
  47. 02-08 10:31:46.814 I/ActivityManager(13699): Process com.jrummy.droidx.overclock (pid 18322) has died.
  48. 02-08 10:31:46.814 W/ActivityManager(13699): Service crashed 2 times, stopping: ServiceRecord{461f9f08 com.jrummy.droidx.overclock/.service.MainService}
  49. 02-08 10:31:48.353 W/ActivityManager(13699): Activity destroy timeout for HistoryRecord{45faf0a8 com.jrummy.droidx.overclock/.widget.AppWidgetConfigure}
  50. 02-08 10:31:48.533 I/ActivityManager(13699): Starting activity: Intent { act=android.intent.action.CHOOSER cmp=android/com.android.internal.app.ChooserActivity (has extras) }
  51. 02-08 10:31:48.627 W/InputManagerService(13699): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@461342e0
  52. 02-08 10:31:51.846 I/ActivityManager(13699): Starting activity: Intent { act=android.intent.action.SEND typ=text/plain flg=0x3000000 cmp=com.google.android.gm/.ComposeActivityGmail (has extras) }
  53. 02-08 10:31:51.908 I/ActivityManager(13699): Starting activity: Intent { act=android.intent.action.SEND typ=text/plain flg=0x2000000 cmp=com.google.android.gm/.ComposeActivity (has extras) }
  54. 02-08 10:31:52.158 W/InputManagerService(13699): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@461813f0
  55. 02-08 10:31:52.603 W/InputManagerService(13699): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@45bf1de0 (uid=10121 pid=13798)
  56. 02-08 10:31:57.533 D/StatusBarPolicy(13699): handleBatteryUpdate
  57. 02-08 10:32:07.478 D/StatusBarPolicy(13699): ERI alert sound is disabled.
  58. 02-08 10:32:46.166 V/DeviceStorageMonitorService(13699): freeMemory=6545027072
  59. 02-08 10:32:46.166 V/DeviceStorageMonitorService(13699): Threshold Percentage=10
  60. 02-08 10:32:46.166 V/DeviceStorageMonitorService(13699): mTotalMemory = 70264913
  61. 02-08 10:32:46.166 I/DeviceStorageMonitorService(13699): Posting Message again
  62. 02-08 10:32:56.760 W/InputManagerService(13699): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@45d440d8 (uid=10032 pid=14060)
  63. 02-08 10:32:57.103 W/InputManagerService(13699): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@45d440d8 (uid=10032 pid=14060)
  64. 02-08 10:32:57.103 W/InputManagerService(13699): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@45d440d8 (uid=10032 pid=14060)
  65. 02-08 10:32:57.111 W/InputManagerService(13699): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@45d440d8 (uid=10032 pid=14060)
  66. 02-08 10:33:01.855 I/ActivityManager(13699): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.vending/.AssetBrowserActivity bnds=[365,640][475,770] }
  67. 02-08 10:33:21.385 I/InputManagerService(13699): received close system dialog event
  68. 02-08 10:33:21.392 I/ActivityManager(13699): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.fede.launcher/.Launcher }
  69. 02-08 10:33:21.752 E/ActivityThread(14186): Service com.carrotapp.protectpronew.MService has leaked ServiceConnection com.android.vending.licensing.LicenseChecker@45c42190 that was originally bound here
  70. 02-08 10:33:21.752 E/ActivityThread(14186): android.app.ServiceConnectionLeaked: Service com.carrotapp.protectpronew.MService has leaked ServiceConnection com.android.vending.licensing.LicenseChecker@45c42190 that was originally bound here
  71. 02-08 10:33:21.752 E/ActivityThread(14186): at android.app.ActivityThread$PackageInfo$ServiceDispatcher.<init>(ActivityThread.java:1158)
  72. 02-08 10:33:21.752 E/ActivityThread(14186): at android.app.ActivityThread$PackageInfo.getServiceDispatcher(ActivityThread.java:1053)
  73. 02-08 10:33:21.752 E/ActivityThread(14186): at android.app.ContextImpl.bindService(ContextImpl.java:908)
  74. 02-08 10:33:21.752 E/ActivityThread(14186): at android.content.ContextWrapper.bindService(ContextWrapper.java:347)
  75. 02-08 10:33:21.752 E/ActivityThread(14186): at com.android.vending.licensing.LicenseChecker.checkAccess(LicenseChecker.java:143)
  76. 02-08 10:33:21.752 E/ActivityThread(14186): at com.carrotapp.protectpronew.MService.onCreate(MService.java:111)
  77. 02-08 10:33:21.752 E/ActivityThread(14186): at android.app.ActivityThread.handleCreateService(ActivityThread.java:3033)
  78. 02-08 10:33:21.752 E/ActivityThread(14186): at android.app.ActivityThread.access$3500(ActivityThread.java:129)
  79. 02-08 10:33:21.752 E/ActivityThread(14186): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2161)
  80. 02-08 10:33:21.752 E/ActivityThread(14186): at android.os.Handler.dispatchMessage(Handler.java:99)
  81. 02-08 10:33:21.752 E/ActivityThread(14186): at android.os.Looper.loop(Looper.java:143)
  82. 02-08 10:33:21.752 E/ActivityThread(14186): at android.app.ActivityThread.main(ActivityThread.java:4701)
  83. 02-08 10:33:21.752 E/ActivityThread(14186): at java.lang.reflect.Method.invokeNative(Native Method)
  84. 02-08 10:33:21.752 E/ActivityThread(14186): at java.lang.reflect.Method.invoke(Method.java:521)
  85. 02-08 10:33:21.752 E/ActivityThread(14186): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
  86. 02-08 10:33:21.752 E/ActivityThread(14186): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
  87. 02-08 10:33:21.752 E/ActivityThread(14186): at dalvik.system.NativeStart.main(Native Method)
  88. 02-08 10:33:23.432 I/ActivityManager(13699): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.gm/.ConversationListActivityGmail bnds=[96,770][192,854] }
  89. 02-08 10:33:24.971 I/ActivityManager(13699): Starting activity: Intent { cmp=com.google.android.gm/.LabelsActivity }
  90. --------- beginning of /dev/log/main
  91. 02-08 10:33:25.322 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  92. 02-08 10:33:25.322 I/tmms-license-jni(13914): check sum ok.
  93. 02-08 10:33:25.322 I/tmms-license-jni(13914): license mode is IMEI mode.
  94. 02-08 10:33:25.322 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  95. 02-08 10:33:25.322 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  96. 02-08 10:33:25.322 I/tmms-license-jni(13914): Get license bCheckResult = 1
  97. 02-08 10:33:25.322 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  98. 02-08 10:33:25.322 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  99. 02-08 10:33:25.322 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  100. 02-08 10:33:25.322 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  101. 02-08 10:33:25.322 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  102. 02-08 10:33:25.322 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  103. 02-08 10:33:25.322 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  104. 02-08 10:33:25.322 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  105. 02-08 10:33:25.322 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  106. 02-08 10:33:25.322 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  107. 02-08 10:33:25.322 D/LicenseStatus(13914): AC is NOT EXPIRE
  108. 02-08 10:33:25.322 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  109. 02-08 10:33:25.322 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  110. 02-08 10:33:25.385 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  111. 02-08 10:33:25.385 I/WindowOrientationListener(13699): 355, 43, 0
  112. 02-08 10:33:25.385 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  113. 02-08 10:33:25.588 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  114. 02-08 10:33:25.588 I/WindowOrientationListener(13699): 354, 45, 0
  115. 02-08 10:33:25.588 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  116. 02-08 10:33:25.791 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  117. 02-08 10:33:25.791 I/WindowOrientationListener(13699): 350, 48, 0
  118. 02-08 10:33:25.791 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  119. 02-08 10:33:25.799 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  120. 02-08 10:33:25.994 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  121. 02-08 10:33:25.994 I/WindowOrientationListener(13699): 347, 50, 0
  122. 02-08 10:33:25.994 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  123. 02-08 10:33:26.197 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  124. 02-08 10:33:26.197 I/WindowOrientationListener(13699): 344, 52, 0
  125. 02-08 10:33:26.197 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  126. 02-08 10:33:26.400 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  127. 02-08 10:33:26.400 I/WindowOrientationListener(13699): 341, 54, 0
  128. 02-08 10:33:26.400 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  129. 02-08 10:33:26.604 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  130. 02-08 10:33:26.604 I/WindowOrientationListener(13699): 338, 55, 0
  131. 02-08 10:33:26.604 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  132. 02-08 10:33:26.799 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  133. 02-08 10:33:26.807 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  134. 02-08 10:33:26.807 I/WindowOrientationListener(13699): 336, 56, 0
  135. 02-08 10:33:26.807 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  136. 02-08 10:33:26.861 I/InputManagerService(13699): received close system dialog event
  137. 02-08 10:33:26.869 I/ActivityManager(13699): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.fede.launcher/.Launcher }
  138. 02-08 10:33:26.900 D/RestartableThread4LogcatStream(13914): logcat output = Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.fede.launcher/.Launcher }
  139. 02-08 10:33:26.900 D/LicenseStatus(13914): trialState false
  140. 02-08 10:33:26.971 I/carrot (14186): MService is running
  141. 02-08 10:33:27.010 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  142. 02-08 10:33:27.010 I/WindowOrientationListener(13699): 335, 57, 0
  143. 02-08 10:33:27.010 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  144. 02-08 10:33:27.135 D/LicenseStatus(13914): isExpired AC
  145. 02-08 10:33:27.142 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  146. 02-08 10:33:27.150 I/LicenseChecker(14186): Binding to licensing service.
  147. 02-08 10:33:27.182 I/carrot (14186): get License after seven days, return true
  148. 02-08 10:33:27.182 I/LicenseChecker(14186): Calling checkLicense on service for com.carrotapp.protectpronew
  149. 02-08 10:33:27.182 I/LicenseChecker(14186): Start monitoring timeout.
  150. 02-08 10:33:27.182 I/carrot (14186): MService is stopping
  151. 02-08 10:33:27.189 W/Service (14186): setForeground: ignoring old API call on com.carrotapp.protectpronew.MService
  152. 02-08 10:33:27.197 I/carrot (14186): widget update in MService!
  153. 02-08 10:33:27.213 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  154. 02-08 10:33:27.213 I/WindowOrientationListener(13699): 334, 57, 0
  155. 02-08 10:33:27.213 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  156. 02-08 10:33:27.213 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  157. 02-08 10:33:27.213 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  158. 02-08 10:33:27.213 I/tmms-license-jni(13914): check sum ok.
  159. 02-08 10:33:27.213 I/tmms-license-jni(13914): license mode is IMEI mode.
  160. 02-08 10:33:27.213 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  161. 02-08 10:33:27.213 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  162. 02-08 10:33:27.213 I/tmms-license-jni(13914): Get license bCheckResult = 1
  163. 02-08 10:33:27.213 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  164. 02-08 10:33:27.213 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  165. 02-08 10:33:27.213 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  166. 02-08 10:33:27.213 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  167. 02-08 10:33:27.213 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  168. 02-08 10:33:27.213 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  169. 02-08 10:33:27.213 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  170. 02-08 10:33:27.213 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  171. 02-08 10:33:27.213 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  172. 02-08 10:33:27.213 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  173. 02-08 10:33:27.213 D/LicenseStatus(13914): AC is NOT EXPIRE
  174. 02-08 10:33:27.213 I/LogcatFilter(13914): The application name is com.fede.launcher
  175. 02-08 10:33:27.213 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  176. 02-08 10:33:27.221 W/InputManagerService(13699): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@45d440d8 (uid=10032 pid=14060)
  177. 02-08 10:33:27.322 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  178. 02-08 10:33:27.322 I/PlayerDriver(13692): buffering (57)
  179. 02-08 10:33:27.416 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  180. 02-08 10:33:27.416 I/WindowOrientationListener(13699): 334, 57, 0
  181. 02-08 10:33:27.416 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  182. 02-08 10:33:27.658 W/MessageQueue(14186): Handler{45c9fa50} sending message to a Handler on a dead thread
  183. 02-08 10:33:27.658 W/MessageQueue(14186): java.lang.RuntimeException: Handler{45c9fa50} sending message to a Handler on a dead thread
  184. 02-08 10:33:27.658 W/MessageQueue(14186): at android.os.MessageQueue.enqueueMessage(MessageQueue.java:184)
  185. 02-08 10:33:27.658 W/MessageQueue(14186): at android.os.Handler.sendMessageAtTime(Handler.java:457)
  186. 02-08 10:33:27.658 W/MessageQueue(14186): at android.os.Handler.sendMessageDelayed(Handler.java:430)
  187. 02-08 10:33:27.658 W/MessageQueue(14186): at android.os.Handler.post(Handler.java:248)
  188. 02-08 10:33:27.658 W/MessageQueue(14186): at com.android.vending.licensing.LicenseChecker$ResultListener.verifyLicense(LicenseChecker.java:207)
  189. 02-08 10:33:27.658 W/MessageQueue(14186): at com.android.vending.licensing.ILicenseResultListener$Stub.onTransact(ILicenseResultListener.java:56)
  190. 02-08 10:33:27.658 W/MessageQueue(14186): at android.os.Binder.execTransact(Binder.java:304)
  191. 02-08 10:33:27.658 W/MessageQueue(14186): at dalvik.system.NativeStart.run(Native Method)
  192. 02-08 10:33:27.799 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  193. 02-08 10:33:28.025 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  194. 02-08 10:33:28.025 I/WindowOrientationListener(13699): 336, 56, 0
  195. 02-08 10:33:28.025 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  196. 02-08 10:33:28.229 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  197. 02-08 10:33:28.229 I/WindowOrientationListener(13699): 337, 55, 0
  198. 02-08 10:33:28.229 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  199. 02-08 10:33:28.432 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  200. 02-08 10:33:28.432 I/WindowOrientationListener(13699): 337, 55, 0
  201. 02-08 10:33:28.432 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  202. 02-08 10:33:28.635 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  203. 02-08 10:33:28.635 I/WindowOrientationListener(13699): 337, 55, 0
  204. 02-08 10:33:28.635 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  205. 02-08 10:33:28.801 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  206. 02-08 10:33:28.838 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  207. 02-08 10:33:28.838 I/WindowOrientationListener(13699): 338, 56, 0
  208. 02-08 10:33:28.838 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  209. 02-08 10:33:29.244 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  210. 02-08 10:33:29.244 I/WindowOrientationListener(13699): 338, 55, 0
  211. 02-08 10:33:29.244 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  212. 02-08 10:33:29.322 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  213. 02-08 10:33:29.346 D/dalvikvm(13798): GC_EXTERNAL_ALLOC freed 14626 objects / 709312 bytes in 56ms
  214. 02-08 10:33:29.447 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  215. 02-08 10:33:29.447 I/WindowOrientationListener(13699): 338, 55, 0
  216. 02-08 10:33:29.447 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  217. 02-08 10:33:29.650 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  218. 02-08 10:33:29.650 I/WindowOrientationListener(13699): 338, 56, 0
  219. 02-08 10:33:29.650 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  220. 02-08 10:33:29.799 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  221. 02-08 10:33:29.853 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  222. 02-08 10:33:29.853 I/WindowOrientationListener(13699): 338, 56, 0
  223. 02-08 10:33:29.853 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  224. 02-08 10:33:30.057 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  225. 02-08 10:33:30.057 I/WindowOrientationListener(13699): 336, 57, 0
  226. 02-08 10:33:30.057 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  227. 02-08 10:33:30.260 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  228. 02-08 10:33:30.260 I/WindowOrientationListener(13699): 337, 56, 0
  229. 02-08 10:33:30.260 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  230. 02-08 10:33:30.463 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  231. 02-08 10:33:30.463 I/WindowOrientationListener(13699): 339, 55, 0
  232. 02-08 10:33:30.463 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  233. 02-08 10:33:30.666 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  234. 02-08 10:33:30.666 I/WindowOrientationListener(13699): 341, 55, 0
  235. 02-08 10:33:30.666 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  236. 02-08 10:33:30.799 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  237. 02-08 10:33:30.869 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  238. 02-08 10:33:30.869 I/WindowOrientationListener(13699): 342, 55, 0
  239. 02-08 10:33:30.869 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  240. 02-08 10:33:31.072 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  241. 02-08 10:33:31.072 I/WindowOrientationListener(13699): 342, 55, 0
  242. 02-08 10:33:31.072 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  243. 02-08 10:33:31.275 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  244. 02-08 10:33:31.275 I/WindowOrientationListener(13699): 343, 54, 0
  245. 02-08 10:33:31.275 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  246. 02-08 10:33:31.327 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  247. 02-08 10:33:31.478 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  248. 02-08 10:33:31.478 I/WindowOrientationListener(13699): 344, 53, 0
  249. 02-08 10:33:31.478 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  250. 02-08 10:33:31.611 I/ActivityManager(13699): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.jrummy.droidx.overclock/.Overclock }
  251. 02-08 10:33:31.627 D/RestartableThread4LogcatStream(13914): logcat output = Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.jrummy.droidx.overclock/.Overclock }
  252. 02-08 10:33:31.627 D/LicenseStatus(13914): trialState false
  253. 02-08 10:33:31.627 D/LicenseStatus(13914): isExpired AC
  254. 02-08 10:33:31.627 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  255. 02-08 10:33:31.627 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  256. 02-08 10:33:31.627 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  257. 02-08 10:33:31.627 I/tmms-license-jni(13914): check sum ok.
  258. 02-08 10:33:31.627 I/tmms-license-jni(13914): license mode is IMEI mode.
  259. 02-08 10:33:31.627 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  260. 02-08 10:33:31.627 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  261. 02-08 10:33:31.627 I/tmms-license-jni(13914): Get license bCheckResult = 1
  262. 02-08 10:33:31.627 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  263. 02-08 10:33:31.627 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  264. 02-08 10:33:31.627 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  265. 02-08 10:33:31.627 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  266. 02-08 10:33:31.627 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  267. 02-08 10:33:31.627 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  268. 02-08 10:33:31.627 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  269. 02-08 10:33:31.627 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  270. 02-08 10:33:31.627 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  271. 02-08 10:33:31.627 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  272. 02-08 10:33:31.627 D/LicenseStatus(13914): AC is NOT EXPIRE
  273. 02-08 10:33:31.627 I/LogcatFilter(13914): The application name is com.jrummy.droidx.overclock
  274. 02-08 10:33:31.627 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  275. 02-08 10:33:31.642 I/ActivityManager(13699): Start proc com.jrummy.droidx.overclock for activity com.jrummy.droidx.overclock/.Overclock: pid=18347 uid=10059 gids={3003}
  276. 02-08 10:33:31.658 D/RestartableThread4LogcatStream(13914): logcat output = Start proc com.jrummy.droidx.overclock for activity com.jrummy.droidx.overclock/.Overclock: pid=18347 uid=10059 gids={3003}
  277. 02-08 10:33:31.658 D/LicenseStatus(13914): trialState false
  278. 02-08 10:33:31.658 D/LicenseStatus(13914): isExpired AC
  279. 02-08 10:33:31.658 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  280. 02-08 10:33:31.658 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  281. 02-08 10:33:31.658 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  282. 02-08 10:33:31.658 I/tmms-license-jni(13914): check sum ok.
  283. 02-08 10:33:31.658 I/tmms-license-jni(13914): license mode is IMEI mode.
  284. 02-08 10:33:31.658 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  285. 02-08 10:33:31.658 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  286. 02-08 10:33:31.658 I/tmms-license-jni(13914): Get license bCheckResult = 1
  287. 02-08 10:33:31.658 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  288. 02-08 10:33:31.658 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  289. 02-08 10:33:31.658 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  290. 02-08 10:33:31.658 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  291. 02-08 10:33:31.658 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  292. 02-08 10:33:31.658 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  293. 02-08 10:33:31.658 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  294. 02-08 10:33:31.658 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  295. 02-08 10:33:31.658 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  296. 02-08 10:33:31.658 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  297. 02-08 10:33:31.658 D/LicenseStatus(13914): AC is NOT EXPIRE
  298. 02-08 10:33:31.658 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  299. 02-08 10:33:31.682 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  300. 02-08 10:33:31.682 I/WindowOrientationListener(13699): 344, 53, 0
  301. 02-08 10:33:31.682 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  302. 02-08 10:33:31.799 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  303. 02-08 10:33:31.885 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  304. 02-08 10:33:31.885 I/WindowOrientationListener(13699): 343, 53, 0
  305. 02-08 10:33:31.885 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  306. 02-08 10:33:32.088 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  307. 02-08 10:33:32.088 I/WindowOrientationListener(13699): 341, 53, 0
  308. 02-08 10:33:32.088 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  309. 02-08 10:33:32.291 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  310. 02-08 10:33:32.291 I/WindowOrientationListener(13699): 341, 53, 0
  311. 02-08 10:33:32.291 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  312. 02-08 10:33:32.424 I/Droid Overclock(18347): Main - Detected Kernel: (2.6.32.9-g462500f)
  313. 02-08 10:33:32.494 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  314. 02-08 10:33:32.494 I/WindowOrientationListener(13699): 341, 53, 0
  315. 02-08 10:33:32.494 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  316. 02-08 10:33:32.572 W/InputManagerService(13699): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@45bf1de0 (uid=10121 pid=13798)
  317. 02-08 10:33:32.799 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  318. 02-08 10:33:32.807 D/dalvikvm(18347): GC_EXTERNAL_ALLOC freed 2284 objects / 174648 bytes in 99ms
  319. 02-08 10:33:32.900 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  320. 02-08 10:33:32.900 I/WindowOrientationListener(13699): 340, 53, 0
  321. 02-08 10:33:32.900 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  322. 02-08 10:33:33.103 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  323. 02-08 10:33:33.103 I/WindowOrientationListener(13699): 340, 54, 0
  324. 02-08 10:33:33.103 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  325. 02-08 10:33:33.182 I/ActivityManager(13699): Displayed activity com.jrummy.droidx.overclock/.Overclock: 1544 ms (total 1544 ms)
  326. 02-08 10:33:33.221 D/RestartableThread4LogcatStream(13914): logcat output = Displayed activity com.jrummy.droidx.overclock/.Overclock: 1544 ms (total 1544 ms)
  327. 02-08 10:33:33.307 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  328. 02-08 10:33:33.307 I/WindowOrientationListener(13699): 339, 54, 0
  329. 02-08 10:33:33.307 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  330. 02-08 10:33:33.322 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  331. 02-08 10:33:33.361 D/su (18356): 10059 com.jrummy.droidx.overclock executing 0 /system/bin/sh using shell /system/bin/sh : sh
  332. 02-08 10:33:33.510 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  333. 02-08 10:33:33.510 I/WindowOrientationListener(13699): 339, 54, 0
  334. 02-08 10:33:33.510 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  335. 02-08 10:33:33.674 D/su (18358): 10059 com.jrummy.droidx.overclock executing 0 /system/bin/sh using shell /system/bin/sh : sh
  336. 02-08 10:33:33.713 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  337. 02-08 10:33:33.713 I/WindowOrientationListener(13699): 338, 54, 0
  338. 02-08 10:33:33.713 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  339. 02-08 10:33:33.799 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  340. 02-08 10:33:33.908 D/LicenseStatus(13914): trialState false
  341. 02-08 10:33:33.916 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  342. 02-08 10:33:33.916 I/WindowOrientationListener(13699): 338, 54, 0
  343. 02-08 10:33:33.916 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  344. 02-08 10:33:33.916 D/LicenseStatus(13914): isExpired AC
  345. 02-08 10:33:33.932 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  346. 02-08 10:33:33.955 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  347. 02-08 10:33:33.955 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  348. 02-08 10:33:33.963 D/su (18360): 10059 com.jrummy.droidx.overclock executing 0 /system/bin/sh using shell /system/bin/sh : sh
  349. 02-08 10:33:33.971 I/tmms-license-jni(13914): check sum ok.
  350. 02-08 10:33:33.978 I/tmms-license-jni(13914): license mode is IMEI mode.
  351. 02-08 10:33:33.986 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  352. 02-08 10:33:33.986 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  353. 02-08 10:33:34.002 I/tmms-license-jni(13914): Get license bCheckResult = 1
  354. 02-08 10:33:34.002 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  355. 02-08 10:33:34.010 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  356. 02-08 10:33:34.010 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  357. 02-08 10:33:34.010 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  358. 02-08 10:33:34.017 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  359. 02-08 10:33:34.017 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  360. 02-08 10:33:34.017 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  361. 02-08 10:33:34.017 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  362. 02-08 10:33:34.025 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  363. 02-08 10:33:34.033 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  364. 02-08 10:33:34.041 D/LicenseStatus(13914): AC is NOT EXPIRE
  365. 02-08 10:33:34.080 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  366. 02-08 10:33:34.119 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  367. 02-08 10:33:34.119 I/WindowOrientationListener(13699): 338, 53, 0
  368. 02-08 10:33:34.119 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  369. 02-08 10:33:34.142 D/su (18360): 0 com.jrummy.droidx.overclock executing 0 echo using shell /system/bin/sh : sh
  370. 02-08 10:33:34.142 I/Droid Overclock(18347): Helpers - SU exists and we have permission
  371. 02-08 10:33:34.142 I/Droid Overclock(18347): Main - Started copying: overclock_d2_22.ko
  372. 02-08 10:33:34.150 I/Droid Overclock(18347): Main - Deleting old : overclock.ko
  373. 02-08 10:33:34.150 I/Droid Overclock(18347): Main - Transfered: overclock_d2_22.ko
  374. 02-08 10:33:34.158 I/Droid Overclock(18347): Main - Already loaded Main, Skipping
  375. 02-08 10:33:34.166 I/Droid Overclock(18347): Helpers - Supported phone, Loading Module
  376. 02-08 10:33:34.166 I/Droid Overclock(18347): Helpers - Module found, installing...
  377. 02-08 10:33:34.322 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  378. 02-08 10:33:34.322 I/WindowOrientationListener(13699): 332, 48, 0
  379. 02-08 10:33:34.322 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  380. 02-08 10:33:34.525 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  381. 02-08 10:33:34.525 I/WindowOrientationListener(13699): 330, 49, 0
  382. 02-08 10:33:34.525 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  383. 02-08 10:33:34.596 D/su (18364): 10059 com.jrummy.droidx.overclock executing 0 /system/bin/sh using shell /system/bin/sh : sh
  384. 02-08 10:33:34.611 I/Droid Overclock(18347): Helpers - Installing with Auto
  385. 02-08 10:33:34.728 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  386. 02-08 10:33:34.728 I/WindowOrientationListener(13699): 330, 49, 0
  387. 02-08 10:33:34.728 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  388. 02-08 10:33:34.752 D/su (18365): 10059 com.jrummy.droidx.overclock executing 0 /system/bin/sh using shell /system/bin/sh : sh
  389. 02-08 10:33:34.799 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  390. 02-08 10:33:34.932 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  391. 02-08 10:33:34.932 I/WindowOrientationListener(13699): 332, 47, 0
  392. 02-08 10:33:34.932 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  393. 02-08 10:33:35.041 D/su (18368): 10059 com.jrummy.droidx.overclock executing 0 /system/bin/sh using shell /system/bin/sh : sh
  394. 02-08 10:33:35.064 I/Droid Overclock(18347): Main - Init Settings
  395. 02-08 10:33:35.135 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  396. 02-08 10:33:35.135 I/WindowOrientationListener(13699): 332, 37, 0
  397. 02-08 10:33:35.135 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  398. 02-08 10:33:35.322 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  399. 02-08 10:33:35.338 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  400. 02-08 10:33:35.338 I/WindowOrientationListener(13699): 342, 34, 0
  401. 02-08 10:33:35.338 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  402. 02-08 10:33:35.525 D/su (18395): 10059 com.jrummy.droidx.overclock executing 0 /system/bin/sh using shell /system/bin/sh : sh
  403. 02-08 10:33:35.541 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  404. 02-08 10:33:35.541 I/WindowOrientationListener(13699): 347, 34, 0
  405. 02-08 10:33:35.541 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  406. 02-08 10:33:35.744 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  407. 02-08 10:33:35.744 I/WindowOrientationListener(13699): 350, 33, 0
  408. 02-08 10:33:35.744 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  409. 02-08 10:33:35.768 D/su (18397): 10059 com.jrummy.droidx.overclock executing 0 /system/bin/sh using shell /system/bin/sh : sh
  410. 02-08 10:33:35.799 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  411. 02-08 10:33:35.947 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  412. 02-08 10:33:35.947 I/WindowOrientationListener(13699): 356, 34, 0
  413. 02-08 10:33:35.947 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  414. 02-08 10:33:36.150 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  415. 02-08 10:33:36.150 I/WindowOrientationListener(13699): 5, 39, 0
  416. 02-08 10:33:36.150 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  417. 02-08 10:33:36.353 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  418. 02-08 10:33:36.353 I/WindowOrientationListener(13699): 8, 43, 0
  419. 02-08 10:33:36.353 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  420. 02-08 10:33:36.557 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  421. 02-08 10:33:36.557 I/WindowOrientationListener(13699): 5, 45, 0
  422. 02-08 10:33:36.557 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  423. 02-08 10:33:36.760 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  424. 02-08 10:33:36.760 I/WindowOrientationListener(13699): 5, 47, 0
  425. 02-08 10:33:36.760 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  426. 02-08 10:33:36.830 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  427. 02-08 10:33:36.971 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  428. 02-08 10:33:36.971 I/WindowOrientationListener(13699): 6, 49, 0
  429. 02-08 10:33:36.971 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  430. 02-08 10:33:37.049 D/su (18401): 10059 com.jrummy.droidx.overclock executing 0 /system/bin/sh using shell /system/bin/sh : sh
  431. 02-08 10:33:37.057 I/Droid Overclock(18347): Main - Processing Settings
  432. 02-08 10:33:37.057 I/Droid Overclock(18347): Main - Init Settings finished
  433. 02-08 10:33:37.072 I/Droid Overclock(18347): Main - Done Loading
  434. 02-08 10:33:37.080 I/Droid Overclock(18347): Main - Removing Loading screen.
  435. 02-08 10:33:37.103 I/Droid Overclock(18347): Main - Has Module, Finished
  436. 02-08 10:33:37.166 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  437. 02-08 10:33:37.166 I/WindowOrientationListener(13699): 7, 52, 0
  438. 02-08 10:33:37.166 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  439. 02-08 10:33:37.328 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  440. 02-08 10:33:37.369 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  441. 02-08 10:33:37.369 I/WindowOrientationListener(13699): 8, 54, 0
  442. 02-08 10:33:37.369 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  443. 02-08 10:33:37.572 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  444. 02-08 10:33:37.572 I/WindowOrientationListener(13699): 7, 56, 0
  445. 02-08 10:33:37.572 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  446. 02-08 10:33:37.775 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  447. 02-08 10:33:37.775 I/WindowOrientationListener(13699): 8, 57, 0
  448. 02-08 10:33:37.775 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  449. 02-08 10:33:37.800 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  450. 02-08 10:33:37.979 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  451. 02-08 10:33:37.979 I/WindowOrientationListener(13699): 8, 57, 0
  452. 02-08 10:33:37.979 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  453. 02-08 10:33:38.182 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  454. 02-08 10:33:38.182 I/WindowOrientationListener(13699): 9, 59, 0
  455. 02-08 10:33:38.182 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  456. 02-08 10:33:38.385 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  457. 02-08 10:33:38.385 I/WindowOrientationListener(13699): 9, 59, 0
  458. 02-08 10:33:38.385 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  459. 02-08 10:33:38.517 V/BackupManagerService(13699): Backup requested but nothing pending
  460. 02-08 10:33:38.588 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  461. 02-08 10:33:38.588 I/WindowOrientationListener(13699): 13, 61, 0
  462. 02-08 10:33:38.588 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  463. 02-08 10:33:38.666 I/InputManagerService(13699): received close system dialog event
  464. 02-08 10:33:38.689 I/ActivityManager(13699): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.fede.launcher/.Launcher }
  465. 02-08 10:33:38.705 D/RestartableThread4LogcatStream(13914): logcat output = Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.fede.launcher/.Launcher }
  466. 02-08 10:33:38.705 D/LicenseStatus(13914): trialState false
  467. 02-08 10:33:38.705 D/LicenseStatus(13914): isExpired AC
  468. 02-08 10:33:38.705 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  469. 02-08 10:33:38.705 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  470. 02-08 10:33:38.705 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  471. 02-08 10:33:38.705 I/tmms-license-jni(13914): check sum ok.
  472. 02-08 10:33:38.705 I/tmms-license-jni(13914): license mode is IMEI mode.
  473. 02-08 10:33:38.705 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  474. 02-08 10:33:38.705 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  475. 02-08 10:33:38.705 I/tmms-license-jni(13914): Get license bCheckResult = 1
  476. 02-08 10:33:38.705 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  477. 02-08 10:33:38.705 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  478. 02-08 10:33:38.705 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  479. 02-08 10:33:38.705 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  480. 02-08 10:33:38.705 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  481. 02-08 10:33:38.705 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  482. 02-08 10:33:38.705 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  483. 02-08 10:33:38.705 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  484. 02-08 10:33:38.705 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  485. 02-08 10:33:38.705 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  486. 02-08 10:33:38.705 D/LicenseStatus(13914): AC is NOT EXPIRE
  487. 02-08 10:33:38.705 I/LogcatFilter(13914): The application name is com.fede.launcher
  488. 02-08 10:33:38.705 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  489. 02-08 10:33:38.736 I/carrot (14186): MService is running
  490. 02-08 10:33:38.791 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  491. 02-08 10:33:38.791 I/WindowOrientationListener(13699): 15, 61, 0
  492. 02-08 10:33:38.791 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  493. 02-08 10:33:38.799 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  494. 02-08 10:33:38.830 W/InputManagerService(13699): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@45c31818 (uid=10059 pid=18347)
  495. 02-08 10:33:38.994 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  496. 02-08 10:33:38.994 I/WindowOrientationListener(13699): 16, 61, 0
  497. 02-08 10:33:38.994 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  498. 02-08 10:33:39.135 I/LicenseChecker(14186): Binding to licensing service.
  499. 02-08 10:33:39.166 I/carrot (14186): get License after seven days, return true
  500. 02-08 10:33:39.166 I/carrot (14186): MService is stopping
  501. 02-08 10:33:39.205 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  502. 02-08 10:33:39.205 I/WindowOrientationListener(13699): 18, 60, 0
  503. 02-08 10:33:39.205 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  504. 02-08 10:33:39.283 D/dalvikvm(14186): GC_FOR_MALLOC freed 4303 objects / 488288 bytes in 107ms
  505. 02-08 10:33:39.291 W/Service (14186): setForeground: ignoring old API call on com.carrotapp.protectpronew.MService
  506. 02-08 10:33:39.299 I/carrot (14186): widget update in MService!
  507. 02-08 10:33:39.307 I/LicenseChecker(14186): Calling checkLicense on service for com.carrotapp.protectpronew
  508. 02-08 10:33:39.322 I/LicenseChecker(14186): Start monitoring timeout.
  509. 02-08 10:33:39.322 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  510. 02-08 10:33:39.322 I/PlayerDriver(13692): buffering (57)
  511. 02-08 10:33:39.330 W/MessageQueue(14186): Handler{45cc65a8} sending message to a Handler on a dead thread
  512. 02-08 10:33:39.330 W/MessageQueue(14186): java.lang.RuntimeException: Handler{45cc65a8} sending message to a Handler on a dead thread
  513. 02-08 10:33:39.330 W/MessageQueue(14186): at android.os.MessageQueue.enqueueMessage(MessageQueue.java:184)
  514. 02-08 10:33:39.330 W/MessageQueue(14186): at android.os.Handler.sendMessageAtTime(Handler.java:457)
  515. 02-08 10:33:39.330 W/MessageQueue(14186): at android.os.Handler.sendMessageDelayed(Handler.java:430)
  516. 02-08 10:33:39.330 W/MessageQueue(14186): at android.os.Handler.postDelayed(Handler.java:316)
  517. 02-08 10:33:39.330 W/MessageQueue(14186): at com.android.vending.licensing.LicenseChecker$ResultListener.startTimeout(LicenseChecker.java:222)
  518. 02-08 10:33:39.330 W/MessageQueue(14186): at com.android.vending.licensing.LicenseChecker$ResultListener.<init>(LicenseChecker.java:200)
  519. 02-08 10:33:39.330 W/MessageQueue(14186): at com.android.vending.licensing.LicenseChecker.runChecks(LicenseChecker.java:171)
  520. 02-08 10:33:39.330 W/MessageQueue(14186): at com.android.vending.licensing.LicenseChecker.onServiceConnected(LicenseChecker.java:233)
  521. 02-08 10:33:39.330 W/MessageQueue(14186): at android.app.ActivityThread$PackageInfo$ServiceDispatcher.doConnected(ActivityThread.java:1284)
  522. 02-08 10:33:39.330 W/MessageQueue(14186): at android.app.ActivityThread$PackageInfo$ServiceDispatcher$RunConnection.run(ActivityThread.java:1301)
  523. 02-08 10:33:39.330 W/MessageQueue(14186): at android.os.Handler.handleCallback(Handler.java:587)
  524. 02-08 10:33:39.330 W/MessageQueue(14186): at android.os.Handler.dispatchMessage(Handler.java:92)
  525. 02-08 10:33:39.330 W/MessageQueue(14186): at android.os.Looper.loop(Looper.java:143)
  526. 02-08 10:33:39.330 W/MessageQueue(14186): at android.app.ActivityThread.main(ActivityThread.java:4701)
  527. 02-08 10:33:39.330 W/MessageQueue(14186): at java.lang.reflect.Method.invokeNative(Native Method)
  528. 02-08 10:33:39.330 W/MessageQueue(14186): at java.lang.reflect.Method.invoke(Method.java:521)
  529. 02-08 10:33:39.330 W/MessageQueue(14186): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
  530. 02-08 10:33:39.330 W/MessageQueue(14186): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
  531. 02-08 10:33:39.330 W/MessageQueue(14186): at dalvik.system.NativeStart.main(Native Method)
  532. 02-08 10:33:39.353 E/ActivityThread(14186): Service com.carrotapp.protectpronew.MService has leaked ServiceConnection com.android.vending.licensing.LicenseChecker@45cbd7a0 that was originally bound here
  533. 02-08 10:33:39.353 E/ActivityThread(14186): android.app.ServiceConnectionLeaked: Service com.carrotapp.protectpronew.MService has leaked ServiceConnection com.android.vending.licensing.LicenseChecker@45cbd7a0 that was originally bound here
  534. 02-08 10:33:39.353 E/ActivityThread(14186): at android.app.ActivityThread$PackageInfo$ServiceDispatcher.<init>(ActivityThread.java:1158)
  535. 02-08 10:33:39.353 E/ActivityThread(14186): at android.app.ActivityThread$PackageInfo.getServiceDispatcher(ActivityThread.java:1053)
  536. 02-08 10:33:39.353 E/ActivityThread(14186): at android.app.ContextImpl.bindService(ContextImpl.java:908)
  537. 02-08 10:33:39.353 E/ActivityThread(14186): at android.content.ContextWrapper.bindService(ContextWrapper.java:347)
  538. 02-08 10:33:39.353 E/ActivityThread(14186): at com.android.vending.licensing.LicenseChecker.checkAccess(LicenseChecker.java:143)
  539. 02-08 10:33:39.353 E/ActivityThread(14186): at com.carrotapp.protectpronew.MService.onCreate(MService.java:111)
  540. 02-08 10:33:39.353 E/ActivityThread(14186): at android.app.ActivityThread.handleCreateService(ActivityThread.java:3033)
  541. 02-08 10:33:39.353 E/ActivityThread(14186): at android.app.ActivityThread.access$3500(ActivityThread.java:129)
  542. 02-08 10:33:39.353 E/ActivityThread(14186): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2161)
  543. 02-08 10:33:39.353 E/ActivityThread(14186): at android.os.Handler.dispatchMessage(Handler.java:99)
  544. 02-08 10:33:39.353 E/ActivityThread(14186): at android.os.Looper.loop(Looper.java:143)
  545. 02-08 10:33:39.353 E/ActivityThread(14186): at android.app.ActivityThread.main(ActivityThread.java:4701)
  546. 02-08 10:33:39.353 E/ActivityThread(14186): at java.lang.reflect.Method.invokeNative(Native Method)
  547. 02-08 10:33:39.353 E/ActivityThread(14186): at java.lang.reflect.Method.invoke(Method.java:521)
  548. 02-08 10:33:39.353 E/ActivityThread(14186): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
  549. 02-08 10:33:39.353 E/ActivityThread(14186): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
  550. 02-08 10:33:39.353 E/ActivityThread(14186): at dalvik.system.NativeStart.main(Native Method)
  551. 02-08 10:33:39.400 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  552. 02-08 10:33:39.400 I/WindowOrientationListener(13699): 19, 60, 0
  553. 02-08 10:33:39.400 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  554. 02-08 10:33:39.603 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  555. 02-08 10:33:39.603 I/WindowOrientationListener(13699): 20, 60, 0
  556. 02-08 10:33:39.603 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  557. 02-08 10:33:39.799 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  558. 02-08 10:33:39.807 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  559. 02-08 10:33:39.807 I/WindowOrientationListener(13699): 18, 59, 0
  560. 02-08 10:33:39.807 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  561. 02-08 10:33:40.010 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  562. 02-08 10:33:40.010 I/WindowOrientationListener(13699): 18, 59, 0
  563. 02-08 10:33:40.010 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  564. 02-08 10:33:40.041 W/MessageQueue(14186): Handler{45cc65a8} sending message to a Handler on a dead thread
  565. 02-08 10:33:40.041 W/MessageQueue(14186): java.lang.RuntimeException: Handler{45cc65a8} sending message to a Handler on a dead thread
  566. 02-08 10:33:40.041 W/MessageQueue(14186): at android.os.MessageQueue.enqueueMessage(MessageQueue.java:184)
  567. 02-08 10:33:40.041 W/MessageQueue(14186): at android.os.Handler.sendMessageAtTime(Handler.java:457)
  568. 02-08 10:33:40.041 W/MessageQueue(14186): at android.os.Handler.sendMessageDelayed(Handler.java:430)
  569. 02-08 10:33:40.041 W/MessageQueue(14186): at android.os.Handler.post(Handler.java:248)
  570. 02-08 10:33:40.041 W/MessageQueue(14186): at com.android.vending.licensing.LicenseChecker$ResultListener.verifyLicense(LicenseChecker.java:207)
  571. 02-08 10:33:40.041 W/MessageQueue(14186): at com.android.vending.licensing.ILicenseResultListener$Stub.onTransact(ILicenseResultListener.java:56)
  572. 02-08 10:33:40.041 W/MessageQueue(14186): at android.os.Binder.execTransact(Binder.java:304)
  573. 02-08 10:33:40.041 W/MessageQueue(14186): at dalvik.system.NativeStart.run(Native Method)
  574. 02-08 10:33:40.213 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  575. 02-08 10:33:40.213 I/WindowOrientationListener(13699): 17, 59, 0
  576. 02-08 10:33:40.213 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  577. 02-08 10:33:40.416 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  578. 02-08 10:33:40.416 I/WindowOrientationListener(13699): 16, 59, 0
  579. 02-08 10:33:40.416 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  580. 02-08 10:33:40.619 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  581. 02-08 10:33:40.619 I/WindowOrientationListener(13699): 16, 59, 0
  582. 02-08 10:33:40.619 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  583. 02-08 10:33:40.807 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  584. 02-08 10:33:40.822 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  585. 02-08 10:33:40.822 I/WindowOrientationListener(13699): 15, 59, 0
  586. 02-08 10:33:40.822 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  587. 02-08 10:33:41.025 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  588. 02-08 10:33:41.025 I/WindowOrientationListener(13699): 16, 59, 0
  589. 02-08 10:33:41.025 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  590. 02-08 10:33:41.236 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  591. 02-08 10:33:41.236 I/WindowOrientationListener(13699): 16, 58, 0
  592. 02-08 10:33:41.236 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  593. 02-08 10:33:41.322 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  594. 02-08 10:33:41.424 I/ActivityManager(13699): Starting activity: Intent { act=android.appwidget.action.APPWIDGET_PICK cmp=com.boombuler.system.appwidgetpicker/.AppWidgetPickerActivity (has extras) }
  595. 02-08 10:33:41.432 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  596. 02-08 10:33:41.432 I/WindowOrientationListener(13699): 16, 57, 0
  597. 02-08 10:33:41.432 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  598. 02-08 10:33:41.439 D/RestartableThread4LogcatStream(13914): logcat output = Starting activity: Intent { act=android.appwidget.action.APPWIDGET_PICK cmp=com.boombuler.system.appwidgetpicker/.AppWidgetPickerActivity (has extras) }
  599. 02-08 10:33:41.447 D/LicenseStatus(13914): trialState false
  600. 02-08 10:33:41.447 D/LicenseStatus(13914): isExpired AC
  601. 02-08 10:33:41.447 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  602. 02-08 10:33:41.447 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  603. 02-08 10:33:41.447 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  604. 02-08 10:33:41.447 I/tmms-license-jni(13914): check sum ok.
  605. 02-08 10:33:41.447 I/tmms-license-jni(13914): license mode is IMEI mode.
  606. 02-08 10:33:41.447 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  607. 02-08 10:33:41.447 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  608. 02-08 10:33:41.447 I/tmms-license-jni(13914): Get license bCheckResult = 1
  609. 02-08 10:33:41.447 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  610. 02-08 10:33:41.447 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  611. 02-08 10:33:41.447 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  612. 02-08 10:33:41.447 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  613. 02-08 10:33:41.447 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  614. 02-08 10:33:41.447 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  615. 02-08 10:33:41.447 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  616. 02-08 10:33:41.447 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  617. 02-08 10:33:41.447 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  618. 02-08 10:33:41.447 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  619. 02-08 10:33:41.447 D/LicenseStatus(13914): AC is NOT EXPIRE
  620. 02-08 10:33:41.447 I/LogcatFilter(13914): The application name is com.boombuler.system.appwidgetpicker
  621. 02-08 10:33:41.447 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  622. 02-08 10:33:41.596 W/InputManagerService(13699): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@461a0e20
  623. 02-08 10:33:41.635 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  624. 02-08 10:33:41.635 I/WindowOrientationListener(13699): 16, 57, 0
  625. 02-08 10:33:41.635 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  626. 02-08 10:33:41.830 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  627. 02-08 10:33:41.838 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  628. 02-08 10:33:41.838 I/WindowOrientationListener(13699): 16, 58, 0
  629. 02-08 10:33:41.838 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  630. 02-08 10:33:41.846 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  631. 02-08 10:33:42.041 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  632. 02-08 10:33:42.041 I/WindowOrientationListener(13699): 16, 59, 0
  633. 02-08 10:33:42.041 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  634. 02-08 10:33:42.225 I/ActivityManager(13699): Displayed activity com.boombuler.system.appwidgetpicker/.AppWidgetPickerActivity: 736 ms (total 736 ms)
  635. 02-08 10:33:42.236 D/RestartableThread4LogcatStream(13914): logcat output = Displayed activity com.boombuler.system.appwidgetpicker/.AppWidgetPickerActivity: 736 ms (total 736 ms)
  636. 02-08 10:33:42.236 D/LicenseStatus(13914): trialState false
  637. 02-08 10:33:42.236 D/LicenseStatus(13914): isExpired AC
  638. 02-08 10:33:42.236 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  639. 02-08 10:33:42.236 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  640. 02-08 10:33:42.236 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  641. 02-08 10:33:42.236 I/tmms-license-jni(13914): check sum ok.
  642. 02-08 10:33:42.236 I/tmms-license-jni(13914): license mode is IMEI mode.
  643. 02-08 10:33:42.236 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  644. 02-08 10:33:42.236 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  645. 02-08 10:33:42.236 I/tmms-license-jni(13914): Get license bCheckResult = 1
  646. 02-08 10:33:42.236 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  647. 02-08 10:33:42.236 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  648. 02-08 10:33:42.236 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  649. 02-08 10:33:42.236 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  650. 02-08 10:33:42.236 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  651. 02-08 10:33:42.236 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  652. 02-08 10:33:42.236 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  653. 02-08 10:33:42.236 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  654. 02-08 10:33:42.236 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  655. 02-08 10:33:42.236 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  656. 02-08 10:33:42.236 D/LicenseStatus(13914): AC is NOT EXPIRE
  657. 02-08 10:33:42.236 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  658. 02-08 10:33:42.244 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  659. 02-08 10:33:42.244 I/WindowOrientationListener(13699): 15, 60, 0
  660. 02-08 10:33:42.244 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  661. 02-08 10:33:42.447 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  662. 02-08 10:33:42.447 I/WindowOrientationListener(13699): 15, 60, 0
  663. 02-08 10:33:42.447 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  664. 02-08 10:33:42.650 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  665. 02-08 10:33:42.650 I/WindowOrientationListener(13699): 15, 61, 0
  666. 02-08 10:33:42.650 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  667. 02-08 10:33:42.807 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  668. 02-08 10:33:42.853 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  669. 02-08 10:33:42.853 I/WindowOrientationListener(13699): 14, 61, 0
  670. 02-08 10:33:42.853 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  671. 02-08 10:33:43.010 D/dalvikvm(17649): GC_EXTERNAL_ALLOC freed 4490 objects / 288848 bytes in 40ms
  672. 02-08 10:33:43.057 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  673. 02-08 10:33:43.057 I/WindowOrientationListener(13699): 14, 61, 0
  674. 02-08 10:33:43.057 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  675. 02-08 10:33:43.057 D/dalvikvm(17649): GC_EXTERNAL_ALLOC freed 1936 objects / 103896 bytes in 36ms
  676. 02-08 10:33:43.260 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  677. 02-08 10:33:43.260 I/WindowOrientationListener(13699): 14, 59, 0
  678. 02-08 10:33:43.260 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  679. 02-08 10:33:43.322 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  680. 02-08 10:33:43.432 D/dalvikvm(17649): GC_EXTERNAL_ALLOC freed 157 objects / 8736 bytes in 31ms
  681. 02-08 10:33:43.463 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  682. 02-08 10:33:43.463 I/WindowOrientationListener(13699): 15, 58, 0
  683. 02-08 10:33:43.463 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  684. 02-08 10:33:43.510 D/dalvikvm(17649): GC_EXTERNAL_ALLOC freed 29 objects / 1416 bytes in 49ms
  685. 02-08 10:33:43.603 D/dalvikvm(17649): GC_EXTERNAL_ALLOC freed 31 objects / 1120 bytes in 32ms
  686. 02-08 10:33:43.666 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  687. 02-08 10:33:43.666 I/WindowOrientationListener(13699): 14, 51, 0
  688. 02-08 10:33:43.666 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  689. 02-08 10:33:43.807 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  690. 02-08 10:33:43.869 I/WindowOrientationListener(13699): setTiltFlatStatus[true]
  691. 02-08 10:33:44.072 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  692. 02-08 10:33:44.072 I/WindowOrientationListener(13699): 19, 66, 0
  693. 02-08 10:33:44.072 I/WindowOrientationListener(13699): setTiltFlatStatus[true]
  694. 02-08 10:33:44.275 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  695. 02-08 10:33:44.275 I/WindowOrientationListener(13699): 18, 65, 0
  696. 02-08 10:33:44.275 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  697. 02-08 10:33:44.478 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  698. 02-08 10:33:44.478 I/WindowOrientationListener(13699): 17, 64, 0
  699. 02-08 10:33:44.478 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  700. 02-08 10:33:44.682 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  701. 02-08 10:33:44.682 I/WindowOrientationListener(13699): 17, 63, 0
  702. 02-08 10:33:44.682 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  703. 02-08 10:33:44.807 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  704. 02-08 10:33:44.885 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  705. 02-08 10:33:44.885 I/WindowOrientationListener(13699): 17, 63, 0
  706. 02-08 10:33:44.885 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  707. 02-08 10:33:45.002 W/InputManagerService(13699): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@45b053a0
  708. 02-08 10:33:45.010 I/ActivityManager(13699): Starting activity: Intent { act=android.appwidget.action.APPWIDGET_CONFIGURE cmp=com.jrummy.droidx.overclock/.widget.AppWidgetConfigure (has extras) }
  709. 02-08 10:33:45.017 D/RestartableThread4LogcatStream(13914): logcat output = Starting activity: Intent { act=android.appwidget.action.APPWIDGET_CONFIGURE cmp=com.jrummy.droidx.overclock/.widget.AppWidgetConfigure (has extras) }
  710. 02-08 10:33:45.017 D/LicenseStatus(13914): trialState false
  711. 02-08 10:33:45.017 D/LicenseStatus(13914): isExpired AC
  712. 02-08 10:33:45.017 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  713. 02-08 10:33:45.017 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  714. 02-08 10:33:45.017 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  715. 02-08 10:33:45.017 I/tmms-license-jni(13914): check sum ok.
  716. 02-08 10:33:45.017 I/tmms-license-jni(13914): license mode is IMEI mode.
  717. 02-08 10:33:45.017 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  718. 02-08 10:33:45.017 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  719. 02-08 10:33:45.017 I/tmms-license-jni(13914): Get license bCheckResult = 1
  720. 02-08 10:33:45.017 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  721. 02-08 10:33:45.017 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  722. 02-08 10:33:45.017 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  723. 02-08 10:33:45.017 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  724. 02-08 10:33:45.017 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  725. 02-08 10:33:45.017 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  726. 02-08 10:33:45.017 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  727. 02-08 10:33:45.017 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  728. 02-08 10:33:45.017 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  729. 02-08 10:33:45.017 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  730. 02-08 10:33:45.017 D/LicenseStatus(13914): AC is NOT EXPIRE
  731. 02-08 10:33:45.017 I/LogcatFilter(13914): The application name is com.jrummy.droidx.overclock
  732. 02-08 10:33:45.017 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  733. 02-08 10:33:45.049 D/AndroidRuntime(18347): Shutting down VM
  734. 02-08 10:33:45.049 W/dalvikvm(18347): threadid=1: thread exiting with uncaught exception (group=0x400208b0)
  735. 02-08 10:33:45.088 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  736. 02-08 10:33:45.088 I/WindowOrientationListener(13699): 17, 62, 0
  737. 02-08 10:33:45.088 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  738. 02-08 10:33:45.088 E/AndroidRuntime(18347): FATAL EXCEPTION: main
  739. 02-08 10:33:45.088 E/AndroidRuntime(18347): java.lang.RuntimeException: Unable to start service com.jrummy.droidx.overclock.service.MainService@45cb91d0 with Intent { act=com.jrummy.droidx.overclock.service.intent.action.UPDATE cmp=com.jrummy.droidx.overclock/.service.MainService }: java.lang.NumberFormatException: unable to parse '' as integer
  740. 02-08 10:33:45.088 E/AndroidRuntime(18347): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3137)
  741. 02-08 10:33:45.088 E/AndroidRuntime(18347): at android.app.ActivityThread.access$3800(ActivityThread.java:129)
  742. 02-08 10:33:45.088 E/AndroidRuntime(18347): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2170)
  743. 02-08 10:33:45.088 E/AndroidRuntime(18347): at android.os.Handler.dispatchMessage(Handler.java:99)
  744. 02-08 10:33:45.088 E/AndroidRuntime(18347): at android.os.Looper.loop(Looper.java:143)
  745. 02-08 10:33:45.088 E/AndroidRuntime(18347): at android.app.ActivityThread.main(ActivityThread.java:4701)
  746. 02-08 10:33:45.088 E/AndroidRuntime(18347): at java.lang.reflect.Method.invokeNative(Native Method)
  747. 02-08 10:33:45.088 E/AndroidRuntime(18347): at java.lang.reflect.Method.invoke(Method.java:521)
  748. 02-08 10:33:45.088 E/AndroidRuntime(18347): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
  749. 02-08 10:33:45.088 E/AndroidRuntime(18347): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
  750. 02-08 10:33:45.088 E/AndroidRuntime(18347): at dalvik.system.NativeStart.main(Native Method)
  751. 02-08 10:33:45.088 E/AndroidRuntime(18347): Caused by: java.lang.NumberFormatException: unable to parse '' as integer
  752. 02-08 10:33:45.088 E/AndroidRuntime(18347): at java.lang.Integer.parseInt(Integer.java:412)
  753. 02-08 10:33:45.088 E/AndroidRuntime(18347): at java.lang.Integer.parseInt(Integer.java:382)
  754. 02-08 10:33:45.088 E/AndroidRuntime(18347): at com.jrummy.droidx.overclock.service.MainService.checkData(MainService.java:177)
  755. 02-08 10:33:45.088 E/AndroidRuntime(18347): at com.jrummy.droidx.overclock.service.MainService.onStart(MainService.java:155)
  756. 02-08 10:33:45.088 E/AndroidRuntime(18347): at android.app.Service.onStartCommand(Service.java:420)
  757. 02-08 10:33:45.088 E/AndroidRuntime(18347): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3127)
  758. 02-08 10:33:45.088 E/AndroidRuntime(18347): ... 10 more
  759. 02-08 10:33:45.103 W/ActivityManager(13699): Force finishing activity com.jrummy.droidx.overclock/.widget.AppWidgetConfigure
  760. 02-08 10:33:45.119 D/RestartableThread4LogcatStream(13914): logcat output = Force finishing activity com.jrummy.droidx.overclock/.widget.AppWidgetConfigure
  761. 02-08 10:33:45.142 D/LicenseStatus(13914): trialState false
  762. 02-08 10:33:45.142 D/LicenseStatus(13914): isExpired AC
  763. 02-08 10:33:45.142 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  764. 02-08 10:33:45.142 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  765. 02-08 10:33:45.142 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  766. 02-08 10:33:45.142 I/tmms-license-jni(13914): check sum ok.
  767. 02-08 10:33:45.142 I/tmms-license-jni(13914): license mode is IMEI mode.
  768. 02-08 10:33:45.142 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  769. 02-08 10:33:45.150 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  770. 02-08 10:33:45.150 I/tmms-license-jni(13914): Get license bCheckResult = 1
  771. 02-08 10:33:45.150 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  772. 02-08 10:33:45.150 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  773. 02-08 10:33:45.150 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  774. 02-08 10:33:45.150 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  775. 02-08 10:33:45.150 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  776. 02-08 10:33:45.150 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  777. 02-08 10:33:45.150 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  778. 02-08 10:33:45.150 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  779. 02-08 10:33:45.150 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  780. 02-08 10:33:45.150 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  781. 02-08 10:33:45.150 D/LicenseStatus(13914): AC is NOT EXPIRE
  782. 02-08 10:33:45.150 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  783. 02-08 10:33:45.291 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  784. 02-08 10:33:45.291 I/WindowOrientationListener(13699): 17, 62, 0
  785. 02-08 10:33:45.291 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  786. 02-08 10:33:45.324 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  787. 02-08 10:33:45.494 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  788. 02-08 10:33:45.494 I/WindowOrientationListener(13699): 17, 62, 0
  789. 02-08 10:33:45.494 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  790. 02-08 10:33:45.603 W/ActivityManager(13699): Activity pause timeout for HistoryRecord{46031120 com.jrummy.droidx.overclock/.widget.AppWidgetConfigure}
  791. 02-08 10:33:45.619 D/RestartableThread4LogcatStream(13914): logcat output = Activity pause timeout for HistoryRecord{46031120 com.jrummy.droidx.overclock/.widget.AppWidgetConfigure}
  792. 02-08 10:33:45.627 D/LicenseStatus(13914): trialState false
  793. 02-08 10:33:45.627 D/LicenseStatus(13914): isExpired AC
  794. 02-08 10:33:45.635 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  795. 02-08 10:33:45.635 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  796. 02-08 10:33:45.635 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  797. 02-08 10:33:45.635 I/tmms-license-jni(13914): check sum ok.
  798. 02-08 10:33:45.635 I/tmms-license-jni(13914): license mode is IMEI mode.
  799. 02-08 10:33:45.635 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  800. 02-08 10:33:45.635 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  801. 02-08 10:33:45.635 I/tmms-license-jni(13914): Get license bCheckResult = 1
  802. 02-08 10:33:45.635 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  803. 02-08 10:33:45.635 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  804. 02-08 10:33:45.635 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  805. 02-08 10:33:45.635 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  806. 02-08 10:33:45.635 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  807. 02-08 10:33:45.635 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  808. 02-08 10:33:45.635 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  809. 02-08 10:33:45.635 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  810. 02-08 10:33:45.635 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  811. 02-08 10:33:45.635 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  812. 02-08 10:33:45.635 D/LicenseStatus(13914): AC is NOT EXPIRE
  813. 02-08 10:33:45.635 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  814. 02-08 10:33:45.697 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  815. 02-08 10:33:45.697 I/WindowOrientationListener(13699): 17, 62, 0
  816. 02-08 10:33:45.697 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  817. 02-08 10:33:45.807 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  818. 02-08 10:33:45.900 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  819. 02-08 10:33:45.900 I/WindowOrientationListener(13699): 17, 62, 0
  820. 02-08 10:33:45.900 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  821. 02-08 10:33:46.103 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  822. 02-08 10:33:46.103 I/WindowOrientationListener(13699): 17, 62, 0
  823. 02-08 10:33:46.103 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  824. 02-08 10:33:46.174 V/DeviceStorageMonitorService(13699): freeMemory=6545027072
  825. 02-08 10:33:46.174 V/DeviceStorageMonitorService(13699): Threshold Percentage=10
  826. 02-08 10:33:46.174 V/DeviceStorageMonitorService(13699): mTotalMemory = 70264913
  827. 02-08 10:33:46.174 I/DeviceStorageMonitorService(13699): Posting Message again
  828. 02-08 10:33:46.307 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  829. 02-08 10:33:46.307 I/WindowOrientationListener(13699): 17, 62, 0
  830. 02-08 10:33:46.307 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  831. 02-08 10:33:46.510 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  832. 02-08 10:33:46.510 I/WindowOrientationListener(13699): 16, 60, 0
  833. 02-08 10:33:46.510 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  834. 02-08 10:33:46.619 I/Process (18347): Sending signal. PID: 18347 SIG: 9
  835. 02-08 10:33:46.635 I/ActivityManager(13699): Process com.jrummy.droidx.overclock (pid 18347) has died.
  836. 02-08 10:33:46.635 W/ActivityManager(13699): Scheduling restart of crashed service com.jrummy.droidx.overclock/.service.MainService in 5000ms
  837. 02-08 10:33:46.642 D/RestartableThread4LogcatStream(13914): logcat output = Process com.jrummy.droidx.overclock (pid 18347) has died.
  838. 02-08 10:33:46.642 D/LicenseStatus(13914): trialState false
  839. 02-08 10:33:46.642 D/LicenseStatus(13914): isExpired AC
  840. 02-08 10:33:46.642 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  841. 02-08 10:33:46.642 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  842. 02-08 10:33:46.642 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  843. 02-08 10:33:46.642 I/tmms-license-jni(13914): check sum ok.
  844. 02-08 10:33:46.642 I/tmms-license-jni(13914): license mode is IMEI mode.
  845. 02-08 10:33:46.642 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  846. 02-08 10:33:46.642 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  847. 02-08 10:33:46.642 I/tmms-license-jni(13914): Get license bCheckResult = 1
  848. 02-08 10:33:46.642 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  849. 02-08 10:33:46.642 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  850. 02-08 10:33:46.642 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  851. 02-08 10:33:46.642 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  852. 02-08 10:33:46.642 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  853. 02-08 10:33:46.642 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  854. 02-08 10:33:46.642 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  855. 02-08 10:33:46.642 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  856. 02-08 10:33:46.642 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  857. 02-08 10:33:46.642 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  858. 02-08 10:33:46.642 D/LicenseStatus(13914): AC is NOT EXPIRE
  859. 02-08 10:33:46.642 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  860. 02-08 10:33:46.642 I/WindowManager(13699): WIN DEATH: Window{4619e7e8 com.jrummy.droidx.overclock/com.jrummy.droidx.overclock.Overclock paused=false}
  861. 02-08 10:33:46.658 W/InputManagerService(13699): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@46067aa8
  862. 02-08 10:33:46.682 D/RestartableThread4LogcatStream(13914): logcat output = Scheduling restart of crashed service com.jrummy.droidx.overclock/.service.MainService in 5000ms
  863. 02-08 10:33:46.682 D/LicenseStatus(13914): trialState false
  864. 02-08 10:33:46.682 D/LicenseStatus(13914): isExpired AC
  865. 02-08 10:33:46.682 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  866. 02-08 10:33:46.682 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  867. 02-08 10:33:46.682 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  868. 02-08 10:33:46.682 I/tmms-license-jni(13914): check sum ok.
  869. 02-08 10:33:46.682 I/tmms-license-jni(13914): license mode is IMEI mode.
  870. 02-08 10:33:46.682 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  871. 02-08 10:33:46.682 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  872. 02-08 10:33:46.682 I/tmms-license-jni(13914): Get license bCheckResult = 1
  873. 02-08 10:33:46.682 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  874. 02-08 10:33:46.682 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  875. 02-08 10:33:46.682 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  876. 02-08 10:33:46.682 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  877. 02-08 10:33:46.682 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  878. 02-08 10:33:46.682 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  879. 02-08 10:33:46.682 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  880. 02-08 10:33:46.682 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  881. 02-08 10:33:46.682 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  882. 02-08 10:33:46.682 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  883. 02-08 10:33:46.689 D/LicenseStatus(13914): AC is NOT EXPIRE
  884. 02-08 10:33:46.689 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  885. 02-08 10:33:46.713 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  886. 02-08 10:33:46.713 I/WindowOrientationListener(13699): 17, 60, 0
  887. 02-08 10:33:46.713 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  888. 02-08 10:33:46.810 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  889. 02-08 10:33:46.916 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  890. 02-08 10:33:46.916 I/WindowOrientationListener(13699): 17, 60, 0
  891. 02-08 10:33:46.916 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  892. 02-08 10:33:47.119 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  893. 02-08 10:33:47.119 I/WindowOrientationListener(13699): 18, 60, 0
  894. 02-08 10:33:47.119 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  895. 02-08 10:33:47.322 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  896. 02-08 10:33:47.322 I/WindowOrientationListener(13699): 18, 61, 0
  897. 02-08 10:33:47.322 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  898. 02-08 10:33:47.322 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  899. 02-08 10:33:47.535 I/WindowOrientationListener(13699): setTiltFlatStatus[true]
  900. 02-08 10:33:47.728 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  901. 02-08 10:33:47.728 I/WindowOrientationListener(13699): 16, 65, 0
  902. 02-08 10:33:47.728 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  903. 02-08 10:33:47.808 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  904. 02-08 10:33:47.877 I/InputManagerService(13699): received close system dialog event
  905. 02-08 10:33:48.041 D/dalvikvm(13699): JIT code cache reset in 3 ms (1048548 bytes 4/0)
  906. 02-08 10:33:48.049 D/dalvikvm(13699): GC_EXTERNAL_ALLOC freed 33904 objects / 1908240 bytes in 140ms
  907. 02-08 10:33:48.064 I/carrot (14186): MService is running
  908. 02-08 10:33:48.064 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  909. 02-08 10:33:48.064 I/WindowOrientationListener(13699): 17, 64, 0
  910. 02-08 10:33:48.064 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  911. 02-08 10:33:48.135 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  912. 02-08 10:33:48.135 I/WindowOrientationListener(13699): 18, 64, 0
  913. 02-08 10:33:48.135 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  914. 02-08 10:33:48.205 I/LicenseChecker(14186): Binding to licensing service.
  915. 02-08 10:33:48.244 D/StatusBar(13699): DISABLE_EXPAND: yes
  916. 02-08 10:33:48.260 I/carrot (14186): get License after seven days, return true
  917. 02-08 10:33:48.260 I/LicenseChecker(14186): Calling checkLicense on service for com.carrotapp.protectpronew
  918. 02-08 10:33:48.260 I/LicenseChecker(14186): Start monitoring timeout.
  919. 02-08 10:33:48.260 I/carrot (14186): MService is stopping
  920. 02-08 10:33:48.283 W/Service (14186): setForeground: ignoring old API call on com.carrotapp.protectpronew.MService
  921. 02-08 10:33:48.291 I/carrot (14186): widget update in MService!
  922. 02-08 10:33:48.338 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  923. 02-08 10:33:48.338 I/WindowOrientationListener(13699): 18, 64, 0
  924. 02-08 10:33:48.338 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  925. 02-08 10:33:48.541 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  926. 02-08 10:33:48.541 I/WindowOrientationListener(13699): 19, 63, 0
  927. 02-08 10:33:48.541 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  928. 02-08 10:33:48.744 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  929. 02-08 10:33:48.744 I/WindowOrientationListener(13699): 19, 63, 0
  930. 02-08 10:33:48.744 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  931. 02-08 10:33:48.797 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  932. 02-08 10:33:48.947 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  933. 02-08 10:33:48.947 I/WindowOrientationListener(13699): 19, 62, 0
  934. 02-08 10:33:48.947 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  935. 02-08 10:33:49.088 W/MessageQueue(14186): Handler{45cf5cf8} sending message to a Handler on a dead thread
  936. 02-08 10:33:49.088 W/MessageQueue(14186): java.lang.RuntimeException: Handler{45cf5cf8} sending message to a Handler on a dead thread
  937. 02-08 10:33:49.088 W/MessageQueue(14186): at android.os.MessageQueue.enqueueMessage(MessageQueue.java:184)
  938. 02-08 10:33:49.088 W/MessageQueue(14186): at android.os.Handler.sendMessageAtTime(Handler.java:457)
  939. 02-08 10:33:49.088 W/MessageQueue(14186): at android.os.Handler.sendMessageDelayed(Handler.java:430)
  940. 02-08 10:33:49.088 W/MessageQueue(14186): at android.os.Handler.post(Handler.java:248)
  941. 02-08 10:33:49.088 W/MessageQueue(14186): at com.android.vending.licensing.LicenseChecker$ResultListener.verifyLicense(LicenseChecker.java:207)
  942. 02-08 10:33:49.088 W/MessageQueue(14186): at com.android.vending.licensing.ILicenseResultListener$Stub.onTransact(ILicenseResultListener.java:56)
  943. 02-08 10:33:49.088 W/MessageQueue(14186): at android.os.Binder.execTransact(Binder.java:304)
  944. 02-08 10:33:49.088 W/MessageQueue(14186): at dalvik.system.NativeStart.run(Native Method)
  945. 02-08 10:33:49.150 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  946. 02-08 10:33:49.150 I/WindowOrientationListener(13699): 19, 61, 0
  947. 02-08 10:33:49.150 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  948. 02-08 10:33:49.328 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  949. 02-08 10:33:49.328 I/PlayerDriver(13692): buffering (58)
  950. 02-08 10:33:49.354 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  951. 02-08 10:33:49.354 I/WindowOrientationListener(13699): 19, 61, 0
  952. 02-08 10:33:49.354 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  953. 02-08 10:33:49.557 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  954. 02-08 10:33:49.557 I/WindowOrientationListener(13699): 18, 59, 0
  955. 02-08 10:33:49.557 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  956. 02-08 10:33:49.713 I/ActivityManager(13699): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10100000 cmp=com.xtralogic.android.logcollector/.SendLogActivity }
  957. 02-08 10:33:49.744 D/RestartableThread4LogcatStream(13914): logcat output = Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10100000 cmp=com.xtralogic.android.logcollector/.SendLogActivity }
  958. 02-08 10:33:49.760 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  959. 02-08 10:33:49.760 I/WindowOrientationListener(13699): 15, 59, 0
  960. 02-08 10:33:49.760 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  961. 02-08 10:33:49.783 D/LicenseStatus(13914): trialState false
  962. 02-08 10:33:49.822 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  963. 02-08 10:33:49.924 D/LicenseStatus(13914): isExpired AC
  964. 02-08 10:33:49.932 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  965. 02-08 10:33:49.963 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  966. 02-08 10:33:49.963 I/WindowOrientationListener(13699): 16, 59, 0
  967. 02-08 10:33:49.963 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  968. 02-08 10:33:49.986 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  969. 02-08 10:33:49.986 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  970. 02-08 10:33:49.986 I/tmms-license-jni(13914): check sum ok.
  971. 02-08 10:33:49.986 I/tmms-license-jni(13914): license mode is IMEI mode.
  972. 02-08 10:33:49.986 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  973. 02-08 10:33:49.986 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  974. 02-08 10:33:49.986 I/tmms-license-jni(13914): Get license bCheckResult = 1
  975. 02-08 10:33:49.986 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  976. 02-08 10:33:49.986 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  977. 02-08 10:33:49.986 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  978. 02-08 10:33:49.986 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  979. 02-08 10:33:49.986 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  980. 02-08 10:33:49.986 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  981. 02-08 10:33:49.986 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  982. 02-08 10:33:49.986 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  983. 02-08 10:33:49.986 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  984. 02-08 10:33:49.986 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  985. 02-08 10:33:49.986 D/LicenseStatus(13914): AC is NOT EXPIRE
  986. 02-08 10:33:49.986 I/LogcatFilter(13914): The application name is com.xtralogic.android.logcollector
  987. 02-08 10:33:49.986 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  988. 02-08 10:33:50.166 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  989. 02-08 10:33:50.166 I/WindowOrientationListener(13699): 17, 59, 0
  990. 02-08 10:33:50.166 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  991. 02-08 10:33:50.338 D/BatteryTempPolicy(13699): updateBatteryTemp temperature = 430, Threshhold = 3
  992. 02-08 10:33:50.346 D/KeyguardUpdateMonitor(13699): received broadcast android.intent.action.BATTERY_CHANGED
  993. 02-08 10:33:50.346 D/KeyguardUpdateMonitor(13699): handleBatteryUpdate
  994. 02-08 10:33:50.361 D/StatusBarPolicy(13699): handleBatteryUpdate
  995. 02-08 10:33:50.377 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  996. 02-08 10:33:50.377 I/WindowOrientationListener(13699): 16, 60, 0
  997. 02-08 10:33:50.377 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  998. 02-08 10:33:50.502 I/ActivityManager(13699): Displayed activity com.xtralogic.android.logcollector/.SendLogActivity: 749 ms (total 5456 ms)
  999. 02-08 10:33:50.510 D/RestartableThread4LogcatStream(13914): logcat output = Displayed activity com.xtralogic.android.logcollector/.SendLogActivity: 749 ms (total 5456 ms)
  1000. 02-08 10:33:50.510 D/LicenseStatus(13914): trialState false
  1001. 02-08 10:33:50.510 D/LicenseStatus(13914): isExpired AC
  1002. 02-08 10:33:50.510 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  1003. 02-08 10:33:50.510 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  1004. 02-08 10:33:50.510 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  1005. 02-08 10:33:50.510 I/tmms-license-jni(13914): check sum ok.
  1006. 02-08 10:33:50.510 I/tmms-license-jni(13914): license mode is IMEI mode.
  1007. 02-08 10:33:50.510 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  1008. 02-08 10:33:50.510 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  1009. 02-08 10:33:50.510 I/tmms-license-jni(13914): Get license bCheckResult = 1
  1010. 02-08 10:33:50.510 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  1011. 02-08 10:33:50.510 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  1012. 02-08 10:33:50.510 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  1013. 02-08 10:33:50.510 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  1014. 02-08 10:33:50.510 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  1015. 02-08 10:33:50.510 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  1016. 02-08 10:33:50.510 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  1017. 02-08 10:33:50.510 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  1018. 02-08 10:33:50.510 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  1019. 02-08 10:33:50.510 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  1020. 02-08 10:33:50.510 D/LicenseStatus(13914): AC is NOT EXPIRE
  1021. 02-08 10:33:50.510 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  1022. 02-08 10:33:50.588 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1023. 02-08 10:33:50.588 I/WindowOrientationListener(13699): 15, 60, 0
  1024. 02-08 10:33:50.588 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1025. 02-08 10:33:50.791 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1026. 02-08 10:33:50.791 I/WindowOrientationListener(13699): 15, 60, 0
  1027. 02-08 10:33:50.791 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1028. 02-08 10:33:50.823 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoPositionStatus
  1029. 02-08 10:33:50.978 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1030. 02-08 10:33:50.978 I/WindowOrientationListener(13699): 15, 60, 0
  1031. 02-08 10:33:50.978 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1032. 02-08 10:33:51.182 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1033. 02-08 10:33:51.182 I/WindowOrientationListener(13699): 15, 60, 0
  1034. 02-08 10:33:51.182 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1035. 02-08 10:33:51.322 V/PlayerDriver(13692): HandleInformationalEvent: PVMFInfoBufferingStatus
  1036. 02-08 10:33:51.338 I/global (18244): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
  1037. 02-08 10:33:51.385 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1038. 02-08 10:33:51.385 I/WindowOrientationListener(13699): 17, 60, 0
  1039. 02-08 10:33:51.385 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1040. 02-08 10:33:51.478 D/dalvikvm(18244): GC_FOR_MALLOC freed 1547 objects / 168496 bytes in 74ms
  1041. 02-08 10:33:51.588 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1042. 02-08 10:33:51.588 I/WindowOrientationListener(13699): 18, 60, 0
  1043. 02-08 10:33:51.588 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1044. 02-08 10:33:51.627 D/dalvikvm(18244): GC_FOR_MALLOC freed 2522 objects / 1125528 bytes in 71ms
  1045. 02-08 10:33:51.642 I/ActivityManager(13699): Start proc com.jrummy.droidx.overclock for service com.jrummy.droidx.overclock/.service.MainService: pid=18412 uid=10059 gids={3003}
  1046. 02-08 10:33:51.697 D/RestartableThread4LogcatStream(13914): logcat output = Start proc com.jrummy.droidx.overclock for service com.jrummy.droidx.overclock/.service.MainService: pid=18412 uid=10059 gids={3003}
  1047. 02-08 10:33:51.752 D/LicenseStatus(13914): trialState false
  1048. 02-08 10:33:51.760 D/LicenseStatus(13914): isExpired AC
  1049. 02-08 10:33:51.760 I/tmms-license-jni(13914): pUserId = 0A0000022708388, activeCode = 21739979203377497623
  1050. 02-08 10:33:51.760 I/tmms-license-jni(13914): enter CheckOneAC(sn: 0A0000022708388, ac: 21739979203377497623)
  1051. 02-08 10:33:51.760 I/tmms-license-jni(13914): user id: 0, provider id: 2004, func mask: 0xc958bf0f
  1052. 02-08 10:33:51.760 I/tmms-license-jni(13914): check sum ok.
  1053. 02-08 10:33:51.760 I/tmms-license-jni(13914): license mode is IMEI mode.
  1054. 02-08 10:33:51.760 I/tmms-license-jni(13914): CheckOneAC before enter ValidDaysToExpireDay
  1055. 02-08 10:33:51.760 I/tmms-license-jni(13914): CheckOneAC quit, success = 1.
  1056. 02-08 10:33:51.760 I/tmms-license-jni(13914): Get license bCheckResult = 1
  1057. 02-08 10:33:51.760 I/tmms-license-jni(13914): PrepareLicInfo ret = 1
  1058. 02-08 10:33:51.760 I/tmms-license-jni(13914): PrepareLicInfo Available = 1
  1059. 02-08 10:33:51.760 I/tmms-license-jni(13914): PrepareLicInfo LicenseVersion = 131072
  1060. 02-08 10:33:51.760 I/tmms-license-jni(13914): PrepareLicInfo LicenseType = 0
  1061. 02-08 10:33:51.760 I/tmms-license-jni(13914): PrepareLicInfo LicenseMode = 3
  1062. 02-08 10:33:51.760 I/tmms-license-jni(13914): PrepareLicInfo ProviderId = 2004
  1063. 02-08 10:33:51.760 I/tmms-license-jni(13914): PrepareLicInfo FeatureCount = 1
  1064. 02-08 10:33:51.760 I/tmms-license-jni(13914): PrepareLicInfo expireDate = Thu Jan 19 00:00:00 2012
  1065. 02-08 10:33:51.760 I/tmms-license-jni(13914): PrepareLicInfo char expireDate = Thu Jan 19 00:00:00 2012
  1066. 02-08 10:33:51.760 I/tmms-license-jni(13914): getExpireDate char expireDate = Thu Jan 19 00:00:00 2012
  1067. 02-08 10:33:51.760 D/LicenseStatus(13914): AC is NOT EXPIRE
  1068. 02-08 10:33:51.760 D/RestartableThread4LogcatStream(13914): Logcat filter result is null. skip this logcat line.
  1069. 02-08 10:33:51.791 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1070. 02-08 10:33:51.791 I/WindowOrientationListener(13699): 18, 60, 0
  1071. 02-08 10:33:51.791 I/WindowOrientationListener(13699): setTiltFlatStatus[false]
  1072. 02-08 10:33:51.799 D/AndroidRuntime(18412): Shutting down VM
  1073. 02-08 10:33:51.799 W/dalvikvm(18412): threadid=1: thread exiting with uncaught exception (group=0x400208b0)
  1074. 02-08 10:33:51.807 E/AndroidRuntime(18412): FATAL EXCEPTION: main
  1075. 02-08 10:33:51.807 E/AndroidRuntime(18412): java.lang.RuntimeException: Unable to start service com.jrummy.droidx.overclock.service.MainService@45c4afd0 with Intent { act=com.jrummy.dr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement