Advertisement
devil2010

Link crash

Jan 6th, 2022
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 11.57 KB | None | 0 0
  1. Build version: 1.7.9
  2. Build date: 1981-01-01 01:01:02
  3. Current date: 2022-01-06 13:20:23
  4. Device: Samsung SM-P205
  5. OS version: Android 11 (SDK 30)
  6.  
  7. Stack trace:  
  8. java.lang.NullPointerException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkNotNullParameter, parameter string
  9.     at kotlin.text.StringsKt__StringsKt.indexOf(Unknown Source:7)
  10.     at kotlin.text.StringsKt__StringsKt.indexOf$default(Strings.kt:1101)
  11.     at com.civix.link.Libraries.Utils.CommonExtensionKt.setSubstringTypeface(CommonExtension.kt:280)
  12.     at com.civix.link.Adapter.AdapterNotification.onBindViewHolder(AdapterNotification.kt:79)
  13.     at com.civix.link.Adapter.AdapterNotification.onBindViewHolder(AdapterNotification.kt:22)
  14.     at com.jcodecraeer.xrecyclerview.XRecyclerView$WrapAdapter.onBindViewHolder(XRecyclerView.java:644)
  15.     at androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:7107)
  16.     at androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:6012)
  17.     at androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:6279)
  18.     at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6118)
  19.     at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6114)
  20.     at androidx.recyclerview.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2303)
  21.     at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1627)
  22.     at androidx.recyclerview.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1587)
  23.     at androidx.recyclerview.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:665)
  24.     at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:4134)
  25.     at androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:3851)
  26.     at androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:4404)
  27.     at android.view.View.layout(View.java:24475)
  28.     at android.view.ViewGroup.layout(ViewGroup.java:7383)
  29.     at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)
  30.     at android.widget.FrameLayout.onLayout(FrameLayout.java:270)
  31.     at android.view.View.layout(View.java:24475)
  32.     at android.view.ViewGroup.layout(ViewGroup.java:7383)
  33.     at androidx.coordinatorlayout.widget.CoordinatorLayout.layoutChild(CoordinatorLayout.java:1213)
  34.     at androidx.coordinatorlayout.widget.CoordinatorLayout.onLayoutChild(CoordinatorLayout.java:899)
  35.     at androidx.coordinatorlayout.widget.CoordinatorLayout.onLayout(CoordinatorLayout.java:919)
  36.     at android.view.View.layout(View.java:24475)
  37.     at android.view.ViewGroup.layout(ViewGroup.java:7383)
  38.     at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)
  39.     at android.widget.FrameLayout.onLayout(FrameLayout.java:270)
  40.     at android.view.View.layout(View.java:24475)
  41.     at android.view.ViewGroup.layout(ViewGroup.java:7383)
  42.     at androidx.constraintlayout.widget.ConstraintLayout.onLayout(ConstraintLayout.java:1762)
  43.     at android.view.View.layout(View.java:24475)
  44.     at android.view.ViewGroup.layout(ViewGroup.java:7383)
  45.     at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)
  46.     at android.widget.FrameLayout.onLayout(FrameLayout.java:270)
  47.     at android.view.View.layout(View.java:24475)
  48.     at android.view.ViewGroup.layout(ViewGroup.java:7383)
  49.     at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1829)
  50.     at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1673)
  51.     at android.widget.LinearLayout.onLayout(LinearLayout.java:1582)
  52.     at android.view.View.layout(View.java:24475)
  53.     at android.view.ViewGroup.layout(ViewGroup.java:7383)
  54.     at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)
  55.     at android.widget.FrameLayout.onLayout(FrameLayout.java:270)
  56.     at android.view.View.layout(View.java:24475)
  57.     at android.view.ViewGroup.layout(ViewGroup.java:7383)
  58.     at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1829)
  59.     at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1673)
  60.     at android.widget.LinearLayout.onLayout(LinearLayout.java:1582)
  61.     at android.view.View.layout(View.java:24475)
  62.     at android.view.ViewGroup.layout(ViewGroup.java:7383)
  63.     at android.widget.FrameLayout.layoutChildren(FrameLayout.java:332)
  64.     at android.widget.FrameLayout.onLayout(FrameLayout.java:270)
  65.     at com.android.internal.policy.DecorView.onLayout(DecorView.java:1227)
  66.     at android.view.View.layout(View.java:24475)
  67.     at android.view.ViewGroup.layout(ViewGroup.java:7383)
  68.     at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:4260)
  69.     at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3695)
  70.     at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2618)
  71.     at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:9971)
  72.     at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1010)
  73.     at android.view.Choreographer.doCallbacks(Choreographer.java:809)
  74.     at android.view.Choreographer.doFrame(Choreographer.java:744)
  75.     at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:995)
  76.     at android.os.Handler.handleCallback(Handler.java:938)
  77.     at android.os.Handler.dispatchMessage(Handler.java:99)
  78.     at android.os.Looper.loop(Looper.java:246)
  79.     at android.app.ActivityThread.main(ActivityThread.java:8633)
  80.     at java.lang.reflect.Method.invoke(Native Method)
  81.     at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
  82.     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
  83.  
  84. User actions:
  85. 2022-01-05 13:44:57: SplashScreen created
  86. 2022-01-05 13:44:57: LoginScreen created
  87. 2022-01-05 13:44:57: LoginScreen resumed
  88. 2022-01-05 13:44:57: SplashScreen destroyed
  89. 2022-01-05 13:45:02: LoginScreen paused
  90. 2022-01-05 13:45:02: AuthorizationManagementActivity created
  91. 2022-01-05 13:45:02: AuthorizationManagementActivity resumed
  92. 2022-01-05 13:45:02: AuthorizationManagementActivity paused
  93. 2022-01-05 13:46:08: RedirectUriReceiverActivity created
  94. 2022-01-05 13:46:08: AuthorizationManagementActivity resumed
  95. 2022-01-05 13:46:08: AuthorizationManagementActivity paused
  96. 2022-01-05 13:46:08: LoginScreen resumed
  97. 2022-01-05 13:46:08: AuthorizationManagementActivity destroyed
  98. 2022-01-05 13:46:08: RedirectUriReceiverActivity destroyed
  99. 2022-01-05 13:46:10: LoginScreen paused
  100. 2022-01-05 13:46:11: HomeScreen created
  101. 2022-01-05 13:46:11: HomeScreen resumed
  102. 2022-01-05 13:46:12: HomeScreen paused
  103. 2022-01-05 13:46:12: LoginScreen destroyed
  104. 2022-01-05 13:46:19: HomeScreen resumed
  105. 2022-01-05 13:46:20: HomeScreen paused
  106. 2022-01-05 13:46:20: AllTaskViewScreen created
  107. 2022-01-05 13:46:20: AllTaskViewScreen resumed
  108. 2022-01-05 13:46:22: AllTaskViewScreen paused
  109. 2022-01-05 13:46:22: MyTaskDetailScreen created
  110. 2022-01-05 13:46:22: MyTaskDetailScreen resumed
  111. 2022-01-05 13:46:27: MyTaskDetailScreen paused
  112. 2022-01-05 13:46:27: AllTaskViewScreen resumed
  113. 2022-01-05 13:46:28: MyTaskDetailScreen destroyed
  114. 2022-01-05 13:46:28: AllTaskViewScreen paused
  115. 2022-01-05 13:46:28: HomeScreen resumed
  116. 2022-01-05 13:46:29: AllTaskViewScreen destroyed
  117. 2022-01-05 13:46:30: HomeScreen paused
  118. 2022-01-05 13:46:30: UserConfigScreen created
  119. 2022-01-05 13:46:30: UserConfigScreen resumed
  120. 2022-01-05 13:46:33: UserConfigScreen paused
  121. 2022-01-05 13:46:33: HomeScreen destroyed
  122. 2022-01-05 13:46:33: HomeScreen created
  123. 2022-01-05 13:46:33: HomeScreen resumed
  124. 2022-01-05 13:46:33: UserConfigScreen destroyed
  125. 2022-01-05 13:46:37: HomeScreen paused
  126. 2022-01-05 13:46:37: AllTaskViewScreen created
  127. 2022-01-05 13:46:37: AllTaskViewScreen resumed
  128. 2022-01-05 13:46:39: AllTaskViewScreen paused
  129. 2022-01-05 13:46:39: MyTaskDetailScreen created
  130. 2022-01-05 13:46:39: MyTaskDetailScreen resumed
  131. 2022-01-05 13:46:40: MyTaskDetailScreen paused
  132. 2022-01-05 13:46:40: AllTaskViewScreen resumed
  133. 2022-01-05 13:46:41: MyTaskDetailScreen destroyed
  134. 2022-01-05 13:46:41: AllTaskViewScreen paused
  135. 2022-01-05 13:46:41: MyTaskDetailScreen created
  136. 2022-01-05 13:46:41: MyTaskDetailScreen resumed
  137. 2022-01-05 13:46:58: MyTaskDetailScreen paused
  138. 2022-01-05 13:46:58: AllTaskViewScreen resumed
  139. 2022-01-05 13:46:58: MyTaskDetailScreen destroyed
  140. 2022-01-05 13:47:04: AllTaskViewScreen paused
  141. 2022-01-05 13:47:04: MyTaskDetailScreen created
  142. 2022-01-05 13:47:04: MyTaskDetailScreen resumed
  143. 2022-01-05 13:47:13: MyTaskDetailScreen paused
  144. 2022-01-05 13:47:13: HtmlManageScreen created
  145. 2022-01-05 13:47:14: HtmlManageScreen resumed
  146. 2022-01-05 13:47:23: HtmlManageScreen paused
  147. 2022-01-05 13:47:23: MyTaskDetailScreen resumed
  148. 2022-01-05 13:47:24: HtmlManageScreen destroyed
  149. 2022-01-05 13:47:32: MyTaskDetailScreen paused
  150. 2022-01-05 13:47:32: HtmlManageScreen created
  151. 2022-01-05 13:47:32: HtmlManageScreen resumed
  152. 2022-01-05 13:47:43: HtmlManageScreen paused
  153. 2022-01-05 13:47:43: MyTaskDetailScreen resumed
  154. 2022-01-05 13:47:44: HtmlManageScreen destroyed
  155. 2022-01-05 13:47:45: MyTaskDetailScreen paused
  156. 2022-01-05 13:47:45: AllTaskViewScreen resumed
  157. 2022-01-05 13:47:45: MyTaskDetailScreen destroyed
  158. 2022-01-05 13:47:49: AllTaskViewScreen paused
  159. 2022-01-05 13:47:49: MyTaskDetailScreen created
  160. 2022-01-05 13:47:49: MyTaskDetailScreen resumed
  161. 2022-01-05 13:48:30: MyTaskDetailScreen paused
  162. 2022-01-05 13:48:30: AllTaskViewScreen resumed
  163. 2022-01-05 13:48:31: MyTaskDetailScreen destroyed
  164. 2022-01-05 13:48:48: AllTaskViewScreen paused
  165. 2022-01-05 13:48:48: HomeScreen resumed
  166. 2022-01-05 13:48:48: AllTaskViewScreen destroyed
  167. 2022-01-05 13:48:56: HomeScreen paused
  168. 2022-01-05 13:48:56: AllTaskViewScreen created
  169. 2022-01-05 13:48:56: AllTaskViewScreen resumed
  170. 2022-01-05 13:49:07: AllTaskViewScreen paused
  171. 2022-01-05 13:49:07: HomeScreen resumed
  172. 2022-01-05 13:49:07: AllTaskViewScreen destroyed
  173. 2022-01-05 13:50:12: HomeScreen paused
  174. 2022-01-05 13:50:12: ChatScreen created
  175. 2022-01-05 13:50:12: ChatScreen resumed
  176. 2022-01-05 13:50:15: ChatScreen paused
  177. 2022-01-05 13:50:16: WebViewScreen created
  178. 2022-01-05 13:50:16: WebViewScreen resumed
  179. 2022-01-05 13:52:18: WebViewScreen paused
  180. 2022-01-05 14:48:24: WebViewScreen resumed
  181. 2022-01-05 14:48:26: WebViewScreen paused
  182. 2022-01-05 17:41:16: WebViewScreen resumed
  183. 2022-01-05 17:41:19: WebViewScreen paused
  184. 2022-01-05 17:41:19: ChatScreen resumed
  185. 2022-01-05 17:41:20: WebViewScreen destroyed
  186. 2022-01-05 17:41:21: ChatScreen paused
  187. 2022-01-05 17:41:21: HomeScreen resumed
  188. 2022-01-05 17:41:22: ChatScreen destroyed
  189. 2022-01-05 17:41:22: HomeScreen paused
  190. 2022-01-05 17:41:22: UserConfigScreen created
  191. 2022-01-05 17:41:22: UserConfigScreen resumed
  192. 2022-01-05 17:41:25: UserConfigScreen paused
  193. 2022-01-05 17:41:25: LoginScreen created
  194. 2022-01-05 17:41:25: LoginScreen resumed
  195. 2022-01-05 17:41:26: UserConfigScreen destroyed
  196. 2022-01-05 17:43:59: LoginScreen paused
  197. 2022-01-06 13:18:23: LoginScreen resumed
  198. 2022-01-06 13:18:26: LoginScreen paused
  199. 2022-01-06 13:18:26: AuthorizationManagementActivity created
  200. 2022-01-06 13:18:26: AuthorizationManagementActivity resumed
  201. 2022-01-06 13:18:27: AuthorizationManagementActivity paused
  202. 2022-01-06 13:19:36: AuthorizationManagementActivity resumed
  203. 2022-01-06 13:19:36: AuthorizationManagementActivity paused
  204. 2022-01-06 13:19:36: LoginScreen resumed
  205. 2022-01-06 13:19:37: AuthorizationManagementActivity destroyed
  206. 2022-01-06 13:19:38: LoginScreen paused
  207. 2022-01-06 13:19:38: AuthorizationManagementActivity created
  208. 2022-01-06 13:19:38: AuthorizationManagementActivity resumed
  209. 2022-01-06 13:19:38: AuthorizationManagementActivity paused
  210. 2022-01-06 13:20:14: RedirectUriReceiverActivity created
  211. 2022-01-06 13:20:14: AuthorizationManagementActivity resumed
  212. 2022-01-06 13:20:14: AuthorizationManagementActivity paused
  213. 2022-01-06 13:20:14: LoginScreen resumed
  214. 2022-01-06 13:20:14: AuthorizationManagementActivity destroyed
  215. 2022-01-06 13:20:14: RedirectUriReceiverActivity destroyed
  216. 2022-01-06 13:20:16: LoginScreen paused
  217. 2022-01-06 13:20:16: HomeScreen created
  218. 2022-01-06 13:20:17: HomeScreen resumed
  219. 2022-01-06 13:20:17: LoginScreen destroyed
  220.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement