Advertisement
devil2010

Link crash

Dec 31st, 2021
1,156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 8.43 KB | None | 0 0
  1. Build version: 1.7.9
  2. Build date: 1981-01-01 01:01:02
  3. Current date: 2021-12-31 20:54:58
  4. Device: Samsung SM-M315F
  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:8595)
  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. 2021-12-31 20:44:45: SplashScreen created
  86. 2021-12-31 20:44:45: SplashScreen resumed
  87. 2021-12-31 20:44:47: SplashScreen paused
  88. 2021-12-31 20:44:47: HomeScreen created
  89. 2021-12-31 20:44:47: HomeScreen resumed
  90. 2021-12-31 20:44:47: SplashScreen destroyed
  91. 2021-12-31 20:45:14: HomeScreen paused
  92. 2021-12-31 20:45:14: ChatScreen created
  93. 2021-12-31 20:45:14: ChatScreen resumed
  94. 2021-12-31 20:45:42: ChatScreen paused
  95. 2021-12-31 20:45:42: HomeScreen resumed
  96. 2021-12-31 20:45:42: ChatScreen destroyed
  97. 2021-12-31 20:46:07: HomeScreen paused
  98. 2021-12-31 20:46:07: UserConfigScreen created
  99. 2021-12-31 20:46:07: UserConfigScreen resumed
  100. 2021-12-31 20:46:35: HomeScreen destroyed
  101. 2021-12-31 20:46:35: HomeScreen created
  102. 2021-12-31 20:46:35: HomeScreen resumed
  103. 2021-12-31 20:46:35: HomeScreen paused
  104. 2021-12-31 20:46:35: UserConfigScreen paused
  105. 2021-12-31 20:46:35: UserConfigScreen created
  106. 2021-12-31 20:46:35: UserConfigScreen resumed
  107. 2021-12-31 20:46:35: UserConfigScreen destroyed
  108. 2021-12-31 20:46:41: UserConfigScreen paused
  109. 2021-12-31 20:46:41: UserProfileScreen created
  110. 2021-12-31 20:46:41: UserProfileScreen resumed
  111. 2021-12-31 20:52:33: UserProfileScreen paused
  112. 2021-12-31 20:52:33: UserConfigScreen resumed
  113. 2021-12-31 20:52:33: UserProfileScreen destroyed
  114. 2021-12-31 20:52:53: UserConfigScreen paused
  115. 2021-12-31 20:52:53: HomeScreen destroyed
  116. 2021-12-31 20:52:53: HomeScreen created
  117. 2021-12-31 20:52:53: HomeScreen resumed
  118. 2021-12-31 20:52:53: HomeScreen paused
  119. 2021-12-31 20:52:53: UserConfigScreen created
  120. 2021-12-31 20:52:53: UserConfigScreen resumed
  121. 2021-12-31 20:52:53: UserConfigScreen destroyed
  122. 2021-12-31 20:52:57: UserConfigScreen paused
  123. 2021-12-31 20:52:57: HomeScreen destroyed
  124. 2021-12-31 20:52:57: HomeScreen created
  125. 2021-12-31 20:52:57: HomeScreen resumed
  126. 2021-12-31 20:52:57: HomeScreen paused
  127. 2021-12-31 20:52:57: UserConfigScreen created
  128. 2021-12-31 20:52:57: UserConfigScreen resumed
  129. 2021-12-31 20:52:58: UserConfigScreen destroyed
  130. 2021-12-31 20:53:07: UserConfigScreen paused
  131. 2021-12-31 20:53:08: UserSettingScreen created
  132. 2021-12-31 20:53:08: UserSettingScreen resumed
  133. 2021-12-31 20:53:32: UserSettingScreen paused
  134. 2021-12-31 20:53:33: UserConfigScreen resumed
  135. 2021-12-31 20:53:33: UserSettingScreen destroyed
  136. 2021-12-31 20:53:41: UserConfigScreen paused
  137. 2021-12-31 20:53:41: LoginScreen created
  138. 2021-12-31 20:53:42: LoginScreen resumed
  139. 2021-12-31 20:53:42: UserConfigScreen destroyed
  140. 2021-12-31 20:53:47: LoginScreen paused
  141. 2021-12-31 20:53:47: AuthorizationManagementActivity created
  142. 2021-12-31 20:53:47: AuthorizationManagementActivity resumed
  143. 2021-12-31 20:53:47: AuthorizationManagementActivity paused
  144. 2021-12-31 20:54:34: RedirectUriReceiverActivity created
  145. 2021-12-31 20:54:34: AuthorizationManagementActivity resumed
  146. 2021-12-31 20:54:34: AuthorizationManagementActivity paused
  147. 2021-12-31 20:54:34: LoginScreen resumed
  148. 2021-12-31 20:54:34: AuthorizationManagementActivity destroyed
  149. 2021-12-31 20:54:34: RedirectUriReceiverActivity destroyed
  150. 2021-12-31 20:54:35: LoginScreen paused
  151. 2021-12-31 20:54:35: HomeScreen created
  152. 2021-12-31 20:54:35: HomeScreen resumed
  153. 2021-12-31 20:54:36: LoginScreen destroyed
  154.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement