Advertisement
devil2010

Link crash

Jan 5th, 2022
673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 8.51 KB | None | 0 0
  1. Build version: 1.7.9
  2. Build date: 1981-01-01 01:01:02
  3. Current date: 2022-01-05 14:38:37
  4. Device: Vsmart Active 3
  5. OS version: Android 10 (SDK 29)
  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:22080)
  28.     at android.view.ViewGroup.layout(ViewGroup.java:6330)
  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:22080)
  32.     at android.view.ViewGroup.layout(ViewGroup.java:6330)
  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:22080)
  37.     at android.view.ViewGroup.layout(ViewGroup.java:6330)
  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:22080)
  41.     at android.view.ViewGroup.layout(ViewGroup.java:6330)
  42.     at androidx.constraintlayout.widget.ConstraintLayout.onLayout(ConstraintLayout.java:1762)
  43.     at android.view.View.layout(View.java:22080)
  44.     at android.view.ViewGroup.layout(ViewGroup.java:6330)
  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:22080)
  48.     at android.view.ViewGroup.layout(ViewGroup.java:6330)
  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:22080)
  53.     at android.view.ViewGroup.layout(ViewGroup.java:6330)
  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:22080)
  57.     at android.view.ViewGroup.layout(ViewGroup.java:6330)
  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:22080)
  62.     at android.view.ViewGroup.layout(ViewGroup.java:6330)
  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:831)
  66.     at android.view.View.layout(View.java:22080)
  67.     at android.view.ViewGroup.layout(ViewGroup.java:6330)
  68.     at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:3210)
  69.     at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2706)
  70.     at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1792)
  71.     at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7885)
  72.     at android.view.Choreographer$CallbackRecord.run(Choreographer.java:967)
  73.     at android.view.Choreographer.doCallbacks(Choreographer.java:791)
  74.     at android.view.Choreographer.doFrame(Choreographer.java:726)
  75.     at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:952)
  76.     at android.os.Handler.handleCallback(Handler.java:883)
  77.     at android.os.Handler.dispatchMessage(Handler.java:100)
  78.     at android.os.Looper.loop(Looper.java:214)
  79.     at android.app.ActivityThread.main(ActivityThread.java:7447)
  80.     at java.lang.reflect.Method.invoke(Native Method)
  81.     at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
  82.     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:980)
  83.  
  84. User actions:
  85. 2022-01-05 09:15:12: SplashScreen created
  86. 2022-01-05 09:15:12: SplashScreen resumed
  87. 2022-01-05 09:15:13: SplashScreen paused
  88. 2022-01-05 09:15:13: HomeScreen created
  89. 2022-01-05 09:15:13: HomeScreen resumed
  90. 2022-01-05 09:15:14: SplashScreen destroyed
  91. 2022-01-05 09:15:16: HomeScreen paused
  92. 2022-01-05 09:15:16: HomeScreen destroyed
  93. 2022-01-05 12:54:54: SplashScreen created
  94. 2022-01-05 12:54:54: SplashScreen resumed
  95. 2022-01-05 12:54:55: SplashScreen paused
  96. 2022-01-05 12:54:55: HomeScreen created
  97. 2022-01-05 12:54:55: HomeScreen resumed
  98. 2022-01-05 12:54:56: SplashScreen destroyed
  99. 2022-01-05 12:55:00: HomeScreen paused
  100. 2022-01-05 12:55:00: ChatScreen created
  101. 2022-01-05 12:55:00: ChatScreen resumed
  102. 2022-01-05 12:55:02: ChatScreen paused
  103. 2022-01-05 12:55:02: BoardScreen created
  104. 2022-01-05 12:55:02: BoardScreen resumed
  105. 2022-01-05 12:55:06: BoardScreen paused
  106. 2022-01-05 12:55:06: WebViewScreen created
  107. 2022-01-05 12:55:06: WebViewScreen resumed
  108. 2022-01-05 12:56:43: WebViewScreen paused
  109. 2022-01-05 12:56:43: BoardScreen resumed
  110. 2022-01-05 12:56:44: BoardScreen paused
  111. 2022-01-05 12:56:44: ChatScreen resumed
  112. 2022-01-05 12:56:44: ChatScreen paused
  113. 2022-01-05 12:56:44: HomeScreen resumed
  114. 2022-01-05 12:56:44: HomeScreen paused
  115. 2022-01-05 12:56:44: HomeScreen destroyed
  116. 2022-01-05 12:56:45: ChatScreen destroyed
  117. 2022-01-05 12:56:45: BoardScreen destroyed
  118. 2022-01-05 12:56:45: WebViewScreen destroyed
  119. 2022-01-05 12:57:55: SplashScreen created
  120. 2022-01-05 12:57:55: SplashScreen resumed
  121. 2022-01-05 12:57:56: SplashScreen paused
  122. 2022-01-05 12:57:56: HomeScreen created
  123. 2022-01-05 12:57:56: HomeScreen resumed
  124. 2022-01-05 12:57:57: SplashScreen destroyed
  125. 2022-01-05 12:57:58: HomeScreen paused
  126. 2022-01-05 12:57:58: ChatScreen created
  127. 2022-01-05 12:57:58: ChatScreen resumed
  128. 2022-01-05 12:58:00: ChatScreen paused
  129. 2022-01-05 12:58:00: BoardScreen created
  130. 2022-01-05 12:58:00: BoardScreen resumed
  131. 2022-01-05 12:58:05: BoardScreen paused
  132. 2022-01-05 12:58:05: ChatScreen resumed
  133. 2022-01-05 12:58:05: BoardScreen destroyed
  134. 2022-01-05 12:58:08: ChatScreen paused
  135. 2022-01-05 12:58:08: HomeScreen resumed
  136. 2022-01-05 12:58:08: ChatScreen destroyed
  137. 2022-01-05 12:58:09: HomeScreen paused
  138. 2022-01-05 12:58:09: ChatScreen created
  139. 2022-01-05 12:58:09: ChatScreen resumed
  140. 2022-01-05 12:58:27: ChatScreen paused
  141. 2022-01-05 12:58:27: BoardScreen created
  142. 2022-01-05 12:58:27: BoardScreen resumed
  143. 2022-01-05 12:58:31: BoardScreen paused
  144. 2022-01-05 12:58:31: WebViewScreen created
  145. 2022-01-05 12:58:31: WebViewScreen resumed
  146. 2022-01-05 12:58:44: WebViewScreen paused
  147. 2022-01-05 12:58:44: BoardScreen resumed
  148. 2022-01-05 12:58:44: BoardScreen paused
  149. 2022-01-05 12:58:44: ChatScreen resumed
  150. 2022-01-05 12:58:44: ChatScreen paused
  151. 2022-01-05 12:58:44: HomeScreen resumed
  152. 2022-01-05 12:58:45: HomeScreen paused
  153. 2022-01-05 12:58:46: HomeScreen destroyed
  154. 2022-01-05 12:58:46: ChatScreen destroyed
  155. 2022-01-05 12:58:46: BoardScreen destroyed
  156. 2022-01-05 12:58:46: WebViewScreen destroyed
  157. 2022-01-05 14:38:34: SplashScreen created
  158. 2022-01-05 14:38:34: SplashScreen resumed
  159. 2022-01-05 14:38:34: SplashScreen paused
  160. 2022-01-05 14:38:34: HomeScreen created
  161. 2022-01-05 14:38:35: HomeScreen resumed
  162. 2022-01-05 14:38:35: SplashScreen destroyed
  163.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement