Advertisement
devil2010

Link crash

May 26th, 2022
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.40 KB | None | 0 0
  1. Build version: 1.8.5
  2. Build date: 1981-01-01 01:01:02
  3. Current date: 2022-05-26 20:20:56
  4. Device: Xiaomi MI 8 SE
  5. OS version: Android 10 (SDK 29)
  6.  
  7. Stack trace:  
  8. java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.Activity.startIntentSenderForResult(android.content.IntentSender, int, android.content.Intent, int, int, int, android.os.Bundle)' on a null object reference
  9.     at com.google.android.play.core.appupdate.d.startIntentSenderForResult(Unknown Source:9)
  10.     at com.google.android.play.core.appupdate.e.startUpdateFlowForResult(Unknown Source:23)
  11.     at com.google.android.play.core.appupdate.e.startUpdateFlowForResult(Unknown Source:9)
  12.     at com.sanojpunchihewa.updatemanager.UpdateManager.startUpdate(UpdateManager.java:95)
  13.     at com.sanojpunchihewa.updatemanager.UpdateManager.access$100(UpdateManager.java:26)
  14.     at com.sanojpunchihewa.updatemanager.UpdateManager$1.onSuccess(UpdateManager.java:84)
  15.     at com.sanojpunchihewa.updatemanager.UpdateManager$1.onSuccess(UpdateManager.java:77)
  16.     at com.google.android.play.core.tasks.e.run(Unknown Source:27)
  17.     at android.os.Handler.handleCallback(Unknown Source:2)
  18.     at android.os.Handler.dispatchMessage(Unknown Source:4)
  19.     at android.os.Looper.loop(Unknown Source:242)
  20.     at android.app.ActivityThread.main(Unknown Source:98)
  21.     at java.lang.reflect.Method.invoke(Native Method)
  22.     at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
  23.     at com.android.internal.os.ZygoteInit.main(Unknown Source:275)
  24.  
  25. User actions:
  26. 2022-05-26 20:17:11: NotificationClickScreen created
  27. 2022-05-26 20:17:11: WebViewScreen created
  28. 2022-05-26 20:17:12: WebViewScreen resumed
  29. 2022-05-26 20:17:13: NotificationClickScreen destroyed
  30. 2022-05-26 20:17:24: WebViewScreen paused
  31. 2022-05-26 20:17:25: WebViewScreen destroyed
  32. 2022-05-26 20:17:28: SplashScreen created
  33. 2022-05-26 20:17:28: SplashScreen resumed
  34. 2022-05-26 20:17:29: SplashScreen paused
  35. 2022-05-26 20:17:29: HomeScreen created
  36. 2022-05-26 20:17:30: HomeScreen resumed
  37. 2022-05-26 20:17:30: SplashScreen destroyed
  38. 2022-05-26 20:17:31: HomeScreen paused
  39. 2022-05-26 20:17:33: HomeScreen resumed
  40. 2022-05-26 20:17:42: HomeScreen paused
  41. 2022-05-26 20:17:42: ChatScreen created
  42. 2022-05-26 20:17:43: ChatScreen resumed
  43. 2022-05-26 20:17:49: ChatScreen paused
  44. 2022-05-26 20:17:49: GroupConversationInfoScreen created
  45. 2022-05-26 20:17:49: GroupConversationInfoScreen resumed
  46. 2022-05-26 20:17:51: GroupConversationInfoScreen paused
  47. 2022-05-26 20:17:51: GroupUserListScreen created
  48. 2022-05-26 20:17:51: GroupUserListScreen resumed
  49. 2022-05-26 20:18:00: GroupUserListScreen paused
  50. 2022-05-26 20:18:00: UserInformationScreen created
  51. 2022-05-26 20:18:00: UserInformationScreen resumed
  52. 2022-05-26 20:18:03: ChatScreen destroyed
  53. 2022-05-26 20:18:03: GroupConversationInfoScreen destroyed
  54. 2022-05-26 20:18:03: UserInformationScreen paused
  55. 2022-05-26 20:18:03: GroupUserListScreen destroyed
  56. 2022-05-26 20:18:03: ChatScreen created
  57. 2022-05-26 20:18:03: ChatScreen resumed
  58. 2022-05-26 20:18:03: UserInformationScreen destroyed
  59. 2022-05-26 20:18:18: ChatScreen paused
  60. 2022-05-26 20:18:18: HomeScreen resumed
  61. 2022-05-26 20:18:19: ChatScreen destroyed
  62. 2022-05-26 20:18:20: HomeScreen paused
  63. 2022-05-26 20:18:20: HomeScreen destroyed
  64. 2022-05-26 20:20:53: SplashScreen created
  65. 2022-05-26 20:20:53: SplashScreen resumed
  66. 2022-05-26 20:20:54: SplashScreen paused
  67. 2022-05-26 20:20:54: HomeScreen created
  68. 2022-05-26 20:20:54: HomeScreen resumed
  69. 2022-05-26 20:20:55: SplashScreen destroyed
  70.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement