Advertisement
devil2010

Link crash

Sep 4th, 2022
1,086
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.06 KB | None | 0 0
  1. Build version: 1.8.8.1
  2. Build date: 1981-01-01 01:01:02
  3. Current date: 2022-09-04 18:11:57
  4. Device: Samsung SM-A705F
  5. OS version: Android 11 (SDK 30)
  6.  
  7. Stack trace:  
  8. java.lang.IllegalStateException: Fragment NotificationFragment{96535fd} (adbe730d-6d94-434d-bd32-30aa5121866a) not attached to an activity.
  9.     at androidx.fragment.app.Fragment.requireActivity(Fragment.java:928)
  10.     at com.civix.link.Screen.NotificationFragment.getNotificationList(NotificationFragment.kt:223)
  11.     at com.civix.link.Screen.NotificationFragment.access$getNotificationList(NotificationFragment.kt:42)
  12.     at com.civix.link.Screen.NotificationFragment$onViewCreated$4$onLoadMore$1.run(NotificationFragment.kt:191)
  13.     at android.os.Handler.handleCallback(Handler.java:938)
  14.     at android.os.Handler.dispatchMessage(Handler.java:99)
  15.     at android.os.Looper.loop(Looper.java:246)
  16.     at android.app.ActivityThread.main(ActivityThread.java:8653)
  17.     at java.lang.reflect.Method.invoke(Native Method)
  18.     at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
  19.     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
  20.  
  21. User actions:
  22. 2022-09-04 16:53:17: SplashScreen created
  23. 2022-09-04 16:53:17: SplashScreen resumed
  24. 2022-09-04 16:53:17: SplashScreen paused
  25. 2022-09-04 16:53:17: HomeScreen created
  26. 2022-09-04 16:53:18: HomeScreen resumed
  27. 2022-09-04 16:53:18: SplashScreen destroyed
  28. 2022-09-04 16:53:20: HomeScreen paused
  29. 2022-09-04 17:34:36: HomeScreen resumed
  30. 2022-09-04 17:34:39: HomeScreen paused
  31. 2022-09-04 17:34:39: WebViewScreen created
  32. 2022-09-04 17:34:39: WebViewScreen resumed
  33. 2022-09-04 17:34:53: WebViewScreen paused
  34. 2022-09-04 17:34:53: HomeScreen resumed
  35. 2022-09-04 17:34:54: WebViewScreen destroyed
  36. 2022-09-04 17:34:55: HomeScreen paused
  37. 2022-09-04 17:34:56: HomeScreen destroyed
  38. 2022-09-04 18:11:51: SplashScreen created
  39. 2022-09-04 18:11:51: SplashScreen resumed
  40. 2022-09-04 18:11:52: SplashScreen paused
  41. 2022-09-04 18:11:52: HomeScreen created
  42. 2022-09-04 18:11:52: HomeScreen resumed
  43. 2022-09-04 18:11:53: SplashScreen destroyed
  44. 2022-09-04 18:11:56: HomeScreen paused
  45. 2022-09-04 18:11:56: HomeScreen destroyed
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement