Advertisement
devil2010

Link crash

Jul 18th, 2022
1,054
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 6.51 KB | None | 0 0
  1. Build version: 1.8.7
  2. Build date: 1981-01-01 01:01:02
  3. Current date: 2022-07-19 10:40:10
  4. Device: Samsung SM-F926B
  5. OS version: Android 11 (SDK 30)
  6.  
  7. Stack trace:  
  8. kotlin.UninitializedPropertyAccessException: lateinit property treeView has not been initialized
  9.     at com.civix.link.Screen.RoomTaskListScreen.access$getTreeView$p(RoomTaskListScreen.kt:73)
  10.     at com.civix.link.Screen.RoomTaskListScreen$onCreate$6.onRefresh(RoomTaskListScreen.kt:179)
  11.     at androidx.swiperefreshlayout.widget.SwipeRefreshLayout$1.onAnimationEnd(SwipeRefreshLayout.java:195)
  12.     at androidx.swiperefreshlayout.widget.CircleImageView.onAnimationEnd(CircleImageView.java:107)
  13.     at android.view.ViewGroup.finishAnimatingView(ViewGroup.java:8105)
  14.     at android.view.View.draw(View.java:23815)
  15.     at android.view.ViewGroup.drawChild(ViewGroup.java:5336)
  16.     at android.view.ViewGroup.dispatchDraw(ViewGroup.java:5093)
  17.     at android.view.View.draw(View.java:23910)
  18.     at android.view.View.updateDisplayListIfDirty(View.java:22782)
  19.     at android.view.View.draw(View.java:23637)
  20.     at android.view.ViewGroup.drawChild(ViewGroup.java:5336)
  21.     at android.view.ViewGroup.dispatchDraw(ViewGroup.java:5093)
  22.     at android.view.View.updateDisplayListIfDirty(View.java:22768)
  23.     at android.view.View.draw(View.java:23637)
  24.     at android.view.ViewGroup.drawChild(ViewGroup.java:5336)
  25.     at android.view.ViewGroup.dispatchDraw(ViewGroup.java:5093)
  26.     at android.view.View.updateDisplayListIfDirty(View.java:22768)
  27.     at android.view.View.draw(View.java:23637)
  28.     at android.view.ViewGroup.drawChild(ViewGroup.java:5336)
  29.     at android.view.ViewGroup.dispatchDraw(ViewGroup.java:5093)
  30.     at android.view.View.draw(View.java:23910)
  31.     at android.view.View.updateDisplayListIfDirty(View.java:22782)
  32.     at android.view.View.draw(View.java:23637)
  33.     at android.view.ViewGroup.drawChild(ViewGroup.java:5336)
  34.     at android.view.ViewGroup.dispatchDraw(ViewGroup.java:5093)
  35.     at android.view.View.updateDisplayListIfDirty(View.java:22768)
  36.     at android.view.View.draw(View.java:23637)
  37.     at android.view.ViewGroup.drawChild(ViewGroup.java:5336)
  38.     at android.view.ViewGroup.dispatchDraw(ViewGroup.java:5093)
  39.     at android.view.View.updateDisplayListIfDirty(View.java:22768)
  40.     at android.view.View.draw(View.java:23637)
  41.     at android.view.ViewGroup.drawChild(ViewGroup.java:5336)
  42.     at android.view.ViewGroup.dispatchDraw(ViewGroup.java:5093)
  43.     at android.view.View.updateDisplayListIfDirty(View.java:22768)
  44.     at android.view.View.draw(View.java:23637)
  45.     at android.view.ViewGroup.drawChild(ViewGroup.java:5336)
  46.     at android.view.ViewGroup.dispatchDraw(ViewGroup.java:5093)
  47.     at android.view.View.updateDisplayListIfDirty(View.java:22768)
  48.     at android.view.View.draw(View.java:23637)
  49.     at android.view.ViewGroup.drawChild(ViewGroup.java:5336)
  50.     at android.view.ViewGroup.dispatchDraw(ViewGroup.java:5093)
  51.     at android.view.View.draw(View.java:23910)
  52.     at com.android.internal.policy.DecorView.draw(DecorView.java:1327)
  53.     at android.view.View.updateDisplayListIfDirty(View.java:22782)
  54.     at android.view.ThreadedRenderer.updateViewTreeDisplayList(ThreadedRenderer.java:583)
  55.     at android.view.ThreadedRenderer.updateRootDisplayList(ThreadedRenderer.java:589)
  56.     at android.view.ThreadedRenderer.draw(ThreadedRenderer.java:666)
  57.     at android.view.ViewRootImpl.draw(ViewRootImpl.java:5124)
  58.     at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:4824)
  59.     at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3936)
  60.     at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2669)
  61.     at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:10092)
  62.     at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1010)
  63.     at android.view.Choreographer.doCallbacks(Choreographer.java:809)
  64.     at android.view.Choreographer.doFrame(Choreographer.java:744)
  65.     at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:995)
  66.     at android.os.Handler.handleCallback(Handler.java:938)
  67.     at android.os.Handler.dispatchMessage(Handler.java:99)
  68.     at android.os.Looper.loop(Looper.java:247)
  69.     at android.app.ActivityThread.main(ActivityThread.java:8656)
  70.     at java.lang.reflect.Method.invoke(Native Method)
  71.     at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
  72.     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
  73.  
  74. User actions:
  75. 2022-07-19 10:39:11: SplashScreen created
  76. 2022-07-19 10:39:11: SplashScreen resumed
  77. 2022-07-19 10:39:13: SplashScreen paused
  78. 2022-07-19 10:39:13: LoginScreen created
  79. 2022-07-19 10:39:13: LoginScreen resumed
  80. 2022-07-19 10:39:14: SplashScreen destroyed
  81. 2022-07-19 10:39:15: LoginScreen paused
  82. 2022-07-19 10:39:15: AuthorizationManagementActivity created
  83. 2022-07-19 10:39:15: AuthorizationManagementActivity resumed
  84. 2022-07-19 10:39:15: AuthorizationManagementActivity paused
  85. 2022-07-19 10:39:24: RedirectUriReceiverActivity created
  86. 2022-07-19 10:39:24: AuthorizationManagementActivity resumed
  87. 2022-07-19 10:39:24: AuthorizationManagementActivity paused
  88. 2022-07-19 10:39:24: LoginScreen resumed
  89. 2022-07-19 10:39:24: AuthorizationManagementActivity destroyed
  90. 2022-07-19 10:39:24: RedirectUriReceiverActivity destroyed
  91. 2022-07-19 10:39:26: LoginScreen paused
  92. 2022-07-19 10:39:26: HomeScreen created
  93. 2022-07-19 10:39:26: HomeScreen resumed
  94. 2022-07-19 10:39:26: LoginScreen destroyed
  95. 2022-07-19 10:39:37: HomeScreen paused
  96. 2022-07-19 10:39:37: ChatScreen created
  97. 2022-07-19 10:39:37: ChatScreen resumed
  98. 2022-07-19 10:39:39: ChatScreen paused
  99. 2022-07-19 10:39:39: HomeScreen resumed
  100. 2022-07-19 10:39:40: ChatScreen destroyed
  101. 2022-07-19 10:39:51: HomeScreen paused
  102. 2022-07-19 10:39:51: ChatScreen created
  103. 2022-07-19 10:39:51: ChatScreen resumed
  104. 2022-07-19 10:39:52: ChatScreen paused
  105. 2022-07-19 10:39:52: HomeScreen resumed
  106. 2022-07-19 10:39:52: ChatScreen destroyed
  107. 2022-07-19 10:39:53: HomeScreen paused
  108. 2022-07-19 10:39:53: ChatScreen created
  109. 2022-07-19 10:39:53: ChatScreen resumed
  110. 2022-07-19 10:39:55: ChatScreen paused
  111. 2022-07-19 10:39:55: GroupConversationInfoScreen created
  112. 2022-07-19 10:39:55: GroupConversationInfoScreen resumed
  113. 2022-07-19 10:39:57: GroupConversationInfoScreen paused
  114. 2022-07-19 10:39:57: ChatScreen resumed
  115. 2022-07-19 10:39:57: GroupConversationInfoScreen destroyed
  116. 2022-07-19 10:39:59: ChatScreen paused
  117. 2022-07-19 10:39:59: BoardScreen created
  118. 2022-07-19 10:39:59: BoardScreen resumed
  119. 2022-07-19 10:40:02: BoardScreen paused
  120. 2022-07-19 10:40:02: ChatScreen resumed
  121. 2022-07-19 10:40:03: BoardScreen destroyed
  122. 2022-07-19 10:40:04: ChatScreen paused
  123. 2022-07-19 10:40:04: RoomProjectScreen created
  124. 2022-07-19 10:40:04: RoomProjectScreen resumed
  125. 2022-07-19 10:40:08: RoomProjectScreen paused
  126. 2022-07-19 10:40:08: RoomTaskListScreen created
  127. 2022-07-19 10:40:08: RoomTaskListScreen resumed
  128.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement