Advertisement
devil2010

Link crash

Jan 20th, 2022
841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.63 KB | None | 0 0
  1. Build version: 1.8.0.1
  2. Build date: 1981-01-01 01:01:02
  3. Current date: 2022-01-20 14:32:14
  4. Device: Google Pixel 3
  5. OS version: Android 12 (SDK 31)
  6.  
  7. Stack trace:  
  8. java.lang.IllegalArgumentException: com.civix.link: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
  9. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
  10.     at android.app.PendingIntent.checkFlags(PendingIntent.java:375)
  11.     at android.app.PendingIntent.getActivityAsUser(PendingIntent.java:458)
  12.     at android.app.PendingIntent.getActivity(PendingIntent.java:444)
  13.     at android.app.PendingIntent.getActivity(PendingIntent.java:408)
  14.     at com.google.firebase.messaging.CommonNotificationBuilder.createContentIntent(com.google.firebase:firebase-messaging@@20.2.4:125)
  15.     at com.google.firebase.messaging.CommonNotificationBuilder.createNotificationInfo(com.google.firebase:firebase-messaging@@20.2.4:27)
  16.     at com.google.firebase.messaging.CommonNotificationBuilder.createNotificationInfo(com.google.firebase:firebase-messaging@@20.2.4:9)
  17.     at com.google.firebase.messaging.DisplayNotification.handleNotification(com.google.firebase:firebase-messaging@@20.2.4:27)
  18.     at com.google.firebase.messaging.FirebaseMessagingService.dispatchMessage(com.google.firebase:firebase-messaging@@20.2.4:76)
  19.     at com.google.firebase.messaging.FirebaseMessagingService.passMessageIntentToSdk(com.google.firebase:firebase-messaging@@20.2.4:55)
  20.     at com.google.firebase.messaging.FirebaseMessagingService.handleMessageIntent(com.google.firebase:firebase-messaging@@20.2.4:34)
  21.     at com.google.firebase.messaging.FirebaseMessagingService.handleIntent(com.google.firebase:firebase-messaging@@20.2.4:23)
  22.     at com.google.firebase.messaging.EnhancedIntentService.lambda$processIntent$0$EnhancedIntentService(com.google.firebase:firebase-messaging@@20.2.4:43)
  23.     at com.google.firebase.messaging.EnhancedIntentService$$Lambda$0.run(Unknown Source:6)
  24.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
  25.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
  26.     at com.google.android.gms.common.util.concurrent.zza.run(com.google.android.gms:play-services-basement@@18.0.0:2)
  27.     at java.lang.Thread.run(Thread.java:920)
  28.  
  29. User actions:
  30. 2022-01-20 14:30:13: SplashScreen created
  31. 2022-01-20 14:30:13: LoginScreen created
  32. 2022-01-20 14:30:13: LoginScreen resumed
  33. 2022-01-20 14:30:13: SplashScreen destroyed
  34. 2022-01-20 14:30:15: LoginScreen paused
  35. 2022-01-20 14:30:15: AuthorizationManagementActivity created
  36. 2022-01-20 14:30:15: AuthorizationManagementActivity resumed
  37. 2022-01-20 14:30:15: AuthorizationManagementActivity paused
  38. 2022-01-20 14:31:16: RedirectUriReceiverActivity created
  39. 2022-01-20 14:31:16: AuthorizationManagementActivity resumed
  40. 2022-01-20 14:31:16: AuthorizationManagementActivity paused
  41. 2022-01-20 14:31:16: LoginScreen resumed
  42. 2022-01-20 14:31:16: AuthorizationManagementActivity destroyed
  43. 2022-01-20 14:31:16: RedirectUriReceiverActivity destroyed
  44. 2022-01-20 14:31:17: LoginScreen paused
  45. 2022-01-20 14:31:18: HomeScreen created
  46. 2022-01-20 14:31:18: HomeScreen resumed
  47. 2022-01-20 14:31:18: HomeScreen paused
  48. 2022-01-20 14:31:19: LoginScreen destroyed
  49. 2022-01-20 14:31:22: HomeScreen resumed
  50. 2022-01-20 14:31:26: HomeScreen paused
  51. 2022-01-20 14:31:26: ChatScreen created
  52. 2022-01-20 14:31:26: ChatScreen resumed
  53. 2022-01-20 14:32:01: ChatScreen paused
  54. 2022-01-20 14:32:01: HomeScreen resumed
  55. 2022-01-20 14:32:01: ChatScreen destroyed
  56. 2022-01-20 14:32:06: HomeScreen paused
  57. 2022-01-20 14:32:07: HomeScreen destroyed
  58.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement