Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 05/25 20:02:38: Launching 'app' on Pixel 4 API 26.
- App restart successful without requiring a re-install.
- $ adb shell am start -n "com.company.altasnotas/com.company.altasnotas.IntroActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
- Connected to process 23074 on device 'Pixel_4_API_26 [emulator-5554]'.
- Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
- I/FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
- D/FirebaseAuth: Notifying id token listeners about user ( D4DcwgN9wDZRctQ6vLNAz9Kf5Nf2 ).
- I/FirebaseAuth: [FirebaseAuth:] Preparing to create service connection to fallback implementation
- I/FirebaseInitProvider: FirebaseApp initialization successful
- W/zygote: Skipping duplicate class check due to unrecognized classloader
- 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.
- 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.
- I/DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:46 and remote module com.google.android.gms.measurement.dynamite:50
- Selected remote version of com.google.android.gms.measurement.dynamite, version >= 50
- V/DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils
- W/ResourceType: ResTable_typeSpec entry count inconsistent: given 67, previously 69
- D/NetworkSecurityConfig: No Network Security Config specified, using platform default
- W/zygote: Skipping duplicate class check due to unrecognized classloader
- V/FA: onActivityCreated
- 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
- V/FA: App measurement collection enabled
- V/FA: App measurement enabled for app package, google app id: com.company.altasnotas, 1:650444580994:android:d36a5f4d76a2320dc5ec9b
- I/FA: App measurement initialized, version: 41017
- To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
- I/FA: To enable faster debug mode event logging run:
- adb shell setprop debug.firebase.analytics.app com.company.altasnotas
- D/FA: Debug-level message logging enabled
- D/OpenGLRenderer: HWUI GL Pipeline
- I/zygote: Do partial code cache collection, code=29KB, data=22KB
- I/zygote: After code cache collection, code=29KB, data=22KB
- Increasing code cache capacity to 128KB
- D/: HostConnection::get() New Host Connection established 0x86167300, tid 23131
- I/OpenGLRenderer: Initialized EGL, version 1.4
- D/OpenGLRenderer: Swap behavior 1
- W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
- D/OpenGLRenderer: Swap behavior 0
- D/EGL_emulation: eglCreateContext: 0x9c605a80: maj 2 min 0 rcv 2
- V/FA: Connecting to remote service
- V/FA: Connection attempt already in progress
- D/EGL_emulation: eglMakeCurrent: 0x9c605a80: ver 2 0 (tinfo 0x9c603210)
- V/FA: Connection attempt already in progress
- V/FA: Activity resumed, time: 34516812
- I/FA: Tag Manager is not found and thus will not be used
- V/FA: Connection attempt already in progress
- V/FA: Connection attempt already in progress
- D/EGL_emulation: eglMakeCurrent: 0x9c605a80: ver 2 0 (tinfo 0x9c603210)
- D/FA: Connected to remote service
- V/FA: Processing queued up service tasks: 5
- 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}
- I/zygote: Do partial code cache collection, code=54KB, data=42KB
- I/zygote: After code cache collection, code=51KB, data=41KB
- Increasing code cache capacity to 256KB
- V/FA: Recording user engagement, ms: 1500
- V/FA: Activity paused, time: 34518313
- V/FA: onActivityCreated
- V/FA: Activity resumed, time: 34518451
- I/zygote: Do full code cache collection, code=70KB, data=92KB
- After code cache collection, code=55KB, data=52KB
- D/EGL_emulation: eglMakeCurrent: 0x9c605a80: ver 2 0 (tinfo 0x9c603210)
- I/zygote: Do partial code cache collection, code=122KB, data=103KB
- After code cache collection, code=122KB, data=103KB
- Increasing code cache capacity to 512KB
- W/NetworkRequest: No App Check token for request.
- E/StorageException: StorageException has occurred.
- Object does not exist at location.
- Code: -13010 HttpResult: 404
- { "error": { "code": 404, "message": "Not Found. Could not get object", "status": "GET_OBJECT" }}
- java.io.IOException: { "error": { "code": 404, "message": "Not Found. Could not get object", "status": "GET_OBJECT" }}
- at com.google.firebase.storage.network.NetworkRequest.parseResponse(NetworkRequest.java:445)
- at com.google.firebase.storage.network.NetworkRequest.parseErrorResponse(NetworkRequest.java:462)
- at com.google.firebase.storage.network.NetworkRequest.processResponseStream(NetworkRequest.java:453)
- at com.google.firebase.storage.network.NetworkRequest.performRequest(NetworkRequest.java:272)
- at com.google.firebase.storage.network.NetworkRequest.performRequest(NetworkRequest.java:289)
- at com.google.firebase.storage.internal.ExponentialBackoffSender.sendWithExponentialBackoff(ExponentialBackoffSender.java:76)
- at com.google.firebase.storage.internal.ExponentialBackoffSender.sendWithExponentialBackoff(ExponentialBackoffSender.java:68)
- at com.google.firebase.storage.GetDownloadUrlTask.run(GetDownloadUrlTask.java:77)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
- at java.lang.Thread.run(Thread.java:764)
- V/FA: Inactivity, disconnecting from the service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement