Advertisement
devil2010

Link crash

Jan 5th, 2022
765
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 8.13 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:39:00
  4. Device: Samsung SM-G570Y
  5. OS version: Android 8.0.0 (SDK 26)
  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:20853)
  28.     at android.view.ViewGroup.layout(ViewGroup.java:6401)
  29.     at android.widget.FrameLayout.layoutChildren(FrameLayout.java:323)
  30.     at android.widget.FrameLayout.onLayout(FrameLayout.java:261)
  31.     at android.view.View.layout(View.java:20853)
  32.     at android.view.ViewGroup.layout(ViewGroup.java:6401)
  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:20853)
  37.     at android.view.ViewGroup.layout(ViewGroup.java:6401)
  38.     at android.widget.FrameLayout.layoutChildren(FrameLayout.java:323)
  39.     at android.widget.FrameLayout.onLayout(FrameLayout.java:261)
  40.     at android.view.View.layout(View.java:20853)
  41.     at android.view.ViewGroup.layout(ViewGroup.java:6401)
  42.     at androidx.constraintlayout.widget.ConstraintLayout.onLayout(ConstraintLayout.java:1762)
  43.     at android.view.View.layout(View.java:20853)
  44.     at android.view.ViewGroup.layout(ViewGroup.java:6401)
  45.     at android.widget.FrameLayout.layoutChildren(FrameLayout.java:323)
  46.     at android.widget.FrameLayout.onLayout(FrameLayout.java:261)
  47.     at android.view.View.layout(View.java:20853)
  48.     at android.view.ViewGroup.layout(ViewGroup.java:6401)
  49.     at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1791)
  50.     at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1635)
  51.     at android.widget.LinearLayout.onLayout(LinearLayout.java:1544)
  52.     at android.view.View.layout(View.java:20853)
  53.     at android.view.ViewGroup.layout(ViewGroup.java:6401)
  54.     at android.widget.FrameLayout.layoutChildren(FrameLayout.java:323)
  55.     at android.widget.FrameLayout.onLayout(FrameLayout.java:261)
  56.     at android.view.View.layout(View.java:20853)
  57.     at android.view.ViewGroup.layout(ViewGroup.java:6401)
  58.     at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1791)
  59.     at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1635)
  60.     at android.widget.LinearLayout.onLayout(LinearLayout.java:1544)
  61.     at android.view.View.layout(View.java:20853)
  62.     at android.view.ViewGroup.layout(ViewGroup.java:6401)
  63.     at android.widget.FrameLayout.layoutChildren(FrameLayout.java:323)
  64.     at android.widget.FrameLayout.onLayout(FrameLayout.java:261)
  65.     at com.android.internal.policy.DecorView.onLayout(DecorView.java:939)
  66.     at android.view.View.layout(View.java:20853)
  67.     at android.view.ViewGroup.layout(ViewGroup.java:6401)
  68.     at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2961)
  69.     at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2648)
  70.     at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1785)
  71.     at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7833)
  72.     at android.view.Choreographer$CallbackRecord.run(Choreographer.java:911)
  73.     at android.view.Choreographer.doCallbacks(Choreographer.java:723)
  74.     at android.view.Choreographer.doFrame(Choreographer.java:658)
  75.     at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:897)
  76.     at android.os.Handler.handleCallback(Handler.java:789)
  77.     at android.os.Handler.dispatchMessage(Handler.java:98)
  78.     at android.os.Looper.loop(Looper.java:164)
  79.     at android.app.ActivityThread.main(ActivityThread.java:6942)
  80.     at java.lang.reflect.Method.invoke(Native Method)
  81.     at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
  82.     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
  83.  
  84. User actions:
  85. 2022-01-05 14:09:37: SplashScreen created
  86. 2022-01-05 14:09:37: SplashScreen resumed
  87. 2022-01-05 14:09:38: SplashScreen paused
  88. 2022-01-05 14:09:39: HomeScreen created
  89. 2022-01-05 14:09:39: HomeScreen resumed
  90. 2022-01-05 14:09:40: SplashScreen destroyed
  91. 2022-01-05 14:09:41: HomeScreen paused
  92. 2022-01-05 14:09:41: ChatScreen created
  93. 2022-01-05 14:09:42: ChatScreen resumed
  94. 2022-01-05 14:09:44: ChatScreen paused
  95. 2022-01-05 14:09:44: BoardScreen created
  96. 2022-01-05 14:09:45: BoardScreen resumed
  97. 2022-01-05 14:09:52: BoardScreen paused
  98. 2022-01-05 14:09:52: WebViewScreen created
  99. 2022-01-05 14:09:52: WebViewScreen resumed
  100. 2022-01-05 14:10:43: WebViewScreen paused
  101. 2022-01-05 14:10:43: BoardScreen resumed
  102. 2022-01-05 14:10:43: BoardScreen paused
  103. 2022-01-05 14:10:43: ChatScreen resumed
  104. 2022-01-05 14:10:44: BoardScreen destroyed
  105. 2022-01-05 14:10:44: WebViewScreen destroyed
  106. 2022-01-05 14:10:44: ChatScreen paused
  107. 2022-01-05 14:10:44: HomeScreen resumed
  108. 2022-01-05 14:10:45: HomeScreen paused
  109. 2022-01-05 14:10:45: HomeScreen destroyed
  110. 2022-01-05 14:10:45: ChatScreen destroyed
  111. 2022-01-05 14:35:41: SplashScreen created
  112. 2022-01-05 14:35:41: SplashScreen resumed
  113. 2022-01-05 14:35:42: SplashScreen paused
  114. 2022-01-05 14:35:42: HomeScreen created
  115. 2022-01-05 14:35:43: HomeScreen resumed
  116. 2022-01-05 14:35:43: SplashScreen destroyed
  117. 2022-01-05 14:35:45: HomeScreen paused
  118. 2022-01-05 14:35:45: ChatScreen created
  119. 2022-01-05 14:35:45: ChatScreen resumed
  120. 2022-01-05 14:35:46: ChatScreen paused
  121. 2022-01-05 14:35:46: BoardScreen created
  122. 2022-01-05 14:35:47: BoardScreen resumed
  123. 2022-01-05 14:35:52: BoardScreen paused
  124. 2022-01-05 14:35:52: WebViewScreen created
  125. 2022-01-05 14:35:52: WebViewScreen resumed
  126. 2022-01-05 14:36:49: WebViewScreen paused
  127. 2022-01-05 14:36:49: BoardScreen resumed
  128. 2022-01-05 14:36:50: WebViewScreen destroyed
  129. 2022-01-05 14:36:52: BoardScreen paused
  130. 2022-01-05 14:36:52: WebViewScreen created
  131. 2022-01-05 14:36:52: WebViewScreen resumed
  132. 2022-01-05 14:37:11: WebViewScreen paused
  133. 2022-01-05 14:37:11: BoardScreen resumed
  134. 2022-01-05 14:37:12: WebViewScreen destroyed
  135. 2022-01-05 14:37:32: BoardScreen paused
  136. 2022-01-05 14:37:32: WebViewScreen created
  137. 2022-01-05 14:37:32: WebViewScreen resumed
  138. 2022-01-05 14:37:48: WebViewScreen paused
  139. 2022-01-05 14:37:48: BoardScreen resumed
  140. 2022-01-05 14:37:48: WebViewScreen destroyed
  141. 2022-01-05 14:37:50: BoardScreen paused
  142. 2022-01-05 14:37:50: WebViewScreen created
  143. 2022-01-05 14:37:50: WebViewScreen resumed
  144. 2022-01-05 14:38:33: WebViewScreen paused
  145. 2022-01-05 14:38:33: BoardScreen resumed
  146. 2022-01-05 14:38:33: WebViewScreen destroyed
  147. 2022-01-05 14:38:39: BoardScreen paused
  148. 2022-01-05 14:38:39: ChatScreen resumed
  149. 2022-01-05 14:38:39: BoardScreen destroyed
  150. 2022-01-05 14:38:54: ChatScreen paused
  151. 2022-01-05 14:38:54: HomeScreen resumed
  152. 2022-01-05 14:38:55: ChatScreen destroyed
  153.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement