Advertisement
Guest User

logs

a guest
May 25th, 2021
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.57 KB | None | 0 0
  1.  
  2. 05/25 20:02:38: Launching 'app' on Pixel 4 API 26.
  3. App restart successful without requiring a re-install.
  4. $ adb shell am start -n "com.company.altasnotas/com.company.altasnotas.IntroActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
  5. Connected to process 23074 on device 'Pixel_4_API_26 [emulator-5554]'.
  6. Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
  7. I/FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
  8. D/FirebaseAuth: Notifying id token listeners about user ( D4DcwgN9wDZRctQ6vLNAz9Kf5Nf2 ).
  9. I/FirebaseAuth: [FirebaseAuth:] Preparing to create service connection to fallback implementation
  10. I/FirebaseInitProvider: FirebaseApp initialization successful
  11. W/zygote: Skipping duplicate class check due to unrecognized classloader
  12. W/com.facebook.UserSettingsManager: Please set a value for AutoLogAppEventsEnabled. Set the flag to TRUE if you want to collect app install, app launch and in-app purchase events automatically. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-android#disable-auto-events.
  13. You haven't set a value for AdvertiserIDCollectionEnabled. Set the flag to TRUE if you want to collect Advertiser ID for better advertising and analytics results. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-android#disable-auto-events.
  14. I/DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:46 and remote module com.google.android.gms.measurement.dynamite:50
  15. Selected remote version of com.google.android.gms.measurement.dynamite, version >= 50
  16. V/DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils
  17. W/ResourceType: ResTable_typeSpec entry count inconsistent: given 67, previously 69
  18. D/NetworkSecurityConfig: No Network Security Config specified, using platform default
  19. W/zygote: Skipping duplicate class check due to unrecognized classloader
  20. V/FA: onActivityCreated
  21. I/zygote: Background concurrent copying GC freed 15565(1145KB) AllocSpace objects, 9(180KB) LOS objects, 49% free, 1710KB/3MB, paused 1.884ms total 106.631ms
  22. V/FA: App measurement collection enabled
  23. V/FA: App measurement enabled for app package, google app id: com.company.altasnotas, 1:650444580994:android:d36a5f4d76a2320dc5ec9b
  24. I/FA: App measurement initialized, version: 41017
  25. To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
  26. I/FA: To enable faster debug mode event logging run:
  27. adb shell setprop debug.firebase.analytics.app com.company.altasnotas
  28. D/FA: Debug-level message logging enabled
  29. D/OpenGLRenderer: HWUI GL Pipeline
  30. I/zygote: Do partial code cache collection, code=29KB, data=22KB
  31. I/zygote: After code cache collection, code=29KB, data=22KB
  32. Increasing code cache capacity to 128KB
  33. D/: HostConnection::get() New Host Connection established 0x86167300, tid 23131
  34. I/OpenGLRenderer: Initialized EGL, version 1.4
  35. D/OpenGLRenderer: Swap behavior 1
  36. W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
  37. D/OpenGLRenderer: Swap behavior 0
  38. D/EGL_emulation: eglCreateContext: 0x9c605a80: maj 2 min 0 rcv 2
  39. V/FA: Connecting to remote service
  40. V/FA: Connection attempt already in progress
  41. D/EGL_emulation: eglMakeCurrent: 0x9c605a80: ver 2 0 (tinfo 0x9c603210)
  42. V/FA: Connection attempt already in progress
  43. V/FA: Activity resumed, time: 34516812
  44. I/FA: Tag Manager is not found and thus will not be used
  45. V/FA: Connection attempt already in progress
  46. V/FA: Connection attempt already in progress
  47. D/EGL_emulation: eglMakeCurrent: 0x9c605a80: ver 2 0 (tinfo 0x9c603210)
  48. D/FA: Connected to remote service
  49. V/FA: Processing queued up service tasks: 5
  50. E/GraphResponse: {HttpStatus: 400, errorCode: 100, subErrorCode: 33, errorType: GraphMethodException, errorMessage: Unsupported get request. Object with ID '459723548692352' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api}
  51. I/zygote: Do partial code cache collection, code=54KB, data=42KB
  52. I/zygote: After code cache collection, code=51KB, data=41KB
  53. Increasing code cache capacity to 256KB
  54. V/FA: Recording user engagement, ms: 1500
  55. V/FA: Activity paused, time: 34518313
  56. V/FA: onActivityCreated
  57. V/FA: Activity resumed, time: 34518451
  58. I/zygote: Do full code cache collection, code=70KB, data=92KB
  59. After code cache collection, code=55KB, data=52KB
  60. D/EGL_emulation: eglMakeCurrent: 0x9c605a80: ver 2 0 (tinfo 0x9c603210)
  61. I/zygote: Do partial code cache collection, code=122KB, data=103KB
  62. After code cache collection, code=122KB, data=103KB
  63. Increasing code cache capacity to 512KB
  64. W/NetworkRequest: No App Check token for request.
  65. E/StorageException: StorageException has occurred.
  66. Object does not exist at location.
  67. Code: -13010 HttpResult: 404
  68. { "error": { "code": 404, "message": "Not Found. Could not get object", "status": "GET_OBJECT" }}
  69. java.io.IOException: { "error": { "code": 404, "message": "Not Found. Could not get object", "status": "GET_OBJECT" }}
  70. at com.google.firebase.storage.network.NetworkRequest.parseResponse(NetworkRequest.java:445)
  71. at com.google.firebase.storage.network.NetworkRequest.parseErrorResponse(NetworkRequest.java:462)
  72. at com.google.firebase.storage.network.NetworkRequest.processResponseStream(NetworkRequest.java:453)
  73. at com.google.firebase.storage.network.NetworkRequest.performRequest(NetworkRequest.java:272)
  74. at com.google.firebase.storage.network.NetworkRequest.performRequest(NetworkRequest.java:289)
  75. at com.google.firebase.storage.internal.ExponentialBackoffSender.sendWithExponentialBackoff(ExponentialBackoffSender.java:76)
  76. at com.google.firebase.storage.internal.ExponentialBackoffSender.sendWithExponentialBackoff(ExponentialBackoffSender.java:68)
  77. at com.google.firebase.storage.GetDownloadUrlTask.run(GetDownloadUrlTask.java:77)
  78. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
  79. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
  80. at java.lang.Thread.run(Thread.java:764)
  81. V/FA: Inactivity, disconnecting from the service
  82.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement