Skip to content

Instantly share code, notes, and snippets.

@cmaganu
Created March 30, 2022 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmaganu/61dc9163fc6cf558b08aa3f0bbb85f4c to your computer and use it in GitHub Desktop.
Save cmaganu/61dc9163fc6cf558b08aa3f0bbb85f4c to your computer and use it in GitHub Desktop.
2022-03-30 13:08:18:841 [Appium] Welcome to Appium v2.0.0-beta.27 (REV 9600617c52d0d2e48493424c529ac6c945d2775b)
2022-03-30 13:08:18:843 [Appium] Non-default server args:
2022-03-30 13:08:18:844 [Appium] { logTimestamp: true }
2022-03-30 13:08:18:844 [Appium] Attempting to load driver uiautomator2...
2022-03-30 13:08:18:845 [Appium] Requiring driver at /home/cmaganu/.appium/node_modules/appium-uiautomator2-driver
2022-03-30 13:08:19:248 [Appium] Attempting to load driver espresso...
2022-03-30 13:08:19:249 [Appium] Requiring driver at /home/cmaganu/.appium/node_modules/appium-espresso-driver
2022-03-30 13:08:19:598 [Appium] Appium REST http interface listener started on 0.0.0.0:4723
2022-03-30 13:08:19:598 [Appium] Available drivers:
2022-03-30 13:08:19:598 [Appium] - uiautomator2@2.0.5 (automationName 'UiAutomator2')
2022-03-30 13:08:19:599 [Appium] - espresso@2.2.0 (automationName 'Espresso')
2022-03-30 13:08:19:599 [Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use.
2022-03-30 13:08:19:871 [HTTP] --> GET /status
2022-03-30 13:08:19:872 [HTTP] {}
2022-03-30 13:08:19:876 [AppiumDriver@94eb] Calling AppiumDriver.getStatus() with args: []
2022-03-30 13:08:19:881 [AppiumDriver@94eb] Responding to client with driver.getStatus() result: {"build":{"version":"2.0.0-beta.27","git-sha":"9600617c52d0d2e48493424c529ac6c945d2775b","built":"2021-12-17 14:55:52 -0800"}}
2022-03-30 13:08:19:887 [HTTP] <-- GET /status 200 15 ms - 136
2022-03-30 13:08:19:887 [HTTP]
2022-03-30 13:08:20:391 [HTTP] Request idempotency key: 37be330a-7210-4db0-9494-c3837271c08f
2022-03-30 13:08:20:399 [HTTP] --> POST /session
2022-03-30 13:08:20:399 [HTTP] {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"appium:allowTestPackages":true,"appium:app":"/home/cmaganu/git/android-portal/app/build/outputs/apk/debug/app-debug.apk","appium:automationName":"Espresso","appium:avd":"Pixel_4_API_29_2","appium:avdLaunchTimeout":600000,"appium:avdReadyTimeout":600000,"appium:clearDeviceLogsOnStart":true,"appium:espressoBuildConfig":"{\"additionalAndroidTestDependencies\":[\"androidx.activity:activity:1.5.0-alpha03\"],\"toolsVersions\":{\"targetSdk\":30,\"minSdk\":23,\"compileSdk\":31,\"composeVersion\":\"1.2.0-alpha06\"}}","appium:showGradleLog":true,"platformName":"android"}}}
2022-03-30 13:08:20:399 [AppiumDriver@94eb] Calling AppiumDriver.createSession() with args: [null,null,{"firstMatch":[{}],"alwaysMatch":{"appium:allowTestPackages":true,"appium:app":"/home/cmaganu/git/android-portal/app/build/outputs/apk/debug/app-debug.apk","appium:automationName":"Espresso","appium:avd":"Pixel_4_API_29_2","appium:avdLaunchTimeout":600000,"appium:avdReadyTimeout":600000,"appium:clearDeviceLogsOnStart":true,"appium:espressoBuildConfig":"{\"additionalAndroidTestDependencies\":[\"androidx.activity:activity:1.5.0-alpha03\"],\"toolsVersions\":{\"targetSdk\":30,\"minSdk\":23,\"compileSdk\":31,\"composeVersion\":\"1.2.0-alpha06\"}}","appium:showGradleLog":true,"platformName":"android"}}]
2022-03-30 13:08:20:400 [AppiumDriver@94eb] Event 'newSessionRequested' logged at 1648645700399 (16:08:20 GMT+0300 (Eastern European Summer Time))
2022-03-30 13:08:20:403 [Appium] Attempting to find matching driver for automationName 'Espresso' and platformName 'android'
2022-03-30 13:08:20:404 [Appium] The 'espresso' driver was installed and matched caps.
2022-03-30 13:08:20:404 [Appium] Will require it at /home/cmaganu/.appium/node_modules/appium-espresso-driver
2022-03-30 13:08:20:404 [Appium] Requiring driver at /home/cmaganu/.appium/node_modules/appium-espresso-driver
2022-03-30 13:08:20:404 [AppiumDriver@94eb] Appium v2.0.0-beta.27 creating new EspressoDriver (v2.2.0) session
2022-03-30 13:08:20:404 [AppiumDriver@94eb] Checking BaseDriver versions for Appium and EspressoDriver
2022-03-30 13:08:20:404 [AppiumDriver@94eb] Appium's BaseDriver version is 8.3.1
2022-03-30 13:08:20:404 [AppiumDriver@94eb] EspressoDriver's BaseDriver version is 8.2.4
2022-03-30 13:08:20:407 [BaseDriver] Creating session with W3C capabilities: {
2022-03-30 13:08:20:407 [BaseDriver] "alwaysMatch": {
2022-03-30 13:08:20:407 [BaseDriver] "platformName": "android",
2022-03-30 13:08:20:408 [BaseDriver] "appium:allowTestPackages": true,
2022-03-30 13:08:20:408 [BaseDriver] "appium:app": "/home/cmaganu/git/android-portal/app/build/outputs/apk/debug/app-debug.apk",
2022-03-30 13:08:20:408 [BaseDriver] "appium:automationName": "Espresso",
2022-03-30 13:08:20:408 [BaseDriver] "appium:avd": "Pixel_4_API_29_2",
2022-03-30 13:08:20:408 [BaseDriver] "appium:avdLaunchTimeout": 600000,
2022-03-30 13:08:20:408 [BaseDriver] "appium:avdReadyTimeout": 600000,
2022-03-30 13:08:20:408 [BaseDriver] "appium:clearDeviceLogsOnStart": true,
2022-03-30 13:08:20:408 [BaseDriver] "appium:espressoBuildConfig": "{\"additionalAndroidTestDependencies\":[\"androidx.activity:activity:1.5.0-alpha03\"],\"toolsVersions\":{\"targetSdk\":30,\"minSdk\":23,\"compileSdk\":31,\"composeVersion\":\"1.2.0-alpha06\"}}",
2022-03-30 13:08:20:408 [BaseDriver] "appium:showGradleLog": true
2022-03-30 13:08:20:408 [BaseDriver] },
2022-03-30 13:08:20:408 [BaseDriver] "firstMatch": [
2022-03-30 13:08:20:408 [BaseDriver] {}
2022-03-30 13:08:20:408 [BaseDriver] ]
2022-03-30 13:08:20:409 [BaseDriver] }
2022-03-30 13:08:20:417 [BaseDriver] Session created with session id: e17142d8-4b6d-4e19-a0ab-ca1908b9184d
2022-03-30 13:08:20:436 [ADB] Found 5 'build-tools' folders under '/home/cmaganu/Android/Sdk' (newest first):
2022-03-30 13:08:20:437 [ADB] /home/cmaganu/Android/Sdk/build-tools/32.1.0-rc1
2022-03-30 13:08:20:437 [ADB] /home/cmaganu/Android/Sdk/build-tools/32.0.0
2022-03-30 13:08:20:437 [ADB] /home/cmaganu/Android/Sdk/build-tools/30.0.3
2022-03-30 13:08:20:437 [ADB] /home/cmaganu/Android/Sdk/build-tools/30.0.2
2022-03-30 13:08:20:437 [ADB] /home/cmaganu/Android/Sdk/build-tools/29.0.2
2022-03-30 13:08:20:437 [ADB] Using 'adb' from '/home/cmaganu/Android/Sdk/platform-tools/adb'
2022-03-30 13:08:20:438 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 start-server'
2022-03-30 13:08:20:445 [ADB] Trying to find 'Pixel_4_API_29_2' emulator
2022-03-30 13:08:20:445 [ADB] Getting connected emulators
2022-03-30 13:08:20:445 [ADB] Getting connected devices
2022-03-30 13:08:20:453 [ADB] Connected devices: [{"udid":"emulator-5554","state":"device"}]
2022-03-30 13:08:20:454 [ADB] 1 emulator connected
2022-03-30 13:08:20:455 [ADB] Overriding /home/cmaganu/.emulator_console_auth_token with an empty string to avoid telnet authentication for emulator commands
2022-03-30 13:08:20:456 [ADB] Executing Emulator console command: avd name
2022-03-30 13:08:20:457 [ADB] Found emulator 'Pixel_4_API_29_2' on port 5554
2022-03-30 13:08:20:457 [ADB] Setting device id to emulator-5554
2022-03-30 13:08:20:457 [AndroidDriver] Not launching AVD because it is already running.
2022-03-30 13:08:20:457 [AndroidDriver] Using device: emulator-5554
2022-03-30 13:08:20:458 [ADB] Using 'adb' from '/home/cmaganu/Android/Sdk/platform-tools/adb'
2022-03-30 13:08:20:458 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 start-server'
2022-03-30 13:08:20:464 [ADB] Setting device id to emulator-5554
2022-03-30 13:08:20:465 [BaseDriver] Using local app '/home/cmaganu/git/android-portal/app/build/outputs/apk/debug/app-debug.apk'
2022-03-30 13:08:20:769 [ADB] Checking app cert for /home/cmaganu/git/android-portal/app/build/outputs/apk/debug/app-debug.apk
2022-03-30 13:08:21:025 [ADB] Using 'apksigner.jar' from '/home/cmaganu/Android/Sdk/build-tools/32.1.0-rc1/lib/apksigner.jar'
2022-03-30 13:08:21:026 [ADB] Starting apksigner: /usr/bin/java -Xmx1024M -Xss1m -jar /home/cmaganu/Android/Sdk/build-tools/32.1.0-rc1/lib/apksigner.jar verify --print-certs /home/cmaganu/git/android-portal/app/build/outputs/apk/debug/app-debug.apk
2022-03-30 13:08:23:411 [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
2022-03-30 13:08:23:411 [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
2022-03-30 13:08:23:412 [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
2022-03-30 13:08:23:412 [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
2022-03-30 13:08:23:412 [ADB]
2022-03-30 13:08:23:414 [ADB] sha256 hash did match for 'app-debug.apk'
2022-03-30 13:08:23:414 [ADB] '/home/cmaganu/git/android-portal/app/build/outputs/apk/debug/app-debug.apk' is signed with the default certificate
2022-03-30 13:08:23:416 [Espresso] EspressoDriver version: 2.2.0
2022-03-30 13:08:23:418 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk'
2022-03-30 13:08:23:484 [ADB] Current device property 'ro.build.version.sdk': 29
2022-03-30 13:08:23:484 [ADB] Getting device platform version
2022-03-30 13:08:23:485 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell getprop ro.build.version.release'
2022-03-30 13:08:23:509 [ADB] Current device property 'ro.build.version.release': 10
2022-03-30 13:08:23:509 [ADB] Device API level: 29
2022-03-30 13:08:23:510 [Espresso] Relaxing hidden api policy
2022-03-30 13:08:23:510 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'settings put global hidden_api_policy_pre_p_apps 1;settings put global hidden_api_policy_p_apps 1;settings put global hidden_api_policy 1''
2022-03-30 13:08:23:560 [AndroidDriver] Parsing package and activity from app manifest
2022-03-30 13:08:23:590 [ADB] Package name: 'com.lt.android.portal'
2022-03-30 13:08:23:590 [ADB] Main activity name: 'com.lt.android.portal.MainActivity'
2022-03-30 13:08:23:590 [AndroidDriver] Parsed package and activity are: com.lt.android.portal/com.lt.android.portal.MainActivity
2022-03-30 13:08:23:590 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 wait-for-device'
2022-03-30 13:08:23:597 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell echo ping'
2022-03-30 13:08:23:608 [AndroidDriver] Pushing settings apk to device...
2022-03-30 13:08:23:608 [ADB] Getting install status for io.appium.settings
2022-03-30 13:08:23:609 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
2022-03-30 13:08:23:628 [ADB] 'io.appium.settings' is installed
2022-03-30 13:08:23:628 [ADB] Getting package info for 'io.appium.settings'
2022-03-30 13:08:23:628 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.settings'
2022-03-30 13:08:23:654 [ADB] The version name of the installed 'io.appium.settings' is greater or equal to the application version name ('4.0.0' >= '4.0.0')
2022-03-30 13:08:23:655 [ADB] There is no need to install/upgrade '/home/cmaganu/.appium/node_modules/appium-espresso-driver/node_modules/io.appium.settings/apks/settings_apk-debug.apk'
2022-03-30 13:08:23:655 [ADB] Getting IDs of all 'io.appium.settings' processes
2022-03-30 13:08:23:655 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'pgrep --help; echo $?''
2022-03-30 13:08:23:671 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)'
2022-03-30 13:08:23:696 [AndroidDriver] io.appium.settings is already running. There is no need to reset its permissions.
2022-03-30 13:08:23:696 [Logcat] Clearing logcat logs from device
2022-03-30 13:08:23:712 [Logcat] Starting logs capture with command: /home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 logcat -v threadtime
2022-03-30 13:08:23:729 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings get global animator_duration_scale'
2022-03-30 13:08:23:749 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings get global transition_animation_scale'
2022-03-30 13:08:23:768 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell settings get global window_animation_scale'
2022-03-30 13:08:23:788 [Espresso] Forwarding Espresso Server port 6791 to 8300
2022-03-30 13:08:23:788 [ADB] Forwarding system: 8300 to device: 6791
2022-03-30 13:08:23:788 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 forward tcp:8300 tcp:6791'
2022-03-30 13:08:23:794 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window'
2022-03-30 13:08:23:818 [AndroidDriver] Screen already unlocked, doing nothing
2022-03-30 13:08:23:819 [ADB] Getting install status for com.lt.android.portal
2022-03-30 13:08:23:819 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.lt.android.portal'
2022-03-30 13:08:23:836 [ADB] 'com.lt.android.portal' is installed
2022-03-30 13:08:23:836 [ADB] Getting package info for 'com.lt.android.portal'
2022-03-30 13:08:23:836 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.lt.android.portal'
2022-03-30 13:08:23:869 [ADB] The version name of the installed 'com.lt.android.portal' is greater or equal to the application version name ('1.0.0' >= '1.0.0')
2022-03-30 13:08:23:869 [ADB] There is no need to install/upgrade '/home/cmaganu/git/android-portal/app/build/outputs/apk/debug/app-debug.apk'
2022-03-30 13:08:23:869 [AndroidDriver] Performing fast reset on 'com.lt.android.portal'
2022-03-30 13:08:23:869 [ADB] Getting install status for com.lt.android.portal
2022-03-30 13:08:23:869 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package com.lt.android.portal'
2022-03-30 13:08:23:886 [ADB] 'com.lt.android.portal' is installed
2022-03-30 13:08:23:886 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.lt.android.portal'
2022-03-30 13:08:23:906 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell pm clear com.lt.android.portal'
2022-03-30 13:08:23:934 [AndroidDriver] Performed fast reset on the installed 'com.lt.android.portal' application (stop and clear)
2022-03-30 13:08:23:935 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell "[ -e '/data/local/tmp/espresso.apppackage' ] && echo __PASS__"'
2022-03-30 13:08:23:952 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cat /data/local/tmp/espresso.apppackage'
2022-03-30 13:08:23:971 [Espresso] The previous target application package was 'com.lt.android.portal'. The current package is 'com.lt.android.portal'
2022-03-30 13:08:23:971 [ADB] Checking app cert for /tmp/io.appium.espressoserver.test_2.2.0_com.lt.android.portal_emulator-5554.apk
2022-03-30 13:08:24:011 [ADB] Starting apksigner: /usr/bin/java -Xmx1024M -Xss1m -jar /home/cmaganu/Android/Sdk/build-tools/32.1.0-rc1/lib/apksigner.jar verify --print-certs /tmp/io.appium.espressoserver.test_2.2.0_com.lt.android.portal_emulator-5554.apk
2022-03-30 13:08:24:402 [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US
2022-03-30 13:08:24:402 [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
2022-03-30 13:08:24:402 [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
2022-03-30 13:08:24:402 [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87
2022-03-30 13:08:24:402 [ADB]
2022-03-30 13:08:24:402 [ADB] sha256 hash did match for 'io.appium.espressoserver.test_2.2.0_com.lt.android.portal_emulator-5554.apk'
2022-03-30 13:08:24:402 [ADB] '/tmp/io.appium.espressoserver.test_2.2.0_com.lt.android.portal_emulator-5554.apk' is signed with the default certificate
2022-03-30 13:08:24:402 [ADB] Getting install status for io.appium.espressoserver.test
2022-03-30 13:08:24:402 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.espressoserver.test'
2022-03-30 13:08:24:419 [ADB] 'io.appium.espressoserver.test' is installed
2022-03-30 13:08:24:419 [ADB] Getting package info for 'io.appium.espressoserver.test'
2022-03-30 13:08:24:419 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys package io.appium.espressoserver.test'
2022-03-30 13:08:24:440 [ADB] Cannot read version codes of '/tmp/io.appium.espressoserver.test_2.2.0_com.lt.android.portal_emulator-5554.apk' and/or 'io.appium.espressoserver.test'
2022-03-30 13:08:24:440 [ADB] Cannot read version names of '/tmp/io.appium.espressoserver.test_2.2.0_com.lt.android.portal_emulator-5554.apk' and/or 'io.appium.espressoserver.test'
2022-03-30 13:08:24:441 [ADB] Adding packages ["io.appium.settings","io.appium.espressoserver.test"] to Doze whitelist
2022-03-30 13:08:24:442 [ADB] Got the following command chunks to execute: [["dumpsys","deviceidle","whitelist","+io.appium.settings",";","dumpsys","deviceidle","whitelist","+io.appium.espressoserver.test",";"]]
2022-03-30 13:08:24:442 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.espressoserver.test ;'
2022-03-30 13:08:24:464 [Espresso] Performing cleanup of automation leftovers
2022-03-30 13:08:24:470 [Espresso] No obsolete sessions have been detected (socket hang up)
2022-03-30 13:08:24:470 [Espresso] Starting Espresso Server v2.2.0 with cmd: adb shell am instrument -w -e debug false -e disableAnalytics true io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner
2022-03-30 13:08:24:470 [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","emulator-5554","shell","am","instrument","-w","-e","debug",false,"-e","disableAnalytics",true,"io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner"]
2022-03-30 13:08:24:476 [Espresso] Waiting up to 45000ms for Espresso server to be online
2022-03-30 13:08:24:477 [WD Proxy] Matched '/status' to command name 'getStatus'
2022-03-30 13:08:24:478 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8300/status] with no body
2022-03-30 13:08:24:481 [WD Proxy] socket hang up
2022-03-30 13:08:24:982 [WD Proxy] Matched '/status' to command name 'getStatus'
2022-03-30 13:08:24:982 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8300/status] with no body
2022-03-30 13:08:24:984 [WD Proxy] socket hang up
2022-03-30 13:08:25:484 [WD Proxy] Matched '/status' to command name 'getStatus'
2022-03-30 13:08:25:484 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8300/status] with no body
2022-03-30 13:08:25:486 [WD Proxy] socket hang up
2022-03-30 13:08:25:987 [WD Proxy] Matched '/status' to command name 'getStatus'
2022-03-30 13:08:25:988 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8300/status] with no body
2022-03-30 13:08:25:990 [WD Proxy] socket hang up
2022-03-30 13:08:26:490 [WD Proxy] Matched '/status' to command name 'getStatus'
2022-03-30 13:08:26:490 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8300/status] with no body
2022-03-30 13:08:26:492 [WD Proxy] socket hang up
2022-03-30 13:08:26:967 [Espresso] [Instrumentation] io.appium.espressoserver.EspressoServerRunnerTest:
2022-03-30 13:08:26:993 [WD Proxy] Matched '/status' to command name 'getStatus'
2022-03-30 13:08:26:994 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8300/status] with no body
2022-03-30 13:08:27:027 [WD Proxy] Got response with status 500: {"id":"bc193b3a-d6ce-40e3-b29a-f7766f298ee6","sessionId":null,"value":{"error":"unknown error","message":"java.lang.NullPointerException","stacktrace":"java.lang.NullPointerException\n\tat io.appium.espressoserver.lib.http.Server.serve(Server.kt:51)\n\tat fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)\n\tat fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)\n\tat java.lang.Thread.run(Thread.java:919)\n"}}
2022-03-30 13:08:27:027 [W3C] Matched W3C error code 'unknown error' to UnknownError
2022-03-30 13:08:27:527 [WD Proxy] Matched '/status' to command name 'getStatus'
2022-03-30 13:08:27:528 [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8300/status] with no body
2022-03-30 13:08:27:545 [WD Proxy] Got response with status 200: {"id":"a4e7232d-f12b-4b11-acfa-9ba0357a2fdf","sessionId":null,"value":null}
2022-03-30 13:08:27:545 [Espresso] Espresso server is online. The initialization process took 3075ms
2022-03-30 13:08:27:545 [Espresso] Starting the session
2022-03-30 13:08:27:545 [WD Proxy] Matched '/session' to command name 'createSession'
2022-03-30 13:08:27:546 [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8300/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","allowTestPackages":true,"app":"/home/cmaganu/git/android-portal/app/build/outputs/apk/debug/app-debug.apk","automationName":"Espresso","avd":"Pixel_4_API_29_2","avdLaunchTimeout":600000,"avdReadyTimeout":600000,"clearDeviceLogsOnStart":true,"espressoBuildConfig":"{\"additionalAndroidTestDependencies\":[\"androidx.activity:activity:1.5.0-alpha03\"],\"toolsVersions\":{\"targetSdk\":30,\"minSdk\":23,\"compileSdk\":31,\"composeVersion\":\"1.2.0-alpha06\"}}","showGradleLog":true},"platformName":"android","allowTestPackages":true,"app":"/home/cmaganu/git/android-portal/app/build/outputs/apk/debug/app-debug.apk","automationName":"Espresso","avd":"Pixel_4_API_29_2","avdLaunchTimeout":600000,"avdReadyTimeout":600000,"clearDeviceLogsOnStart":true,"espressoBu...
2022-03-30 13:08:27:951 [WD Proxy] Got response with status 200: {"id":"80e9b8ac-9879-4dd3-8618-ca72bb81df9e","sessionId":"7b598010-bd61-4c00-bfd6-bd9792cfb2df","value":{}}
2022-03-30 13:08:27:952 [WD Proxy] Determined the downstream protocol as 'W3C'
2022-03-30 13:08:27:954 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'echo "com.lt.android.portal" > "/data/local/tmp/espresso.apppackage"''
2022-03-30 13:08:28:011 [Espresso] Recorded the target application package 'com.lt.android.portal' to /data/local/tmp/espresso.apppackage
2022-03-30 13:08:28:012 [ADB] Waiting up to 20000ms for activity matching pkg: 'com.lt.android.portal' and activity: 'com.lt.android.portal.MainActivity' to be focused
2022-03-30 13:08:28:012 [ADB] Possible activities, to be checked: 'com.lt.android.portal.MainActivity', 'com.lt.android.portal.com.lt.android.portal.MainActivity'
2022-03-30 13:08:28:013 [ADB] Getting focused package and activity
2022-03-30 13:08:28:013 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell dumpsys window displays'
2022-03-30 13:08:28:046 [ADB] Found package: 'com.lt.android.portal' and fully qualified activity name : 'com.lt.android.portal.MainActivity'
2022-03-30 13:08:28:061 [WD Proxy] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8300/session/7b598010-bd61-4c00-bfd6-bd9792cfb2df/appium/device/info] with no body
2022-03-30 13:08:28:077 [WD Proxy] Got response with status 200: {"id":"f1e2e593-d3c6-4899-998c-a264b38625af","sessionId":"7b598010-bd61-4c00-bfd6-bd9792cfb2df","value":{"realDisplaySize":"1080x2280","apiVersion":"29","carrierName":"Android","platformVersion":"10","timeZone":"Europe/Bucharest","model":"Android SDK built for x86","locale":"en_US","brand":"google","androidId":"8276853a2948a73b","manufacturer":"Google","displayDensity":440}}
2022-03-30 13:08:28:078 [AppiumDriver@94eb] New EspressoDriver session created successfully, session e17142d8-4b6d-4e19-a0ab-ca1908b9184d added to master session list
2022-03-30 13:08:28:079 [AppiumDriver@94eb] Event 'newSessionStarted' logged at 1648645708079 (16:08:28 GMT+0300 (Eastern European Summer Time))
2022-03-30 13:08:28:079 [EspressoDriver@8d16f04f (e17142d8)] Cached the protocol value 'W3C' for the new session e17142d8-4b6d-4e19-a0ab-ca1908b9184d
2022-03-30 13:08:28:080 [EspressoDriver@8d16f04f (e17142d8)] Responding to client with driver.createSession() result: {"capabilities":{"platformName":"android","allowTestPackages":true,"app":"/home/cmaganu/git/android-portal/app/build/outputs/apk/debug/app-debug.apk","automationName":"Espresso","avd":"Pixel_4_API_29_2","avdLaunchTimeout":600000,"avdReadyTimeout":600000,"clearDeviceLogsOnStart":true,"espressoBuildConfig":"{\"additionalAndroidTestDependencies\":[\"androidx.activity:activity:1.5.0-alpha03\"],\"toolsVersions\":{\"targetSdk\":30,\"minSdk\":23,\"compileSdk\":31,\"composeVersion\":\"1.2.0-alpha06\"}}","showGradleLog":true}}
2022-03-30 13:08:28:081 [HTTP] <-- POST /session 200 7682 ms - 584
2022-03-30 13:08:28:081 [HTTP]
2022-03-30 13:08:28:151 [HTTP] --> POST /session/e17142d8-4b6d-4e19-a0ab-ca1908b9184d/appium/device/start_activity
2022-03-30 13:08:28:151 [HTTP] {"appPackage":"com.lt.android.portal","appActivity":"com.lt.android.portal.MainActivity","appWaitPackage":"","appWaitActivity":"","dontStopAppOnReset":false,"intentAction":"","intentCategory":"","intentFlags":"","optionalIntentArguments":""}
2022-03-30 13:08:28:156 [EspressoDriver@8d16f04f (e17142d8)] Calling AppiumDriver.startActivity() with args: ["com.lt.android.portal","com.lt.android.portal.MainActivity","","","","","","",false,null,null,"e17142d8-4b6d-4e19-a0ab-ca1908b9184d"]
2022-03-30 13:08:28:156 [Espresso] Starting activity 'com.lt.android.portal.MainActivity' for package 'com.lt.android.portal'
2022-03-30 13:08:28:157 [WD Proxy] Matched '/appium/device/start_activity' to command name 'startActivity'
2022-03-30 13:08:28:157 [WD Proxy] Proxying [POST /appium/device/start_activity] to [POST http://127.0.0.1:8300/session/7b598010-bd61-4c00-bfd6-bd9792cfb2df/appium/device/start_activity] with body: {"appPackage":"com.lt.android.portal","appActivity":"com.lt.android.portal.MainActivity"}
2022-03-30 13:09:13:198 [WD Proxy] Got response with status 500: {"id":"83accb37-e683-404c-8f61-a656856ba4d4","sessionId":"7b598010-bd61-4c00-bfd6-bd9792cfb2df","value":{"error":"unknown error","message":"java.lang.RuntimeException: Could not launch intent Intent { act=ACTION_MAIN flg=0x10000000 cmp=com.lt.android.portal/.MainActivity } within 45000 milliseconds. Perhaps the main thread has not gone idle within a reasonable amount of time? There could be an animation or something constantly repainting the screen. Or the activity is doing network calls on creation? See the threaddump logs. For your reference the last time the event queue was idle before your activity launch request was 1648645706650 and now the last time the queue went idle was: 1648645740115. If these numbers are the same your activity might be hogging the event queue.","stacktrace":"java.lang.RuntimeException: Could not launch intent Intent { act=ACTION_MAIN flg=0x10000000 cmp=com.lt.android.portal/.MainActivity } within 45000 milliseconds. Perhaps the main thread has not gone idle within a reasonable ...
2022-03-30 13:09:13:198 [W3C] Matched W3C error code 'unknown error' to UnknownError
2022-03-30 13:09:13:240 [EspressoDriver@8d16f04f (e17142d8)] Encountered internal error running command: An unknown server-side error occurred while processing the command. Original error: java.lang.RuntimeException: Could not launch intent Intent { act=ACTION_MAIN flg=0x10000000 cmp=com.lt.android.portal/.MainActivity } within 45000 milliseconds. Perhaps the main thread has not gone idle within a reasonable amount of time? There could be an animation or something constantly repainting the screen. Or the activity is doing network calls on creation? See the threaddump logs. For your reference the last time the event queue was idle before your activity launch request was 1648645706650 and now the last time the queue went idle was: 1648645740115. If these numbers are the same your activity might be hogging the event queue.
2022-03-30 13:09:13:240 [EspressoDriver@8d16f04f (e17142d8)] java.lang.RuntimeException: Could not launch intent Intent { act=ACTION_MAIN flg=0x10000000 cmp=com.lt.android.portal/.MainActivity } within 45000 milliseconds. Perhaps the main thread has not gone idle within a reasonable amount of time? There could be an animation or something constantly repainting the screen. Or the activity is doing network calls on creation? See the threaddump logs. For your reference the last time the event queue was idle before your activity launch request was 1648645706650 and now the last time the queue went idle was: 1648645740115. If these numbers are the same your activity might be hogging the event queue.
2022-03-30 13:09:13:240 [EspressoDriver@8d16f04f (e17142d8)] at androidx.test.runner.MonitoringInstrumentation.startActivitySync(MonitoringInstrumentation.java:548)
2022-03-30 13:09:13:240 [EspressoDriver@8d16f04f (e17142d8)] at io.appium.espressoserver.lib.helpers.ActivityHelpers.startActivity(ActivityHelpers.kt:113)
2022-03-30 13:09:13:240 [EspressoDriver@8d16f04f (e17142d8)] at io.appium.espressoserver.lib.handlers.StartActivity.handleInternal(StartActivity.kt:27)
2022-03-30 13:09:13:241 [EspressoDriver@8d16f04f (e17142d8)] at io.appium.espressoserver.lib.handlers.StartActivity.handleInternal(StartActivity.kt:23)
2022-03-30 13:09:13:241 [EspressoDriver@8d16f04f (e17142d8)] at io.appium.espressoserver.lib.handlers.RequestHandler$DefaultImpls.handle(RequestHandler.kt:57)
2022-03-30 13:09:13:241 [EspressoDriver@8d16f04f (e17142d8)] at io.appium.espressoserver.lib.handlers.StartActivity.handle(StartActivity.kt:23)
2022-03-30 13:09:13:241 [EspressoDriver@8d16f04f (e17142d8)] at io.appium.espressoserver.lib.handlers.StartActivity.handle(StartActivity.kt:23)
2022-03-30 13:09:13:241 [EspressoDriver@8d16f04f (e17142d8)] at io.appium.espressoserver.lib.http.Router.route(Router.kt:229)
2022-03-30 13:09:13:241 [EspressoDriver@8d16f04f (e17142d8)] at io.appium.espressoserver.lib.http.Server.serve(Server.kt:51)
2022-03-30 13:09:13:241 [EspressoDriver@8d16f04f (e17142d8)] at fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)
2022-03-30 13:09:13:241 [EspressoDriver@8d16f04f (e17142d8)] at fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)
2022-03-30 13:09:13:241 [EspressoDriver@8d16f04f (e17142d8)] at java.lang.Thread.run(Thread.java:919)
2022-03-30 13:09:13:241 [EspressoDriver@8d16f04f (e17142d8)]
2022-03-30 13:09:13:242 [HTTP] <-- POST /session/e17142d8-4b6d-4e19-a0ab-ca1908b9184d/appium/device/start_activity 500 45091 ms - 2416
2022-03-30 13:09:13:242 [HTTP]
2022-03-30 13:09:13:255 [HTTP] --> DELETE /session/e17142d8-4b6d-4e19-a0ab-ca1908b9184d
2022-03-30 13:09:13:255 [HTTP] {}
2022-03-30 13:09:13:256 [EspressoDriver@8d16f04f (e17142d8)] Calling AppiumDriver.deleteSession() with args: ["e17142d8-4b6d-4e19-a0ab-ca1908b9184d"]
2022-03-30 13:09:13:256 [AppiumDriver@94eb] Event 'quitSessionRequested' logged at 1648645753256 (16:09:13 GMT+0300 (Eastern European Summer Time))
2022-03-30 13:09:13:256 [AppiumDriver@94eb] Removing session e17142d8-4b6d-4e19-a0ab-ca1908b9184d from our master session list
2022-03-30 13:09:13:256 [Espresso] Deleting espresso session
2022-03-30 13:09:13:257 [Espresso] Deleting Espresso server session
2022-03-30 13:09:13:257 [WD Proxy] Matched '/' to command name 'deleteSession'
2022-03-30 13:09:13:257 [WD Proxy] Proxying [DELETE /] to [DELETE http://127.0.0.1:8300/session/7b598010-bd61-4c00-bfd6-bd9792cfb2df] with no body
2022-03-30 13:09:13:265 [WD Proxy] Got response with status 200: {"id":"05625344-3751-49f8-92aa-94b138cce51a","sessionId":"7b598010-bd61-4c00-bfd6-bd9792cfb2df","value":{"id":"70ed6aaf-2f6e-4213-b082-144578b5b337","sessionId":null,"value":null}}
2022-03-30 13:09:13:266 [Espresso] Instrumentation process exited with code null from signal SIGTERM
2022-03-30 13:09:13:266 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell am force-stop com.lt.android.portal'
2022-03-30 13:09:13:334 [Logcat] Stopping logcat capture
2022-03-30 13:09:13:336 [Espresso] Restoring hidden api policy to the device default configuration
2022-03-30 13:09:13:336 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy''
2022-03-30 13:09:13:575 [ADB] Removing forwarded port socket connection: 8300
2022-03-30 13:09:13:576 [ADB] Running '/home/cmaganu/Android/Sdk/platform-tools/adb -P 5037 -s emulator-5554 forward --remove tcp:8300'
2022-03-30 13:09:13:585 [AppiumDriver@94eb] Event 'quitSessionFinished' logged at 1648645753585 (16:09:13 GMT+0300 (Eastern European Summer Time))
2022-03-30 13:09:13:585 [AppiumDriver@94eb] Received response: null
2022-03-30 13:09:13:586 [AppiumDriver@94eb] But deleting session, so not returning
2022-03-30 13:09:13:586 [AppiumDriver@94eb] Responding to client with driver.deleteSession() result: null
2022-03-30 13:09:13:588 [HTTP] <-- DELETE /session/e17142d8-4b6d-4e19-a0ab-ca1908b9184d 200 331 ms - 14
2022-03-30 13:09:13:588 [HTTP]
2022-03-30 13:09:13:593 [Appium] Received SIGTERM - shutting down
2022-03-30 13:09:13:600 [AppiumDriver@94eb] There are no active sessions for cleanup
2022-03-30 13:09:13:605 uncaughtException: write EPIPE
Error: write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:160:15)
at writeGeneric (node:internal/stream_base_commons:151:3)
at Socket._writeGeneric (node:net:795:11)
at Socket._write (node:net:807:8)
at writeOrBuffer (node:internal/streams/writable:389:12)
at _write (node:internal/streams/writable:330:10)
at Socket.Writable.write (node:internal/streams/writable:334:10)
at Console.log (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/transports/console.js:79:23)
at Console._write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston-transport/index.js:103:17)
at doWrite (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at Console.Writable.write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at DerivedLogger.ondata (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:681:20)
at DerivedLogger.emit (node:events:538:35)
at addChunk (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:298:12)
at readableAddChunk (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:280:11)
at DerivedLogger.Readable.push (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:241:10)
at DerivedLogger.Transform.push (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:139:32)
at DerivedLogger._transform (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/logger.js:313:12)
at DerivedLogger.Transform._read (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:177:10)
at DerivedLogger.Transform._write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:164:83)
at doWrite (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at DerivedLogger.Writable.write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at DerivedLogger.<computed> [as debug] (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/create-logger.js:81:14)
at EventEmitter.<anonymous> (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/lib/logsink.js:206:5)
at EventEmitter.emit (node:events:526:28)
at EventEmitter.<anonymous> (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/npmlog/lib/log.js:251:8)
2022-03-30 13:09:13:606 [HTTP] Waiting until the server is closed
2022-03-30 13:09:13:608 [HTTP] Received server close event
2022-03-30 13:09:13:611 uncaughtException: write EPIPE
Error: write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:160:15)
at writeGeneric (node:internal/stream_base_commons:151:3)
at Socket._writeGeneric (node:net:795:11)
at Socket._write (node:net:807:8)
at writeOrBuffer (node:internal/streams/writable:389:12)
at _write (node:internal/streams/writable:330:10)
at Socket.Writable.write (node:internal/streams/writable:334:10)
at Console.log (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/transports/console.js:79:23)
at Console._write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston-transport/index.js:103:17)
at doWrite (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at Console.Writable.write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at DerivedLogger.ondata (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:681:20)
at DerivedLogger.emit (node:events:538:35)
at addChunk (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:298:12)
at readableAddChunk (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:280:11)
at DerivedLogger.Readable.push (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:241:10)
at DerivedLogger.Transform.push (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:139:32)
at DerivedLogger._transform (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/logger.js:313:12)
at DerivedLogger.Transform._read (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:177:10)
at DerivedLogger.Transform._write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:164:83)
at doWrite (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at DerivedLogger.Writable.write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at DerivedLogger.<computed> [as info] (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/create-logger.js:81:14)
at EventEmitter.<anonymous> (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/lib/logsink.js:206:5)
at EventEmitter.emit (node:events:526:28)
at EventEmitter.<anonymous> (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/npmlog/lib/log.js:251:8)
2022-03-30 13:09:13:612 uncaughtException: write EPIPE
Error: write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:160:15)
at writeGeneric (node:internal/stream_base_commons:151:3)
at Socket._writeGeneric (node:net:795:11)
at Socket._write (node:net:807:8)
at writeOrBuffer (node:internal/streams/writable:389:12)
at _write (node:internal/streams/writable:330:10)
at Socket.Writable.write (node:internal/streams/writable:334:10)
at Console.log (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/transports/console.js:79:23)
at Console._write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston-transport/index.js:103:17)
at doWrite (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at Console.Writable.write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at DerivedLogger.ondata (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:681:20)
at DerivedLogger.emit (node:events:538:35)
at addChunk (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:298:12)
at readableAddChunk (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:280:11)
at DerivedLogger.Readable.push (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:241:10)
at DerivedLogger.Transform.push (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:139:32)
at DerivedLogger._transform (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/logger.js:313:12)
at DerivedLogger.Transform._read (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:177:10)
at DerivedLogger.Transform._write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:164:83)
at doWrite (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at DerivedLogger.Writable.write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at DerivedLogger.<computed> [as info] (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/create-logger.js:81:14)
at EventEmitter.<anonymous> (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/lib/logsink.js:206:5)
at EventEmitter.emit (node:events:526:28)
at EventEmitter.<anonymous> (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/npmlog/lib/log.js:251:8)
2022-03-30 13:09:13:612 uncaughtException: write EPIPE
Error: write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:160:15)
at writeGeneric (node:internal/stream_base_commons:151:3)
at Socket._writeGeneric (node:net:795:11)
at Socket._write (node:net:807:8)
at writeOrBuffer (node:internal/streams/writable:389:12)
at _write (node:internal/streams/writable:330:10)
at Socket.Writable.write (node:internal/streams/writable:334:10)
at Console.log (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/transports/console.js:51:25)
at Console._write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston-transport/index.js:103:17)
at doWrite (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at Console.Writable.write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at DerivedLogger.ondata (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:681:20)
at DerivedLogger.emit (node:events:538:35)
at addChunk (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:298:12)
at readableAddChunk (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:280:11)
at DerivedLogger.Readable.push (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:241:10)
at DerivedLogger.Transform.push (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:139:32)
at DerivedLogger._transform (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/logger.js:313:12)
at DerivedLogger.Transform._read (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:177:10)
at DerivedLogger.Transform._write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:164:83)
at doWrite (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at DerivedLogger.Writable.write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at DerivedLogger.log (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/logger.js:216:12)
at ExceptionHandler._uncaughtException (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/exception-handler.js:220:17)
at process.emit (node:events:526:28)
at process.emit (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/source-map-support/source-map-support.js:516:21)
2022-03-30 13:09:13:616 uncaughtException: write EPIPE
Error: write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:160:15)
at writeGeneric (node:internal/stream_base_commons:151:3)
at Socket._writeGeneric (node:net:795:11)
at Socket._write (node:net:807:8)
at writeOrBuffer (node:internal/streams/writable:389:12)
at _write (node:internal/streams/writable:330:10)
at Socket.Writable.write (node:internal/streams/writable:334:10)
at Console.log (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/transports/console.js:51:25)
at Console._write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston-transport/index.js:103:17)
at doWrite (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at Console.Writable.write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at DerivedLogger.ondata (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:681:20)
at DerivedLogger.emit (node:events:538:35)
at addChunk (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:298:12)
at readableAddChunk (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:280:11)
at DerivedLogger.Readable.push (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_readable.js:241:10)
at DerivedLogger.Transform.push (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:139:32)
at DerivedLogger._transform (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/logger.js:313:12)
at DerivedLogger.Transform._read (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:177:10)
at DerivedLogger.Transform._write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_transform.js:164:83)
at doWrite (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:409:139)
at writeOrBuffer (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:398:5)
at DerivedLogger.Writable.write (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/readable-stream/lib/_stream_writable.js:307:11)
at DerivedLogger.log (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/logger.js:216:12)
at ExceptionHandler._uncaughtException (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/winston/lib/winston/exception-handler.js:220:17)
at process.emit (node:events:526:28)
at process.emit (/home/cmaganu/.nvm/versions/node/v16.14.2/lib/node_modules/appium/node_modules/source-map-support/source-map-support.js:516:21)
--------- beginning of main
03-30 16:08:20.240 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:20.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:21.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:21.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:22.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:22.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
--------- beginning of system
03-30 16:08:22.271 2024 2024 V SettingsProvider: Notifying for 0: content://settings/global/hidden_api_policy_pre_p_apps
03-30 16:08:22.283 2024 2024 V SettingsProvider: Notifying for 0: content://settings/global/hidden_api_policy_p_apps
03-30 16:08:22.294 2024 2024 V SettingsProvider: Notifying for 0: content://settings/global/hidden_api_policy
03-30 16:08:22.639 2024 2040 I ActivityManager: Force stopping com.lt.android.portal appid=10337 user=0: from pid 20314
03-30 16:08:22.641 2288 2288 D CarrierSvcBindHelper: No carrier app for: 0
03-30 16:08:22.659 2024 2328 I ActivityManager: Force stopping com.lt.android.portal appid=10337 user=0: clear data
03-30 16:08:22.660 2024 2328 I ConditionProviders: Disallowing condition provider com.lt.android.portal
03-30 16:08:22.662 2024 2059 I ActivityManager: Force stopping com.lt.android.portal appid=10337 user=-1: clearApplicationUserData
03-30 16:08:22.664 1826 1826 I keystore: clear_uid 10337
03-30 16:08:22.665 1802 2870 D AF::TrackHandle: OpPlayAudio: track:55 usage:13 not muted
03-30 16:08:22.670 1802 2870 I chatty : uid=1041(audioserver) Binder:1802_5 identical 4 lines
03-30 16:08:22.671 1802 2870 D AF::TrackHandle: OpPlayAudio: track:55 usage:13 not muted
03-30 16:08:22.672 2288 2288 D CarrierSvcBindHelper: No carrier app for: 0
03-30 16:08:22.672 1802 2870 D AF::TrackHandle: OpPlayAudio: track:55 usage:13 not muted
03-30 16:08:22.672 3861 3861 I CarrierServices: [2] RcsAutoStartReceiver.a: enableRcs changed from true to true
03-30 16:08:22.673 1802 2870 D AF::TrackHandle: OpPlayAudio: track:55 usage:13 not muted
03-30 16:08:22.675 1802 2870 I chatty : uid=1041(audioserver) Binder:1802_5 identical 2 lines
03-30 16:08:22.676 1802 2870 D AF::TrackHandle: OpPlayAudio: track:55 usage:13 not muted
03-30 16:08:22.676 1802 2809 D AF::TrackHandle: OpPlayAudio: track:55 usage:13 not muted
03-30 16:08:22.677 1802 2809 D AF::TrackHandle: OpPlayAudio: track:55 usage:13 not muted
03-30 16:08:22.678 19578 20322 I MediaProvider: Begin Intent { act=android.intent.action.PACKAGE_DATA_CLEARED dat=package:com.lt.android.portal flg=0x1000010 cmp=com.android.providers.media/.MediaService (has extras) }
03-30 16:08:22.678 1802 2809 D AF::TrackHandle: OpPlayAudio: track:55 usage:13 not muted
03-30 16:08:22.679 1802 2809 I chatty : uid=1041(audioserver) Binder:1802_4 identical 1 line
03-30 16:08:22.680 1802 2809 D AF::TrackHandle: OpPlayAudio: track:55 usage:13 not muted
03-30 16:08:22.685 19578 20322 I MediaProvider: End Intent { act=android.intent.action.PACKAGE_DATA_CLEARED dat=package:com.lt.android.portal flg=0x1000010 cmp=com.android.providers.media/.MediaService (has extras) }
03-30 16:08:22.685 2555 20325 I Fitness : FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_DATA_CLEARED [CONTEXT service_id=17 ]
03-30 16:08:22.697 2734 12645 I Icing : doRemovePackageData com.lt.android.portal
03-30 16:08:22.700 19535 19555 I ProvidersCache: Provider returned no roots. Possibly naughty: com.google.android.apps.docs.storage
03-30 16:08:23.206 1811 1811 E adbd : failed to connect to socket 'tcp:6791': Connection refused
03-30 16:08:23.217 1811 1811 E adbd : failed to connect to socket 'tcp:6791': Connection refused
03-30 16:08:23.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:23.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:23.291 20351 20351 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
03-30 16:08:23.293 20351 20351 E libc : Access denied finding property "persist.device_config.runtime_native_boot.enable_apex_image"
03-30 16:08:23.293 20351 20351 I AndroidRuntime: Using default boot image
03-30 16:08:23.294 20351 20351 E libc : Access denied finding property "persist.device_config.runtime_native_boot.disable_lock_profiling"
03-30 16:08:23.294 20351 20351 I AndroidRuntime: Leaving lock profiling enabled
03-30 16:08:23.294 20351 20351 E libc : Access denied finding property "persist.device_config.runtime_native_boot.enable_generational_cc"
03-30 16:08:23.279 20351 20351 W app_process: type=1400 audit(0.0:242): avc: denied { read } for name="u:object_r:device_config_runtime_native_boot_prop:s0" dev="tmpfs" ino=7293 scontext=u:r:shell:s0 tcontext=u:object_r:device_config_runtime_native_boot_prop:s0 tclass=file permissive=0
03-30 16:08:23.279 20351 20351 W app_process: type=1400 audit(0.0:243): avc: denied { read } for name="u:object_r:device_config_runtime_native_boot_prop:s0" dev="tmpfs" ino=7293 scontext=u:r:shell:s0 tcontext=u:object_r:device_config_runtime_native_boot_prop:s0 tclass=file permissive=0
03-30 16:08:23.279 20351 20351 W app_process: type=1400 audit(0.0:244): avc: denied { read } for name="u:object_r:device_config_runtime_native_boot_prop:s0" dev="tmpfs" ino=7293 scontext=u:r:shell:s0 tcontext=u:object_r:device_config_runtime_native_boot_prop:s0 tclass=file permissive=0
03-30 16:08:23.357 20351 20351 D ICU : Time zone APEX file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat
03-30 16:08:23.360 20351 20351 W app_process: Unexpected CPU variant for X86 using defaults: x86
03-30 16:08:23.361 20351 20351 I app_process: The ClassLoaderContext is a special shared library.
03-30 16:08:23.369 20351 20351 W app_process: JNI RegisterNativeMethods: attempt to register 0 native methods for android.media.AudioAttributes
03-30 16:08:23.371 20351 20351 D AndroidRuntime: Calling main entry com.android.commands.am.Am
03-30 16:08:23.372 2024 2316 I ActivityManager: Force stopping com.lt.android.portal appid=10337 user=0: start instr
03-30 16:08:23.380 1776 1776 D Zygote : Forked child process 20365
03-30 16:08:23.382 20365 20365 I .android.porta: Late-enabling -Xcheck:jni
03-30 16:08:23.384 2024 2060 I ActivityManager: Start proc 20365:com.lt.android.portal/u0a337 for added application com.lt.android.portal
03-30 16:08:23.390 20365 20365 E .android.porta: Unknown bits set in runtime_flags: 0x8000
03-30 16:08:23.391 20365 20365 W .android.porta: Unexpected CPU variant for X86 using defaults: x86
03-30 16:08:23.404 20365 20365 W ActivityThread: Package uses different ABI(s) than its instrumentation: package[com.lt.android.portal]: x86, null instrumentation[io.appium.espressoserver.test]: null, null
03-30 16:08:23.405 20365 20365 I .android.porta: The ClassLoaderContext is a special shared library.
03-30 16:08:23.408 20365 20365 I chatty : uid=10337(com.lt.android.portal) identical 1 line
03-30 16:08:23.408 20365 20365 I .android.porta: The ClassLoaderContext is a special shared library.
03-30 16:08:23.569 20365 20365 W .android.porta: ClassLoaderContext classpath size mismatch. expected=0, found=15 (PCL[]{PCL[/system/framework/org.apache.http.legacy.jar*1038351580]} | PCL[/system/framework/android.test.runner.jar*3312018701:/system/framework/android.test.mock.jar*3601177991:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk*3338946734:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes2.dex*388914343:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes3.dex*4259870020:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes4.dex*3679755825:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes5.dex*4174761831:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes6.dex*2768163951:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes7.dex*3680527316:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes8.dex*157404608:/data/app/
03-30 16:08:23.571 20365 20365 W .android.porta: Found duplicate classes, falling back to extracting from APK : /data/app/com.lt.android.portal-KIzVGtzVW0leDCfvx7LaCg==/base.apk
03-30 16:08:23.571 20365 20365 W .android.porta: NOTE: This wastes RAM and hurts startup performance.
03-30 16:08:23.571 20365 20365 W .android.porta: Found duplicated class when checking oat files: 'Landroid/support/v4/app/INotificationSideChannel$Default;' in /data/app/com.lt.android.portal-KIzVGtzVW0leDCfvx7LaCg==/base.apk and /data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk
03-30 16:08:23.571 20365 20365 W .android.porta:
03-30 16:08:23.720 1811 1811 E adbd : failed to connect to socket 'tcp:6791': Connection refused
03-30 16:08:24.183 20365 20365 I .android.porta: The ClassLoaderContext is a special shared library.
03-30 16:08:24.184 20365 20365 I .android.porta: The ClassLoaderContext is a special shared library.
03-30 16:08:24.223 1811 1811 E adbd : failed to connect to socket 'tcp:6791': Connection refused
03-30 16:08:24.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:24.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:24.337 20365 20365 W .android.porta: ClassLoaderContext classpath size mismatch. expected=0, found=15 (PCL[]{PCL[/system/framework/org.apache.http.legacy.jar*1038351580]} | PCL[/system/framework/android.test.runner.jar*3312018701:/system/framework/android.test.mock.jar*3601177991:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk*3338946734:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes2.dex*388914343:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes3.dex*4259870020:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes4.dex*3679755825:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes5.dex*4174761831:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes6.dex*2768163951:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes7.dex*3680527316:/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk!classes8.dex*157404608:/data/app/
03-30 16:08:24.338 20365 20365 W .android.porta: Found duplicate classes, falling back to extracting from APK : /data/app/com.lt.android.portal-KIzVGtzVW0leDCfvx7LaCg==/base.apk
03-30 16:08:24.338 20365 20365 W .android.porta: NOTE: This wastes RAM and hurts startup performance.
03-30 16:08:24.338 20365 20365 W .android.porta: Found duplicated class when checking oat files: 'Landroid/support/customtabs/ICustomTabsCallback$Default;' in /data/app/com.lt.android.portal-KIzVGtzVW0leDCfvx7LaCg==/base.apk and /data/app/com.lt.android.portal-KIzVGtzVW0leDCfvx7LaCg==/base.apk
03-30 16:08:24.338 20365 20365 W .android.porta:
03-30 16:08:24.726 1811 1811 E adbd : failed to connect to socket 'tcp:6791': Connection refused
03-30 16:08:24.976 20365 20365 W .android.porta: Accessing hidden method Landroid/app/Instrumentation;->execStartActivity(Landroid/content/Context;Landroid/os/IBinder;Landroid/os/IBinder;Landroid/app/Activity;Landroid/content/Intent;ILandroid/os/Bundle;)Landroid/app/Instrumentation$ActivityResult; (greylist, linking, allowed)
03-30 16:08:24.976 20365 20365 W .android.porta: Accessing hidden method Landroid/app/Instrumentation;->execStartActivity(Landroid/content/Context;Landroid/os/IBinder;Landroid/os/IBinder;Ljava/lang/String;Landroid/content/Intent;ILandroid/os/Bundle;)Landroid/app/Instrumentation$ActivityResult; (greylist, linking, allowed)
03-30 16:08:24.978 20365 20365 I MonitoringInstr: newApplication called!
03-30 16:08:24.988 20365 20365 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
03-30 16:08:24.999 20365 20397 I DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:51 and remote module com.google.android.gms.measurement.dynamite:67
03-30 16:08:24.999 20365 20397 I DynamiteModule: Selected remote version of com.google.android.gms.measurement.dynamite, version >= 67
03-30 16:08:24.999 20365 20397 V DynamiteModule: Dynamite loader version >= 2, using loadModule2NoCrashUtils
03-30 16:08:25.001 20365 20365 I FirebaseInitProvider: FirebaseApp initialization successful
03-30 16:08:25.004 20365 20365 I MonitoringInstr: Instrumentation started!
03-30 16:08:25.010 20365 20365 V TestEventClient: No service name argument was given (testDiscoveryService, testRunEventService or orchestratorService)
03-30 16:08:25.014 20365 20402 I FirebaseAuth: [FirebaseAuth:] Preparing to create service connection to fallback implementation
03-30 16:08:25.018 20365 20403 I UsageTrackerFacilitator: Usage tracking disabled
03-30 16:08:25.019 20365 20403 I TestRequestBuilder: Scanning classpath to find tests in paths [/data/app/io.appium.espressoserver.test-OSjQ_bMDp7uSZ8AIbcZU2Q==/base.apk]
03-30 16:08:25.020 20365 20403 W .android.porta: Opening an oat file without a class loader. Are you using the deprecated DexFile APIs?
03-30 16:08:25.056 20365 20405 I FA : App measurement initialized, version: 58000
03-30 16:08:25.056 20365 20405 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
03-30 16:08:25.057 20365 20405 I FA : To enable faster debug mode event logging run:
03-30 16:08:25.057 20365 20405 I FA : adb shell setprop debug.firebase.analytics.app com.lt.android.portal
03-30 16:08:25.078 20365 20410 D NetworkSecurityConfig: No Network Security Config specified, using platform default
03-30 16:08:25.093 2734 2734 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
03-30 16:08:25.093 2734 2734 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
03-30 16:08:25.133 2555 2555 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE dat=chimera-action:com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentApiService }
03-30 16:08:25.133 2555 2555 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE dat=chimera-action:com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentApiService }
03-30 16:08:25.143 2555 19363 W NetworkScheduler: Error inserting flex_time=646000 job_id=-1 period=1294000 source=16 requires_charging=0 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService user_id=0 target_package=com.google.android.gms tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG task_type=0 required_idleness_state=0 service_kind=0 source_version=220618000 persistence_level=1 preferred_charging_state=1 required_network_type=0 runtime=1648645705141 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} last_runtime=0, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE) [CONTEXT service_id=218 ]
03-30 16:08:25.167 2734 2746 W gle.android.gm: Reducing the number of considered missed Gc histogram windows from 138 to 100
03-30 16:08:25.229 1811 1811 E adbd : failed to connect to socket 'tcp:6791': Connection refused
03-30 16:08:25.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:25.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:25.675 20365 20403 D TestExecutor: Adding listener androidx.test.internal.runner.listener.LogRunListener
03-30 16:08:25.675 20365 20403 D TestExecutor: Adding listener androidx.test.internal.runner.listener.InstrumentationResultPrinter
03-30 16:08:25.675 20365 20403 D TestExecutor: Adding listener androidx.test.internal.runner.listener.ActivityFinisherRunListener
03-30 16:08:25.675 20365 20403 I TestRunner: run started: 1 tests
03-30 16:08:25.703 20365 20403 I TestRunner: started: startEspressoServer(io.appium.espressoserver.EspressoServerRunnerTest)
03-30 16:08:25.710 20365 20365 D EventInjectionStrategy: Creating injection strategy with input manager.
03-30 16:08:25.710 20365 20365 W .android.porta: Accessing hidden method Landroid/hardware/input/InputManager;->getInstance()Landroid/hardware/input/InputManager; (greylist, reflection, allowed)
03-30 16:08:25.710 20365 20365 W .android.porta: Accessing hidden method Landroid/hardware/input/InputManager;->injectInputEvent(Landroid/view/InputEvent;I)Z (greylist, reflection, allowed)
03-30 16:08:25.710 20365 20365 W .android.porta: Accessing hidden field Landroid/hardware/input/InputManager;->INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH:I (greylist, reflection, allowed)
03-30 16:08:25.714 20365 20365 W .android.porta: Accessing hidden method Landroid/os/MessageQueue;->next()Landroid/os/Message; (greylist, reflection, allowed)
03-30 16:08:25.714 20365 20365 W .android.porta: Accessing hidden field Landroid/os/MessageQueue;->mMessages:Landroid/os/Message; (greylist, reflection, allowed)
03-30 16:08:25.714 20365 20365 W .android.porta: Accessing hidden method Landroid/os/Message;->recycleUnchecked()V (greylist, reflection, allowed)
03-30 16:08:25.750 20365 20403 I appium :
03-30 16:08:25.750 20365 20403 I appium : Running Appium Espresso Server at port 6791
03-30 16:08:25.750 20365 20420 I appium : Responding to server with error: {error=unknown error, message=java.lang.NullPointerException, stacktrace=java.lang.NullPointerException
03-30 16:08:25.750 20365 20420 I appium : at io.appium.espressoserver.lib.http.Server.serve(Server.kt:51)
03-30 16:08:25.750 20365 20420 I appium : at fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)
03-30 16:08:25.750 20365 20420 I appium : at fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)
03-30 16:08:25.750 20365 20420 I appium : at java.lang.Thread.run(Thread.java:919)
03-30 16:08:25.750 20365 20420 I appium : }
03-30 16:08:25.752 20365 20403 D appium : Generating routes
03-30 16:08:25.759 20365 20420 W .android.porta: Accessing hidden field Lsun/misc/Unsafe;->theUnsafe:Lsun/misc/Unsafe; (greylist, reflection, allowed)
03-30 16:08:25.759 20365 20420 W .android.porta: Accessing hidden method Lsun/misc/Unsafe;->allocateInstance(Ljava/lang/Class;)Ljava/lang/Object; (greylist, reflection, allowed)
03-30 16:08:26.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:26.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:26.266 20365 20420 D appium : Started processing GET request for '/status'
03-30 16:08:26.267 20365 20420 D appium : Matched route definition: class io.appium.espressoserver.lib.http.RouteDefinition
03-30 16:08:26.267 20365 20420 D appium : Matched route handler: class io.appium.espressoserver.lib.handlers.Status
03-30 16:08:26.279 20365 20420 I appium : Executing Status handler
03-30 16:08:26.279 20365 20420 D appium : Finished processing GET request for '/status'
03-30 16:08:26.279 20365 20420 I appium : Responding to server with value: null
03-30 16:08:26.285 20365 20420 D appium : Started processing POST request for '/session'
03-30 16:08:26.285 20365 20420 D appium : Matched route definition: class io.appium.espressoserver.lib.http.RouteDefinition
03-30 16:08:26.285 20365 20420 D appium : Matched route handler: class io.appium.espressoserver.lib.handlers.CreateSession
03-30 16:08:26.286 20365 20420 D appium : Got raw post data: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"platformName":"android","allowTestPackages":true,"app":"/home/…
03-30 16:08:26.289 20365 20420 I appium : Executing CreateSession handler
03-30 16:08:26.290 20365 20420 I appium : Starting activity 'com.lt.android.portal.MainActivity' with default options: {action=ACTION_MAIN, flags=ACTIVITY_NEW_TASK, className=com.lt.android.portal.MainActivity}
03-30 16:08:26.294 2024 2316 I ActivityTaskManager: START u0 {act=ACTION_MAIN flg=0x14000000 cmp=com.lt.android.portal/.MainActivity} from uid 10337
03-30 16:08:26.301 2024 2828 W InputReader: Device has associated, but no associated display id.
03-30 16:08:26.302 2024 2828 I chatty : uid=1000(system) Binder:2024_11 identical 38 lines
03-30 16:08:26.302 2024 2828 W InputReader: Device has associated, but no associated display id.
03-30 16:08:26.304 20365 20365 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@d30375b
03-30 16:08:26.305 2024 2054 E system_server: Invalid ID 0x00000000.
03-30 16:08:26.320 1792 1839 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 9850880
03-30 16:08:26.348 2024 2054 W InputReader: Device has associated, but no associated display id.
03-30 16:08:26.348 2024 2054 I chatty : uid=1000(system) android.anim identical 8 lines
03-30 16:08:26.348 2024 2054 W InputReader: Device has associated, but no associated display id.
03-30 16:08:26.357 1805 1916 E SurfaceFlinger: ro.sf.lcd_density must be defined as a build property
03-30 16:08:26.357 1805 1916 E SurfaceFlinger: ro.sf.lcd_density must be defined as a build property
03-30 16:08:26.358 20365 20426 D libEGL : Emulator has host GPU support, qemu.gles is set to 1.
03-30 16:08:26.359 20365 20426 W libc : Unable to set property "qemu.gles" to "1": connection failed; errno=13 (Permission denied)
03-30 16:08:26.349 20365 20365 W RenderThread: type=1400 audit(0.0:245): avc: denied { write } for name="property_service" dev="tmpfs" ino=7387 scontext=u:r:untrusted_app:s0:c81,c257,c512,c768 tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=0
03-30 16:08:26.367 20365 20426 D libEGL : loaded /vendor/lib/egl/libEGL_emulation.so
03-30 16:08:26.368 20365 20426 D libEGL : loaded /vendor/lib/egl/libGLESv1_CM_emulation.so
03-30 16:08:26.369 20365 20426 D libEGL : loaded /vendor/lib/egl/libGLESv2_emulation.so
03-30 16:08:26.381 20365 20365 D LifecycleMonitor: Lifecycle status change: com.lt.android.portal.MainActivity@167f8c2 in: PRE_ON_CREATE
03-30 16:08:26.392 2166 2475 D EGL_emulation: eglMakeCurrent: 0xde7cfc60: ver 3 0 (tinfo 0xbe647400)
03-30 16:08:26.392 8762 8981 D EGL_emulation: eglMakeCurrent: 0xd34beca0: ver 3 0 (tinfo 0xb533d330)
03-30 16:08:26.401 2383 2879 D EGL_emulation: eglMakeCurrent: 0xd681a420: ver 3 0 (tinfo 0xd680f930)
03-30 16:08:26.404 20365 20365 W .android.porta: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed)
03-30 16:08:26.404 20365 20365 W .android.porta: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed)
03-30 16:08:26.407 8762 8968 I MicroDetectionState: Should stop hotword detection immediately - true
03-30 16:08:26.407 8762 8968 I A : Using proto config with mendel
03-30 16:08:26.408 8762 8968 I A : Using proto config with mendel
03-30 16:08:26.427 20365 20365 D LifecycleMonitor: Lifecycle status change: com.lt.android.portal.MainActivity@167f8c2 in: CREATED
03-30 16:08:26.440 20365 20365 D LifecycleMonitor: Lifecycle status change: com.lt.android.portal.MainActivity@167f8c2 in: STARTED
03-30 16:08:26.441 20365 20365 D verifyPhone: called with null
03-30 16:08:26.441 20365 20365 I Main.inSettings: wantSettings: false
03-30 16:08:26.442 20365 20365 D LifecycleMonitor: Lifecycle status change: com.lt.android.portal.MainActivity@167f8c2 in: RESUMED
03-30 16:08:26.447 20365 20365 I AuthModel: user: null
03-30 16:08:26.458 20365 20405 I FA : Tag Manager is not found and thus will not be used
03-30 16:08:26.492 2555 18224 W NetworkScheduler: Error inserting flex_time=645000 job_id=-1 period=1292000 source=16 requires_charging=0 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService user_id=0 target_package=com.google.android.gms tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG task_type=0 required_idleness_state=0 service_kind=0 source_version=220618000 persistence_level=1 preferred_charging_state=1 required_network_type=0 runtime=1648645706490 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} last_runtime=0, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE) [CONTEXT service_id=218 ]
03-30 16:08:26.511 2555 18224 W NetworkScheduler: Error inserting flex_time=645000 job_id=-1 period=1292000 source=16 requires_charging=0 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService user_id=0 target_package=com.google.android.gms tag=Measurement.PackageMeasurementTaskService.UPLOAD_TASK_TAG task_type=0 required_idleness_state=0 service_kind=0 source_version=220618000 persistence_level=1 preferred_charging_state=1 required_network_type=0 runtime=1648645706510 retry_strategy={"maximum_backoff_seconds":{"3600":0},"initial_backoff_seconds":{"30":0},"retry_policy":{"0":0}} last_runtime=0, error message: UNIQUE constraint failed: pending_ops.tag, pending_ops.target_class, pending_ops.target_package, pending_ops.user_id (code 2067 SQLITE_CONSTRAINT_UNIQUE) [CONTEXT service_id=218 ]
03-30 16:08:26.533 20365 20365 D MainFragment: use: false lock: false show: false
03-30 16:08:26.544 20365 20365 I NavApp : user: null, nextDestination: null false
03-30 16:08:26.558 20365 20365 W .android.porta: Class androidx.compose.runtime.snapshots.SnapshotStateList failed lock verification and will run slower.
03-30 16:08:26.558 20365 20365 W .android.porta: Common causes for lock verification issues are non-optimized dex code
03-30 16:08:26.558 20365 20365 W .android.porta: and incorrect proguard optimizations.
03-30 16:08:26.574 20365 20424 D HostConnection: HostConnection::get() New Host Connection established 0xd684de10, tid 20424
03-30 16:08:26.574 20365 20424 D HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_sync_buffer_data GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
03-30 16:08:26.577 20365 20424 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
03-30 16:08:26.578 20365 20424 D eglCodecCommon: setVertexArrayObject: set vao to 0 (0) 0 0
03-30 16:08:26.578 20365 20424 D EGL_emulation: eglCreateContext: 0xd681b800: maj 3 min 0 rcv 3
03-30 16:08:26.598 20365 20424 D EGL_emulation: eglMakeCurrent: 0xd681b800: ver 3 0 (tinfo 0xb4866f80)
03-30 16:08:26.601 1792 1839 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 9850880
03-30 16:08:26.602 1680 1680 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@3.0::IMapper/default in either framework or device manifest.
03-30 16:08:26.602 20365 20424 W Gralloc3: mapper 3.x is not supported
03-30 16:08:26.605 20365 20424 D HostConnection: createUnique: call
03-30 16:08:26.605 20365 20424 D HostConnection: HostConnection::get() New Host Connection established 0xd684df00, tid 20424
03-30 16:08:26.605 20365 20424 D HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_sync_buffer_data GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
03-30 16:08:26.605 20365 20424 D eglCodecCommon: allocate: Ask for block of size 0x1000
03-30 16:08:26.605 20365 20424 D eglCodecCommon: allocate: ioctl allocate returned offset 0x3ff686000 size 0x2000
03-30 16:08:26.606 1792 1839 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 9850880
03-30 16:08:26.607 1792 1839 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 9850880
03-30 16:08:26.610 20365 20424 D EGL_emulation: eglMakeCurrent: 0xd681b800: ver 3 0 (tinfo 0xb4866f80)
03-30 16:08:26.614 20365 20424 D eglCodecCommon: setVertexArrayObject: set vao to 0 (0) 1 0
03-30 16:08:26.619 2024 2058 I ActivityTaskManager: Displayed com.lt.android.portal/.MainActivity: +323ms
03-30 16:08:26.627 20365 20420 D appium : Starting toast notification listener
03-30 16:08:26.632 2024 2024 V SettingsProvider: Notifying for 0: content://settings/secure/accessibility_enabled
03-30 16:08:26.637 20365 20420 D appium : Original listener: null
03-30 16:08:26.637 20365 20420 D appium : Finished processing POST request for '/session'
03-30 16:08:26.637 20365 20420 I appium : Responding to server with value: io.appium.espressoserver.lib.model.GlobalSession@b8a21f3
03-30 16:08:26.639 8762 8968 I A : Using proto config with mendel
03-30 16:08:26.639 8762 8968 I A : Using proto config with mendel
03-30 16:08:26.639 8762 8968 W SearchServiceCore: Abort, client detached.
03-30 16:08:26.643 2166 2475 D EGL_emulation: eglMakeCurrent: 0xde7cfc60: ver 3 0 (tinfo 0xbe647400)
03-30 16:08:26.646 8762 20434 I PBSessionCacheImpl: Deleted sessionId[38537332109611870] from persistence.
03-30 16:08:26.647 2166 2475 D EGL_emulation: eglMakeCurrent: 0xde7cfc60: ver 3 0 (tinfo 0xbe647400)
03-30 16:08:26.648 8762 8866 I A : NGA disabled since it's running Panthera and at least one a11y feature is on.
03-30 16:08:26.648 8762 8866 I A : Nga state changed to DISABLED
03-30 16:08:26.650 8896 16233 I A : #shouldUseApaSession: Decision(value=false, justification=CURRENT_PLATFORM_VARIANCE).
03-30 16:08:26.650 8896 16233 I A : [Memory] eligibility: StashEligibility{4}
03-30 16:08:26.801 20365 20420 D appium : Started processing GET request for '/session/7b598010-bd61-4c00-bfd6-bd9792cfb2df/appium/device/info'
03-30 16:08:26.801 20365 20420 D appium : Matched route definition: class io.appium.espressoserver.lib.http.RouteDefinition
03-30 16:08:26.801 20365 20420 D appium : Matched route handler: class io.appium.espressoserver.lib.handlers.GetDeviceInfo
03-30 16:08:26.802 20365 20420 I appium : Executing GetDeviceInfo handler
03-30 16:08:26.810 20365 20420 D appium : Finished processing GET request for '/session/7b598010-bd61-4c00-bfd6-bd9792cfb2df/appium/device/info'
03-30 16:08:26.810 20365 20420 I appium : Responding to server with value: {realDisplaySize=1080x2280, apiVersion=29, carrierName=Android, platformVersion=10, timeZone=Europe/Bucharest, model=Android SDK built for x86, locale=en_US, brand=google, androidId=8276853a2948a73b, manufacturer=Google, displayDensity=440}
03-30 16:08:26.896 20365 20420 D appium : Started processing POST request for '/session/7b598010-bd61-4c00-bfd6-bd9792cfb2df/appium/device/start_activity'
03-30 16:08:26.896 20365 20420 D appium : Matched route definition: class io.appium.espressoserver.lib.http.RouteDefinition
03-30 16:08:26.896 20365 20420 D appium : Matched route handler: class io.appium.espressoserver.lib.handlers.StartActivity
03-30 16:08:26.896 20365 20420 D appium : Got raw post data: {"appPackage":"com.lt.android.portal","appActivity":"com.lt.android.portal.MainActivity"}
03-30 16:08:26.897 20365 20420 I appium : Executing StartActivity handler
03-30 16:08:26.897 20365 20420 I appium : Starting activity 'com.lt.android.portal.MainActivity' with default options: {action=ACTION_MAIN, flags=ACTIVITY_NEW_TASK, className=com.lt.android.portal.MainActivity}
03-30 16:08:26.898 2024 15966 I ActivityTaskManager: START u0 {act=ACTION_MAIN flg=0x10000000 cmp=com.lt.android.portal/.MainActivity} from uid 10337
03-30 16:08:27.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:27.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:28.241 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:28.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:29.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:29.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:30.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:30.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:31.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:31.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:31.776 8762 8805 W earchbox:searc: Reducing the number of considered missed Gc histogram windows from 141 to 100
03-30 16:08:32.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:32.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:33.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:33.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:34.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:34.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:35.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:35.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:36.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:36.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:36.528 1973 1973 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
03-30 16:08:36.534 2734 2734 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
03-30 16:08:36.554 2024 2058 E memtrack: Couldn't load memtrack module
03-30 16:08:36.554 2024 2058 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:08:36.638 8762 8968 I WorkerManager: dispose()
03-30 16:08:36.639 8762 8968 W A : Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small.
03-30 16:08:37.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:37.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:38.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:38.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:39.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:39.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:40.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:40.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:41.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:41.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:41.576 2555 2555 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE dat=chimera-action:com.google.android.gms.scheduler.ACTION_PROXY_SCHEDULE cmp=com.google.android.gms/.chimera.PersistentApiService }
03-30 16:08:41.579 5052 5064 W id.gms.unstabl: Reducing the number of considered missed Gc histogram windows from 140 to 100
03-30 16:08:41.832 1971 1971 E netmgr : Failed to open QEMU pipe 'qemud:network': Invalid argument
03-30 16:08:42.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:42.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:43.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:43.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:44.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:44.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:45.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:45.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:46.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:46.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:47.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:47.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:48.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:48.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:49.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:49.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:50.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:50.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:51.242 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:51.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:52.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:52.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:53.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:53.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:54.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:54.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:55.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:55.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:56.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:56.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:57.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:57.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:58.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:58.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:08:59.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:08:59.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:00.031 2166 2475 D EGL_emulation: eglMakeCurrent: 0xde7cfc60: ver 3 0 (tinfo 0xbe647400)
03-30 16:09:00.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:00.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:01.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:01.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:02.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:02.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:03.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:03.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:04.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:04.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:05.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:05.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:06.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:06.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:07.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:07.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:08.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:08.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:09.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:09.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:10.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:10.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:11.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:11.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:11.915 20365 20420 E THREAD_STATE: Thread[FinalizerWatchdogDaemon,5,system]
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Object.wait(Native Method)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Object.wait(Object.java:442)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Object.wait(Object.java:568)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Daemons$FinalizerWatchdogDaemon.sleepUntilNeeded(Daemons.java:339)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Daemons$FinalizerWatchdogDaemon.runInternal(Daemons.java:319)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Daemons$Daemon.run(Daemons.java:137)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Thread.run(Thread.java:919)
03-30 16:09:11.915 20365 20420 E THREAD_STATE:
03-30 16:09:11.915 20365 20420 E THREAD_STATE: Thread[MonitoringInstrumentation,5,main]
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Object.wait(Native Method)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Object.wait(Object.java:442)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Object.wait(Object.java:568)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: android.app.Instrumentation.startActivitySync(Instrumentation.java:525)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: android.app.Instrumentation.startActivitySync(Instrumentation.java:464)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: androidx.test.runner.MonitoringInstrumentation.access$001(MonitoringInstrumentation.java:101)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: androidx.test.runner.MonitoringInstrumentation$4.call(MonitoringInstrumentation.java:538)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: androidx.test.runner.MonitoringInstrumentation$4.call(MonitoringInstrumentation.java:535)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.util.concurrent.FutureTask.run(FutureTask.java:266)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Thread.run(Thread.java:919)
03-30 16:09:11.915 20365 20420 E THREAD_STATE:
03-30 16:09:11.915 20365 20420 E THREAD_STATE: Thread[Binder:20365_4,5,main]
03-30 16:09:11.915 20365 20420 E THREAD_STATE:
03-30 16:09:11.915 20365 20420 E THREAD_STATE: Thread[Okio Watchdog,5,main]
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Object.wait(Native Method)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Object.wait(Object.java:442)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Object.wait(Object.java:568)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: com.android.okhttp.okio.AsyncTimeout.awaitTimeout(AsyncTimeout.java:313)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: com.android.okhttp.okio.AsyncTimeout.access$000(AsyncTimeout.java:42)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: com.android.okhttp.okio.AsyncTimeout$Watchdog.run(AsyncTimeout.java:288)
03-30 16:09:11.915 20365 20420 E THREAD_STATE:
03-30 16:09:11.915 20365 20420 E THREAD_STATE: Thread[Signal Catcher,5,system]
03-30 16:09:11.915 20365 20420 E THREAD_STATE:
03-30 16:09:11.915 20365 20420 E THREAD_STATE: Thread[UiAutomation,5,main]
03-30 16:09:11.915 20365 20420 E THREAD_STATE: android.os.MessageQueue.nativePollOnce(Native Method)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: android.os.MessageQueue.next(MessageQueue.java:336)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: android.os.Looper.loop(Looper.java:174)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: android.os.HandlerThread.run(HandlerThread.java:67)
03-30 16:09:11.915 20365 20420 E THREAD_STATE:
03-30 16:09:11.915 20365 20420 E THREAD_STATE: Thread[GoogleApiHandler,5,main]
03-30 16:09:11.915 20365 20420 E THREAD_STATE: android.os.MessageQueue.nativePollOnce(Native Method)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: android.os.MessageQueue.next(MessageQueue.java:336)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: android.os.Looper.loop(Looper.java:174)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: android.os.HandlerThread.run(HandlerThread.java:67)
03-30 16:09:11.915 20365 20420 E THREAD_STATE:
03-30 16:09:11.915 20365 20420 E THREAD_STATE: Thread[Thread-3,5,main]
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Thread.sleep(Native Method)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Thread.sleep(Thread.java:440)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Thread.sleep(Thread.java:356)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: io.appium.espressoserver.EspressoServerRunnerTest.syncComposeClock$lambda-1(EspressoServerRunnerTest.kt:58)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: io.appium.espressoserver.EspressoServerRunnerTest.$r8$lambda$jauViYNVZZYLGAmqE_UAyxLcTt0(Unknown Source:0)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: io.appium.espressoserver.EspressoServerRunnerTest$$ExternalSyntheticLambda0.run(Unknown Source:0)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Thread.run(Thread.java:919)
03-30 16:09:11.915 20365 20420 E THREAD_STATE:
03-30 16:09:11.915 20365 20420 E THREAD_STATE: Thread[NanoHttpd Request Processor (#1),5,main]
03-30 16:09:11.915 20365 20420 E THREAD_STATE: dalvik.system.VMStack.getThreadStackTrace(Native Method)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Thread.getStackTrace(Thread.java:1720)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: java.lang.Thread.getAllStackTraces(Thread.java:1796)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: androidx.test.runner.MonitoringInstrumentation.getThreadState(MonitoringInstrumentation.java:738)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: androidx.test.runner.MonitoringInstrumentation.dumpThreadStateToOutputs(MonitoringInstrumentation.java:733)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: androidx.test.runner.MonitoringInstrumentation.startActivitySync(MonitoringInstrumentation.java:545)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: io.appium.espressoserver.lib.helpers.ActivityHelpers.startActivity(ActivityHelpers.kt:113)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: io.appium.espressoserver.lib.handlers.StartActivity.handleInternal(StartActivity.kt:27)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: io.appium.espressoserver.lib.handlers.StartActivity.handleInternal(StartActivity.kt:23)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: io.appium.espressoserver.lib.handlers.RequestHandler$DefaultImpls.handle(RequestHandler.kt:57)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: io.appium.espressoserver.lib.handlers.StartActivity.handle(StartActivity.kt:23)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: io.appium.espressoserver.lib.handlers.StartActivity.handle(StartActivity.kt:23)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: io.appium.espressoserver.lib.http.Router.route(Router.kt:229)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: io.appium.espressoserver.lib.http.Server.serve(Server.kt:51)
03-30 16:09:11.915 20365 20420 E THREAD_STATE: fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java
03-30 16:09:11.922 20365 20420 I appium : Responding to server with error: {error=unknown error, message=java.lang.RuntimeException: Could not launch intent Intent { act=ACTION_MAIN flg=0x10000000 cmp=com.lt.android.portal/.MainActivity } within 45000 milliseconds. Perhaps the main thread has not gone idle within a reasonable amount of time? There could be an animation or something constantly repainting the screen. Or the activity is doing network calls on creation? See the threaddump logs. For your reference the last time the event queue was idle before your activity launch request was 1648645706650 and now the last time the queue went idle was: 1648645740115. If these numbers are the same your activity might be hogging the event queue., stacktrace=java.lang.RuntimeException: Could not launch intent Intent { act=ACTION_MAIN flg=0x10000000 cmp=com.lt.android.portal/.MainActivity } within 45000 milliseconds. Perhaps the main thread has not gone idle within a reasonable amount of time? There could be an animation or something constantly repainting the screen. Or the activity is doing network calls on creation? See the threaddump logs. For your reference the last time the event queue was idle before your activity launch request was 1648645706650 and now the last time the queue went idle was: 1648645740115. If these numbers are the same your activity might be hogging the event queue.
03-30 16:09:11.922 20365 20420 I appium : at androidx.test.runner.MonitoringInstrumentation.startActivitySync(MonitoringInstrumentation.java:548)
03-30 16:09:11.922 20365 20420 I appium : at io.appium.espressoserver.lib.helpers.ActivityHelpers.startActivity(ActivityHelpers.kt:113)
03-30 16:09:11.922 20365 20420 I appium : at io.appium.espressoserver.lib.handlers.StartActivity.handleInternal(StartActivity.kt:27)
03-30 16:09:11.922 20365 20420 I appium : at io.appium.espressoserver.lib.handlers.StartActivity.handleInternal(StartActivity.kt:23)
03-30 16:09:11.922 20365 20420 I appium : at io.appium.espressoserver.lib.handlers.RequestHandler$DefaultImpls.handle(RequestHandler.kt:57)
03-30 16:09:11.922 20365 20420 I appium : at io.appium.espressoserver.lib.handlers.StartActivity.handle(StartActivity.kt:23)
03-30 16:09:11.922 20365 20420 I appium : at io.appium.espressoserver.lib.handlers.StartActivity.handle(StartActivity.kt:23)
03-30 16:09:11.922 20365 20420 I appium : at io.appium.espressoserver.lib.http.Router.route(Router.kt:229)
03-30 16:09:11.922 20365 20420 I appium : at io.appium.espressoserver.lib.http.Server.serve(Server.kt:51)
03-30 16:09:11.922 20365 20420 I appium : at fi.iki.elonen.NanoHTTPD$HTTPSession.execute(NanoHTTPD.java:945)
03-30 16:09:11.922 20365 20420 I appium : at fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:192)
03-30 16:09:11.922 20365 20420 I appium : at java.lang.Thread.run(Thread.java:919)
03-30 16:09:11.922 20365 20420 I appium : }
03-30 16:09:11.996 20365 20420 D appium : Started processing DELETE request for '/session/7b598010-bd61-4c00-bfd6-bd9792cfb2df'
03-30 16:09:11.997 20365 20420 D appium : Matched route definition: class io.appium.espressoserver.lib.http.RouteDefinition
03-30 16:09:11.997 20365 20420 D appium : Matched route handler: class io.appium.espressoserver.lib.handlers.DeleteSession
03-30 16:09:11.998 20365 20420 I appium : Executing DeleteSession handler
03-30 16:09:11.998 20365 20420 D appium : Stopping toast notification listener
03-30 16:09:11.998 20365 20420 D appium : Finished processing DELETE request for '/session/7b598010-bd61-4c00-bfd6-bd9792cfb2df'
03-30 16:09:11.998 20365 20420 I appium : Responding to server with value: io.appium.espressoserver.lib.http.response.AppiumResponse@3bf0a0e
03-30 16:09:12.023 2024 2316 W WindowManager: removeWindowToken: Attempted to remove non-existing token: android.os.Binder@be5543e
03-30 16:09:12.024 2024 2024 V SettingsProvider: Notifying for 0: content://settings/secure/accessibility_enabled
03-30 16:09:12.030 8762 8872 I A : NGA enabled in interactor.
03-30 16:09:12.030 8762 8872 I A : Nga state changed to ENABLED
03-30 16:09:12.033 8896 12730 I A : Initializing all components
03-30 16:09:12.033 8896 12730 I A : #shouldUseApaSession: Decision(value=false, justification=CURRENT_PLATFORM_VARIANCE).
03-30 16:09:12.033 8896 12730 I A : [Memory] eligibility: StashEligibility{6}
03-30 16:09:12.034 8896 8963 I A : onIsEnabledChanged, isEnabled: false
03-30 16:09:12.034 8896 8963 W A : Disposing empty manager. Did you forgot to subscribe observables?
03-30 16:09:12.034 8896 8963 I chatty : uid=10106(com.google.android.googlequicksearchbox) Lite Thread #0 identical 8 lines
03-30 16:09:12.034 8896 8963 W A : Disposing empty manager. Did you forgot to subscribe observables?
03-30 16:09:12.035 8896 8963 I A : onOpaVisibilityChanged: false
03-30 16:09:12.035 8896 8963 W A : Disposing empty manager. Did you forgot to subscribe observables?
03-30 16:09:12.035 8896 8963 I chatty : uid=10106(com.google.android.googlequicksearchbox) Lite Thread #0 identical 4 lines
03-30 16:09:12.035 8896 8963 W A : Disposing empty manager. Did you forgot to subscribe observables?
03-30 16:09:12.035 8896 8963 I A : Setting session to type: NO_SESSION
03-30 16:09:12.035 8896 8963 W A : Disposing empty manager. Did you forgot to subscribe observables?
03-30 16:09:12.035 8896 8963 I chatty : uid=10106(com.google.android.googlequicksearchbox) Lite Thread #0 identical 12 lines
03-30 16:09:12.035 8896 8963 W A : Disposing empty manager. Did you forgot to subscribe observables?
03-30 16:09:12.035 8896 8963 I A : onDisabled. Registered: false
03-30 16:09:12.036 8896 8963 I A : State changed: IDLE => IDLE by NGA_STATE_CHANGED and N/A with Optional.empty
03-30 16:09:12.037 8896 8963 I A : Recognizer choice: (recognizer_type: 1, recognizer_mode: 1, choice_reason: 4)
03-30 16:09:12.038 8896 8966 I NgaEntryPointEventSendr: setupConnection
03-30 16:09:12.038 8896 8963 I A : onActiveStateChangeEvent: IDLE => IDLE
03-30 16:09:12.039 2024 15966 I ActivityManager: Force stopping com.lt.android.portal appid=10337 user=0: from pid 20447
03-30 16:09:12.039 2024 15966 I ActivityManager: Killing 20365:com.lt.android.portal/u0a337 (adj 0): stop com.lt.android.portal
03-30 16:09:12.040 2024 15966 W ActivityTaskManager: Force removing ActivityRecord{f93c35c u0 com.lt.android.portal/.MainActivity t78 f}: app died, no saved state
03-30 16:09:12.041 2024 15966 W InputReader: Device has associated, but no associated display id.
03-30 16:09:12.047 2024 15966 W ActivityManager: Crash of app com.lt.android.portal running instrumentation ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner}
03-30 16:09:12.047 2024 15966 I ActivityManager: Force stopping com.lt.android.portal appid=10337 user=0: finished inst
03-30 16:09:12.048 2024 2059 W ActivityManager: Error shutting down UiAutomationConnection
03-30 16:09:12.041 2024 15966 I chatty : uid=1000(system) Binder:2024_20 identical 8 lines
03-30 16:09:12.041 2024 15966 W InputReader: Device has associated, but no associated display id.
03-30 16:09:12.050 2024 20452 W Binder : Outgoing transactions from this process must be FLAG_ONEWAY
03-30 16:09:12.050 2024 20452 W Binder : java.lang.Throwable
03-30 16:09:12.050 2024 20452 W Binder : at android.os.BinderProxy.transact(BinderProxy.java:480)
03-30 16:09:12.050 2024 20452 W Binder : at android.app.IInstrumentationWatcher$Stub$Proxy.instrumentationFinished(IInstrumentationWatcher.java:205)
03-30 16:09:12.050 2024 20452 W Binder : at com.android.server.am.InstrumentationReporter$MyThread.run(InstrumentationReporter.java:86)
03-30 16:09:12.050 2024 15966 W InputReader: Device has associated, but no associated display id.
03-30 16:09:12.050 2024 20452 I ActivityManager: Failure reporting to instrumentation watcher: comp=ComponentInfo{io.appium.espressoserver.test/androidx.test.runner.AndroidJUnitRunner} results=Bundle[{shortMsg=Process crashed.}]
03-30 16:09:12.050 2024 15966 I chatty : uid=1000(system) Binder:2024_20 identical 8 lines
03-30 16:09:12.050 2024 15966 W InputReader: Device has associated, but no associated display id.
03-30 16:09:12.056 8762 8762 I A : Creating pss binder().
03-30 16:09:12.056 8896 8966 I NgaEntryPointEventSendr: State changed: Disconnected => Connecting
03-30 16:09:12.057 8896 8966 I A : stopListening(NGA_PAUSED_UNKNOWN_REASON, NGA_CREATE), idleOverride=NOT_LISTENING
03-30 16:09:12.057 2288 2288 D CarrierSvcBindHelper: No carrier app for: 0
03-30 16:09:12.061 2024 2024 W ActivityManager: Unable to start service Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } U=0: not found
03-30 16:09:12.061 2024 2024 W RemoteAppPredictionService: could not bind to Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } using flags 67108865
03-30 16:09:12.062 8896 8966 I A : on opa visibility changed false
03-30 16:09:12.062 8896 8966 I NgaEntryPointEventSendr: onServiceConnected
03-30 16:09:12.062 8762 9227 I A : Calling beginBinderSession().
03-30 16:09:12.063 8762 9227 I A : beginBinderSession(): calling binder
03-30 16:09:12.067 8896 8966 I NgaEntryPointEventSendr: State changed: Connecting => Ready
03-30 16:09:12.070 8896 8963 I A : on opa visibility changed false
03-30 16:09:12.071 1792 1839 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 9850880
03-30 16:09:12.073 8896 8963 I A : Successfully initialized all components
03-30 16:09:12.077 8896 8908 W hbox:interacto: Reducing the number of considered missed Gc histogram windows from 1598 to 100
03-30 16:09:12.083 8896 8916 W hbox:interacto: Couldn't lock the profile file /data/misc/profiles/cur/0/com.google.android.googlequicksearchbox/primary.prof: Failed to lock file '/data/misc/profiles/cur/0/com.google.android.googlequicksearchbox/primary.prof': Try again
03-30 16:09:12.083 8896 8916 W hbox:interacto: Could not forcefully load profile /data/misc/profiles/cur/0/com.google.android.googlequicksearchbox/primary.prof
03-30 16:09:12.094 1792 11945 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 9850880
03-30 16:09:12.106 1792 11945 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 9850880
03-30 16:09:12.107 1792 1839 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 9850880
03-30 16:09:12.113 8762 8981 D EGL_emulation: eglMakeCurrent: 0xd34beca0: ver 3 0 (tinfo 0xb533d330)
03-30 16:09:12.114 2383 2879 D EGL_emulation: eglMakeCurrent: 0xd681a420: ver 3 0 (tinfo 0xd680f930)
03-30 16:09:12.115 1792 1839 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 9850880
03-30 16:09:12.163 8896 8896 V ClearcutMetricXmitter: Transmission is done.
03-30 16:09:12.169 1776 1776 I Zygote : Process 20365 exited due to signal 9 (Killed)
03-30 16:09:12.170 2024 2061 I libprocessgroup: Successfully killed process cgroup uid 10337 pid 20365 in 129ms
03-30 16:09:12.172 2024 2053 W ActivityManager: setHasOverlayUi called on unknown pid: 20365
03-30 16:09:12.177 2024 2024 V SettingsProvider: Notifying for 0: content://settings/global/hidden_api_policy_pre_p_apps
03-30 16:09:12.188 1792 1839 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 9850880
03-30 16:09:12.193 8762 8762 W A : Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small.
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: Invalid input from icing corpus JSON flag.
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: android.util.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 123 column 2
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at android.util.JsonReader.syntaxError(JsonReader.java:1162)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at android.util.JsonReader.checkLenient(JsonReader.java:840)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at android.util.JsonReader.nextInArray(JsonReader.java:615)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at android.util.JsonReader.peek(JsonReader.java:345)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at android.util.JsonReader.hasNext(JsonReader.java:321)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.apps.gsa.searchbox.c.b.b.k.c(PG:7)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.apps.gsa.searchbox.c.b.b.k.<init>(PG:5)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.apps.gsa.staticplugins.searchboxroot.features.n.a.c.<init>(PG:16)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.apps.gsa.staticplugins.searchboxroot.b.a(PG:14)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.apps.gsa.staticplugins.searchboxroot.x.<init>(PG:7)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.apps.gsa.binaries.velvet.app.aki.b(PG:54)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at dagger.a.e.b(PG:1)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.apps.gsa.staticplugins.searchboxroot.a.a.a(PG:3)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.apps.gsa.binaries.velvet.app.og.f(Unknown Source:2439)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.apps.gsa.binaries.velvet.app.og.b(PG:1)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.apps.gsa.search.core.service.g.a.c.a(PG:2)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.libraries.gsa.k.a.g.a(PG:2)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.common.util.concurrent.dx.a(PG:1)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.common.util.concurrent.cv.run(PG:4)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.common.util.concurrent.dz.run(PG:1)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.libraries.i.ai.run(PG:1)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.libraries.i.f.run(PG:2)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at com.google.android.libraries.i.t.run(PG:4)
03-30 16:09:12.217 8762 8881 W CorpusConfigHelper: at java.lang.Thread.run(Thread.java:919)
03-30 16:09:12.228 8762 8968 I A : Using proto config with mendel
03-30 16:09:12.229 8762 8968 I chatty : uid=10106(com.google.android.googlequicksearchbox) EventBus0 identical 1 line
03-30 16:09:12.233 8762 8968 I A : Using proto config with mendel
03-30 16:09:12.236 8762 20434 I PBSessionCacheImpl: Deleted sessionId[38537332109611874] from persistence.
03-30 16:09:12.240 8762 8968 I A : Using proto config with mendel
03-30 16:09:12.242 8762 8968 I chatty : uid=10106(com.google.android.googlequicksearchbox) EventBus0 identical 5 lines
03-30 16:09:12.242 8762 8968 I A : Using proto config with mendel
03-30 16:09:12.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:12.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:12.267 2024 2024 V SettingsProvider: Notifying for 0: content://settings/global/hidden_api_policy_p_apps
03-30 16:09:12.308 2024 2024 V SettingsProvider: Notifying for 0: content://settings/global/hidden_api_policy
03-30 16:09:12.324 2734 3590 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=null serviceId=36
03-30 16:09:12.325 8896 8963 I NgaEntryPointEventSendr: State changed: Ready => Disconnected (onOpaDisconnected)
03-30 16:09:12.328 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 110] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.329 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 110] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 143] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 102] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 105] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 107] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 102] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 107] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 102] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 105] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 107] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 107] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 42] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 I chatty : uid=10106(com.google.android.googlequicksearchbox) EventBus0 identical 1 line
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 42] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 134] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.330 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 134] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.335 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 67] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.336 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 67] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.336 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 30] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.336 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 30] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.336 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 26] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.336 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 26] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.337 8762 8878 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 35] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.338 8762 8968 I MicroDetectionState: Should stop hotword detection immediately - true
03-30 16:09:12.339 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 241] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.339 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 241] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.340 8762 8968 W A : UiCallbackStub-onGenericEvent[ServiceEvent = 60] task was not run. Callback from Service received after client was disposed.
03-30 16:09:12.340 8762 20434 I PBSessionCacheImpl: Deleted sessionId[38537332109611877] from persistence.
03-30 16:09:12.346 2734 12645 W Icing : No valid account for uploading user actions
03-30 16:09:12.347 8762 8968 I A : Using proto config with mendel
03-30 16:09:12.349 2555 2555 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE dat=chimera-action:com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService }
03-30 16:09:12.349 2555 2555 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE dat=chimera-action:com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService }
03-30 16:09:12.349 8762 8968 I A : Using proto config with mendel
03-30 16:09:12.351 8762 8968 I HttpStreamingTapasSearc: taskGraphFactory: com.google.android.apps.gsa.search.core.af.a.a@611e41#6364737
03-30 16:09:12.351 8762 8968 I MicroDetectionState: Should stop hotword detection immediately - true
03-30 16:09:12.351 8762 8968 I A : Using proto config with mendel
03-30 16:09:12.352 8762 8968 I A : Using proto config with mendel
03-30 16:09:12.352 8762 8968 I MicroDetectionState: Should stop hotword detection immediately - true
03-30 16:09:12.352 8762 8968 I A : Using proto config with mendel
03-30 16:09:12.352 8762 8968 I A : Using proto config with mendel
03-30 16:09:12.352 8762 8968 I MicroDetectionState: Should stop hotword detection immediately - true
03-30 16:09:12.353 8762 8968 I A : Using proto config with mendel
03-30 16:09:12.353 8762 8968 I A : Using proto config with mendel
03-30 16:09:12.358 2734 2734 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService dat=chimera-action:com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
03-30 16:09:12.358 2734 2734 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService dat=chimera-action:com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
03-30 16:09:12.368 2734 3590 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30
03-30 16:09:12.385 2734 12645 I Icing : Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0
03-30 16:09:12.389 2734 12645 W Icing : No valid account for uploading user actions
03-30 16:09:12.392 2734 12645 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
03-30 16:09:12.420 2166 2475 D EGL_emulation: eglMakeCurrent: 0xde7cfc60: ver 3 0 (tinfo 0xbe647400)
03-30 16:09:12.474 2166 2475 I chatty : uid=10101(com.android.systemui) RenderThread identical 1 line
03-30 16:09:12.478 2166 2475 D EGL_emulation: eglMakeCurrent: 0xde7cfc60: ver 3 0 (tinfo 0xbe647400)
03-30 16:09:13.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:13.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:14.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:14.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:15.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:15.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:16.243 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:16.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:17.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:17.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:17.386 19940 19954 W id.apps.tachyo: Reducing the number of considered missed Gc histogram windows from 144 to 100
03-30 16:09:18.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:18.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:19.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:19.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:20.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:20.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:21.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:21.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:22.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:22.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:23.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:23.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:24.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:24.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:25.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:25.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:26.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:26.244 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:27.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:27.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:27.452 2555 2555 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE dat=chimera-action:com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE cmp=com.google.android.gms/.chimera.PersistentApiService }
03-30 16:09:27.454 2734 2734 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.feedback.internal.IFeedbackService dat=chimera-action:com.google.android.gms.feedback.internal.IFeedbackService cmp=com.google.android.gms/.chimera.GmsBoundBrokerService }
03-30 16:09:28.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:28.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:29.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:29.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:30.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:30.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:31.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:31.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:32.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:32.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:33.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:33.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:34.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:34.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:35.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:35.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:36.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:36.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:36.560 1973 1973 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
03-30 16:09:37.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:37.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:38.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:38.245 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:39.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:39.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:40.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:40.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:41.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:41.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:41.836 1971 1971 E netmgr : Failed to open QEMU pipe 'qemud:network': Invalid argument
03-30 16:09:42.210 8762 8762 E A : disposing SearchServiceClient after timeout []
03-30 16:09:42.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:42.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:43.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:43.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:44.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:44.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:45.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:45.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:46.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:46.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:47.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:47.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:48.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:48.246 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:49.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:49.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:50.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:50.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:51.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:51.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:52.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:52.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:53.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:53.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:54.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:54.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:55.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:55.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:55.560 18774 20481 E memtrack: Couldn't load memtrack module
03-30 16:09:55.560 18774 20481 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:09:56.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:56.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:57.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:57.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:58.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:58.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:09:59.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:09:59.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:00.033 2166 2475 D EGL_emulation: eglMakeCurrent: 0xde7cfc60: ver 3 0 (tinfo 0xbe647400)
03-30 16:10:00.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:00.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:01.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:01.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:02.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:02.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:03.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:03.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:04.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:04.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:05.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:05.247 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:06.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:06.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:07.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:07.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:08.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:08.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:09.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:09.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:10.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:10.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:11.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:11.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:12.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:12.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:13.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:13.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:14.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:14.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:15.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:15.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:16.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:16.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:17.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:17.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:18.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:18.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:19.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:19.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:20.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:20.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:21.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:21.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:22.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:22.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:23.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:23.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:24.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:24.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:25.248 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:25.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:26.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:26.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:27.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:27.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:28.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:28.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:29.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:29.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:30.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:30.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:31.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:31.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:32.249 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:32.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:33.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:33.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:34.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:34.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:35.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:35.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:36.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:36.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:36.620 1973 1973 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
03-30 16:10:37.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:37.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:38.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:38.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:39.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:39.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:40.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:40.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:41.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:41.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:41.890 1971 1971 E netmgr : Failed to open QEMU pipe 'qemud:network': Invalid argument
03-30 16:10:42.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:42.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:43.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:43.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:44.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:44.250 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:45.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:45.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:46.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:46.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:47.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:47.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:48.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:48.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:49.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:49.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:50.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:50.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:51.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:51.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:52.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:52.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:53.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:53.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:54.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:54.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:54.254 2024 2552 I ActivityManager: Killing 18348:com.google.android.gms.ui/u0a98 (adj 975): empty for 1807s
03-30 16:10:54.261 2024 2058 E memtrack: Couldn't load memtrack module
03-30 16:10:54.261 2024 2058 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:10:54.280 2024 2058 E memtrack: Couldn't load memtrack module
03-30 16:10:54.280 2024 2058 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:10:54.284 2024 2058 E memtrack: Couldn't load memtrack module
03-30 16:10:54.284 2024 2058 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:10:54.287 2024 2058 E memtrack: Couldn't load memtrack module
03-30 16:10:54.287 2024 2058 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:10:54.294 2024 2058 E memtrack: Couldn't load memtrack module
03-30 16:10:54.295 2024 2058 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:10:54.299 2024 2058 E memtrack: Couldn't load memtrack module
03-30 16:10:54.299 2024 2058 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:10:54.392 2024 5954 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=53, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10098] ], android.os.BinderProxy@a96a16c)
03-30 16:10:54.393 2024 4646 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=54, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10098] ], android.os.BinderProxy@cd9d335)
03-30 16:10:54.393 2024 2136 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=53, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10098] ] (release request)
03-30 16:10:54.403 2024 2053 W ActivityManager: setHasOverlayUi called on unknown pid: 18348
03-30 16:10:54.407 1776 1776 I Zygote : Process 18348 exited due to signal 9 (Killed)
03-30 16:10:54.416 2024 2061 I libprocessgroup: Successfully killed process cgroup uid 10098 pid 18348 in 158ms
03-30 16:10:55.013 2024 2820 W AppOps : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1648645781738 duration=-1
03-30 16:10:55.022 2024 4766 W AppOps : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1648645855013 duration=0
03-30 16:10:55.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:55.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:56.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:56.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:57.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:57.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:58.209 2024 2820 D WificondControl: Scan result ready event
03-30 16:10:58.243 2555 2802 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl
03-30 16:10:58.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:58.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:10:59.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:10:59.251 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:00.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:00.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:01.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:01.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:02.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:02.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:03.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:03.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:04.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:04.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:05.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:05.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:06.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:06.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:07.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:07.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:08.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:08.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:09.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:09.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:10.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:10.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:11.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:11.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:12.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:12.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:13.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:13.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:14.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:14.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:15.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:15.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:16.252 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:16.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:17.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:17.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:18.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:18.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:19.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:19.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:20.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:20.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:21.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:21.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:22.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:22.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:23.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:23.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:24.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:24.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:25.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:25.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:26.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:26.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:27.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:27.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:28.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:28.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:29.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:29.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:30.194 2555 20487 E memtrack: Couldn't load memtrack module
03-30 16:11:30.194 2555 20487 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:11:30.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:30.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:31.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:31.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:32.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:32.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:33.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:33.253 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:33.529 2734 20488 E memtrack: Couldn't load memtrack module
03-30 16:11:33.529 2734 20488 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:11:34.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:34.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:35.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:35.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:36.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:36.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:36.680 1973 1973 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
03-30 16:11:37.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:37.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:38.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:38.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:39.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:39.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:40.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:40.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:41.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:41.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:41.951 1971 1971 E netmgr : Failed to open QEMU pipe 'qemud:network': Invalid argument
03-30 16:11:42.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:42.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:43.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:43.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:44.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:44.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:45.254 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:45.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:46.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:46.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:47.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:47.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:48.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:48.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:49.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:49.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:50.046 5052 20489 E memtrack: Couldn't load memtrack module
03-30 16:11:50.046 5052 20489 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:11:50.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:50.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:51.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:51.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:52.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:52.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:53.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:53.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:54.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:54.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:55.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:55.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:56.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:56.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:57.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:57.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:58.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:58.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:11:59.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:11:59.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:00.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:00.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:01.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:01.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:02.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:02.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:03.255 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:03.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:04.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:04.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:05.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:05.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:06.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:06.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:07.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:07.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:08.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:08.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:09.256 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:09.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:10.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:10.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:11.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:11.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:12.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:12.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:13.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:13.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:14.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:14.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:15.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:15.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:16.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:16.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:17.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:17.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:18.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:18.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:19.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:19.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:20.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:20.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:21.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:21.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:22.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:22.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:23.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:23.257 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:24.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:24.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:25.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:25.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:26.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:26.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:27.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:27.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:28.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:28.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:29.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:29.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:30.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:30.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:31.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:31.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:32.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:32.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:33.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:33.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:34.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:34.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:35.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:35.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:36.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:36.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:36.741 1973 1973 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
03-30 16:12:37.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:37.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:38.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:38.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:39.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:39.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:40.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:40.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:41.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:41.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:42.005 1971 1971 E netmgr : Failed to open QEMU pipe 'qemud:network': Invalid argument
03-30 16:12:42.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:42.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:43.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:43.258 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:44.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:44.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:45.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:45.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:46.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:46.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:47.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:47.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:48.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:48.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:49.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:49.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:50.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:50.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:51.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:51.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:52.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:52.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:53.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:53.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:54.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:54.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:55.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:55.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:56.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:56.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:57.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:57.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:58.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:58.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:12:59.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:12:59.259 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:00.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:00.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:01.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:01.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:02.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:02.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:03.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:03.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:04.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:04.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:05.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:05.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:06.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:06.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:07.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:07.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:08.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:08.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:09.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:09.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:10.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:10.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:11.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:11.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:12.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:12.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:13.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:13.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:14.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:14.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:15.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:15.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:16.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:16.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:17.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:17.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:18.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:18.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:19.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:19.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:20.260 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:20.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:21.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:21.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:22.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:22.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:23.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:23.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:24.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:24.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:25.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:25.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:26.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:26.261 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:27.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:27.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:28.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:28.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:29.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:29.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:30.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:30.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:31.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:31.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:32.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:32.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:33.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:33.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:34.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:34.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:35.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:35.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:36.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:36.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:36.801 1973 1973 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
03-30 16:13:37.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:37.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:38.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:38.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:39.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:39.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:40.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:40.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:41.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:41.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:42.018 1971 1971 E netmgr : Failed to open QEMU pipe 'qemud:network': Invalid argument
03-30 16:13:42.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:42.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:43.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:43.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:44.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:44.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:45.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:45.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:46.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:46.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:47.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:47.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:48.262 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:48.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:49.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:49.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:50.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:50.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:51.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:51.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:52.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:52.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:53.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:53.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:54.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:54.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:55.047 2024 14556 I ActivityManager: Killing 18278:com.android.settings.intelligence/u0a110 (adj 965): empty for 1872s
03-30 16:13:55.049 2024 14556 I ActivityManager: Killing 18774:com.google.android.gms:car/u0a98 (adj 965): empty for 1973s
03-30 16:13:55.056 2024 2058 E memtrack: Couldn't load memtrack module
03-30 16:13:55.056 2024 2058 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:13:55.127 1776 1776 I Zygote : Process 18774 exited due to signal 9 (Killed)
03-30 16:13:55.169 1776 1776 I Zygote : Process 18278 exited due to signal 9 (Killed)
03-30 16:13:55.176 2024 2053 W ActivityManager: setHasOverlayUi called on unknown pid: 18278
03-30 16:13:55.206 2024 2061 I libprocessgroup: Successfully killed process cgroup uid 10110 pid 18278 in 156ms
03-30 16:13:55.207 2024 2061 I libprocessgroup: Successfully killed process cgroup uid 10098 pid 18774 in 0ms
03-30 16:13:55.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:55.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:55.631 2024 5952 W AppOps : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1648645855022 duration=0
03-30 16:13:55.644 2024 5952 W AppOps : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1648646035631 duration=0
03-30 16:13:56.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:56.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:57.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:57.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:58.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:58.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:13:59.006 2024 5952 D WificondControl: Scan result ready event
03-30 16:13:59.014 2555 2802 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl
03-30 16:13:59.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:13:59.263 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:00.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:00.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:01.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:01.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:02.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:02.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:03.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:03.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:04.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:04.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:05.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:05.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:06.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:06.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:07.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:07.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:08.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:08.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:09.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:09.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:10.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:10.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:11.264 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:11.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:12.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:12.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:13.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:13.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:14.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:14.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:15.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:15.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:16.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:16.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:17.130 2024 5952 I ActivityManager: Killing 19558:com.google.android.apps.docs/u0a133 (adj 955): empty for 1802s
03-30 16:14:17.253 1776 1776 I Zygote : Process 19558 exited due to signal 9 (Killed)
03-30 16:14:17.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:17.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:17.266 2024 2061 I libprocessgroup: Successfully killed process cgroup uid 10133 pid 19558 in 128ms
03-30 16:14:18.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:18.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:19.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:19.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:20.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:20.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:21.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:21.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:22.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:22.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:23.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:23.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:24.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:24.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:25.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:25.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:26.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:26.265 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:27.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:27.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:28.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:28.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:29.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:29.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:30.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:30.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:31.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:31.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:32.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:32.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:33.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:33.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:34.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:34.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:35.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:35.266 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:36.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:36.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:36.862 1973 1973 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
03-30 16:14:37.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:37.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:38.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:38.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:39.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:39.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:40.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:40.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:41.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:41.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:42.039 1971 1971 E netmgr : Failed to open QEMU pipe 'qemud:network': Invalid argument
03-30 16:14:42.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:42.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:43.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:43.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:44.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:44.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:45.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:45.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:46.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:46.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:47.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:47.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:48.267 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:48.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:49.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:49.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:50.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:50.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:51.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:51.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:52.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:52.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:53.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:53.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:54.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:54.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:55.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:55.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:56.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:56.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:57.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:57.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:58.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:58.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:14:59.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:14:59.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:00.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:00.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:01.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:01.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:02.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:02.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:03.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:03.268 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:04.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:04.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:05.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:05.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:06.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:06.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:07.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:07.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:08.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:08.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:09.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:09.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:10.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:10.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:11.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:11.269 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:12.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:12.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:13.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:13.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:14.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:14.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:15.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:15.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:16.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:16.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:17.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:17.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:18.270 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:18.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:19.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:19.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:20.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:20.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:21.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:21.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:22.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:22.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:23.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:23.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:24.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:24.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:25.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:25.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:26.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:26.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:27.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:27.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:28.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:28.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:29.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:29.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:30.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:30.271 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:31.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:31.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:31.454 19781 19801 I Finsky : [1119] ili.run(19): Stats for Executor: BlockingExecutor ipi@24d61c1[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 10]
03-30 16:15:31.454 19781 19801 I Finsky : [1119] ili.run(19): Stats for Executor: LightweightExecutor ipi@b019d66[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 84]
03-30 16:15:31.454 19781 19801 I Finsky : [1119] ili.run(19): Stats for Executor: bgExecutor ipi@8948a7[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 146]
03-30 16:15:31.626 19854 19878 I Finsky:background: [1128] ili.run(19): Stats for Executor: bgExecutor ipi@f9df6d4[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
03-30 16:15:32.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:32.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:33.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:33.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:34.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:34.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:35.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:35.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:36.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:36.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:36.922 1973 1973 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
03-30 16:15:37.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:37.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:38.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:38.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:39.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:39.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:40.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:40.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:41.272 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:41.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:42.100 1971 1971 E netmgr : Failed to open QEMU pipe 'qemud:network': Invalid argument
03-30 16:15:42.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:42.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:43.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:43.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:44.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:44.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:45.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:45.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:46.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:46.273 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:47.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:47.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:48.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:48.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:49.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:49.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:50.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:50.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:51.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:51.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:52.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:52.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:53.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:53.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:54.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:54.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:55.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:55.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:56.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:56.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:57.274 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:57.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:58.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:58.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:15:59.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:15:59.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:00.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:00.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:01.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:01.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:02.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:02.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:03.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:03.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:04.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:04.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:05.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:05.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:06.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:06.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:07.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:07.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:08.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:08.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:09.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:09.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:10.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:10.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:11.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:11.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:12.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:12.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:13.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:13.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:14.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:14.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:15.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:15.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:16.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:16.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:17.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:17.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:18.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:18.275 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:19.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:19.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:20.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:20.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:21.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:21.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:22.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:22.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:23.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:23.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:24.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:24.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:25.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:25.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:26.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:26.276 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:27.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:27.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:28.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:28.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:29.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:29.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:30.185 2555 20496 E memtrack: Couldn't load memtrack module
03-30 16:16:30.185 2555 20496 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:16:30.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:30.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:31.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:31.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:32.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:32.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:33.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:33.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:33.622 2734 20497 E memtrack: Couldn't load memtrack module
03-30 16:16:33.622 2734 20497 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:16:34.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:34.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:35.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:35.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:36.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:36.277 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:36.982 1973 1973 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
03-30 16:16:37.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:37.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:38.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:38.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:39.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:39.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:40.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:40.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:41.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:41.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:42.133 1971 1971 E netmgr : Failed to open QEMU pipe 'qemud:network': Invalid argument
03-30 16:16:42.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:42.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:43.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:43.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:44.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:44.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:45.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:45.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:46.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:46.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:47.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:47.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:48.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:48.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:49.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:49.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:50.144 5052 20498 E memtrack: Couldn't load memtrack module
03-30 16:16:50.144 5052 20498 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:16:50.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:50.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:51.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:51.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:52.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:52.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:53.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:53.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:54.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:54.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:55.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:55.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:55.680 2024 10380 I ActivityManager: Killing 19781:com.android.vending/u0a94 (adj 945): empty for 1914s
03-30 16:16:55.682 2024 10380 I ActivityManager: Killing 19854:com.android.vending:background/u0a94 (adj 955): empty for 1934s
03-30 16:16:55.767 2024 2331 W ActivityManager: Scheduling restart of crashed service com.android.vending/com.google.android.finsky.setup.PlaySetupServiceV2 in 1000ms
03-30 16:16:55.767 1776 1776 I Zygote : Process 19781 exited due to signal 9 (Killed)
03-30 16:16:55.776 2024 2061 I libprocessgroup: Successfully killed process cgroup uid 10094 pid 19781 in 92ms
03-30 16:16:55.786 1776 1776 I Zygote : Process 19854 exited due to signal 9 (Killed)
03-30 16:16:55.786 2024 10380 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=62, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10094] ], android.os.BinderProxy@f2473ff)
03-30 16:16:55.786 2024 2136 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=62, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10094] ] (release request)
03-30 16:16:55.816 2024 2061 I libprocessgroup: Successfully killed process cgroup uid 10094 pid 19854 in 40ms
03-30 16:16:56.228 2024 2826 W AppOps : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1648646035645 duration=0
03-30 16:16:56.231 2024 2826 W AppOps : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1648646216228 duration=0
03-30 16:16:56.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:56.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:56.792 1776 1776 D Zygote : Forked child process 20504
03-30 16:16:56.802 2024 2060 I ActivityManager: Start proc 20504:com.android.vending/u0a94 for service {com.android.vending/com.google.android.finsky.setup.PlaySetupServiceV2}
03-30 16:16:56.806 20504 20504 W android.vendin: Unexpected CPU variant for X86 using defaults: x86
03-30 16:16:56.811 20504 20504 E android.vendin: Not starting debugger since process cannot load the jdwp agent.
03-30 16:16:56.832 20504 20504 I android.vendin: The ClassLoaderContext is a special shared library.
03-30 16:16:56.848 20504 20504 W android.vendin: JIT profile information will not be recorded: profile file does not exits.
03-30 16:16:56.848 20504 20504 W android.vendin: JIT profile information will not be recorded: profile file does not exits.
03-30 16:16:56.853 20504 20504 I Finsky : [2] fen.g(6): Process created at version: 29.8.13-21 [0] [PR] 435704331
03-30 16:16:56.871 20504 20530 I Finsky : [1150] ota.e(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08].
03-30 16:16:56.875 20504 20530 I Finsky : [1150] ota.e(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno].
03-30 16:16:56.878 20504 20504 I Finsky : [2] xez.a(1): Warm data store was already initialized.
03-30 16:16:56.879 20504 20504 I Finsky : [2] rbc.<init>(3): Resetting scheduler db
03-30 16:16:56.880 20504 20526 W Finsky : [1146] eua.d(18): For unauth, use getDfeApiNonAuthenticated() instead!
03-30 16:16:56.881 20504 20527 I Finsky : [1147] wlt.d(2): Not a unicorn account
03-30 16:16:56.884 20504 20527 I Finsky : [1147] opn.<init>(3): PackageMonitorReceiverImpl - Registering in memory receiver for android.intent.action.PACKAGE_ADDED and android.intent.action.PACKAGE_REMOVED
03-30 16:16:56.886 20504 20527 I Finsky : [1147] xfa.a(1): Warm data store was already initialized.
03-30 16:16:56.889 20504 20526 I Finsky : [1146] xez.a(1): Warm data store was already initialized.
03-30 16:16:56.891 20504 20526 I Finsky : [1146] ybv.d(3): SysUA: Disable SystemUpdateActivity, because no login account
03-30 16:16:56.893 20504 20526 W Settings: Setting download_manager_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
03-30 16:16:56.896 20504 20526 I Finsky : [1146] nta.i(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileMaximum
03-30 16:16:56.906 20504 20526 W Settings: Setting download_manager_recommended_max_bytes_over_mobile has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
03-30 16:16:56.907 20504 20526 I Finsky : [1146] nta.h(3): SettingNotFoundException, fall through to G.downloadBytesOverMobileRecommended
03-30 16:16:56.909 20504 20526 I Finsky : [1146] acpf.c(2): registerListener
03-30 16:16:56.910 20504 20526 I Finsky : [1146] acpf.c(2): registerListener
03-30 16:16:56.911 20504 20536 I Finsky : [1156] flw.run(39): SysUA: Set SystemUpdateActivity enabled state to 2
03-30 16:16:56.911 20504 20537 I Finsky : [1157] os.run(8): Set UnhibernateActivity enabled state to 0
03-30 16:16:56.911 20504 20533 I Finsky : [1153] opd.run(15): SysCUA: Set {com.android.vending/com.google.android.finsky.systemcomponentupdateui.common.SystemComponentUpdateActivity} enabled state to 1
03-30 16:16:56.911 20504 20526 I Finsky : [1146] mpi.m(6): Enqueuing libraries load for 0
03-30 16:16:56.912 20504 20537 I Finsky : [1157] mpi.o(1): Starting libraries load for 0
03-30 16:16:56.915 20504 20555 W android.vendin: Accessing hidden field Ljava/util/Collections$SynchronizedCollection;->mutex:Ljava/lang/Object; (greylist-max-o, reflection, denied)
03-30 16:16:56.915 20504 20526 I Finsky : [1146] guw.j(3): Subscription detail: DataSubscriptionInfo{groupIdLevel1=null, serviceProviderName=[Zr1R7g28S8p7iucp_gnNJJtsRl-pgO3Y6eIkCh24Iy0], simCarrierId=1}
03-30 16:16:56.915 20504 20526 I Finsky : [1146] xma.v(2): Setup app restrictions monitor
03-30 16:16:56.916 20504 20537 I Finsky : [1157] mpi.o(23): Finished loading 0 libraries.
03-30 16:16:56.916 1775 20550 E ResolverController: No valid NAT64 prefix (101, <unspecified>/0)
03-30 16:16:56.920 20504 20555 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedSet;-><init>(Ljava/util/Set;Ljava/lang/Object;)V (greylist-max-o, reflection, denied)
03-30 16:16:56.921 20504 20555 W android.vendin: Accessing hidden method Ljava/util/Collections$SynchronizedCollection;-><init>(Ljava/util/Collection;Ljava/lang/Object;)V (greylist-max-o, reflection, denied)
03-30 16:16:56.921 20504 20526 I Finsky : [1146] xrv.a(3): Device wide unknown source restriction is changed.
03-30 16:16:56.925 20504 20526 I Finsky : [1146] xez.a(1): Warm data store was already initialized.
03-30 16:16:56.925 20504 20526 I Finsky : [1146] xfa.a(1): Warm data store was already initialized.
03-30 16:16:56.925 20504 20536 I Finsky : [1156] qus.accept(51): SCH: Scheduling phonesky job Id: 1-1337, CT: 1648625809857, Constraints: [{ L: 39734655, D: 82934655, C: 1, I: 1, N: 1 }]
03-30 16:16:56.926 20504 20536 I Finsky : [1156] qus.accept(51): SCH: Scheduling phonesky job Id: 3-38, CT: 1648644271569, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }]
03-30 16:16:56.927 20504 20536 I Finsky : [1156] qus.accept(51): SCH: Scheduling phonesky job Id: 3-39, CT: 1648644271569, Constraints: [{ L: 0, D: 86400000, C: 2, I: 1, N: 2 }]
03-30 16:16:56.927 20504 20530 I Finsky : [1150] uhv.<init>(2): Item store provider started.
03-30 16:16:56.928 20504 20536 I Finsky : [1156] qus.accept(51): SCH: Scheduling phonesky job Id: 3-40, CT: 1648644271569, Constraints: [{ L: 0, D: 86400000, C: 2, I: 1, N: 2 }]
03-30 16:16:56.929 20504 20536 I Finsky : [1156] qus.accept(51): SCH: Scheduling phonesky job Id: 3-41, CT: 1648644271569, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }]
03-30 16:16:56.932 20504 20536 I Finsky : [1156] qus.accept(51): SCH: Scheduling phonesky job Id: 10-78, CT: 1648625809724, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 1 }]
03-30 16:16:56.932 20504 20536 I Finsky : [1156] qus.accept(51): SCH: Scheduling phonesky job Id: 10-79, CT: 1648625809724, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 1 }]
03-30 16:16:56.933 2734 2734 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms }
03-30 16:16:56.933 2734 2734 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms }
03-30 16:16:56.933 20504 20536 I Finsky : [1156] qus.accept(51): SCH: Scheduling phonesky job Id: 24-77777777, CT: 1648579290806, Constraints: [{ L: 1, D: 82800000, C: 1, I: 2, N: 0 }]
03-30 16:16:56.934 20504 20536 I Finsky : [1156] qus.accept(51): SCH: Scheduling phonesky job Id: 26-1414141414, CT: 1648644017951, Constraints: [{ L: 43200000, D: 44100000, C: 1, I: 1, N: 0 }]
03-30 16:16:56.940 20504 20533 I Finsky : [1153] qug.apply(9): SCH: Scheduling 0 system job(s)
03-30 16:16:56.940 20504 20504 I Finsky : [2] xez.a(1): Warm data store was already initialized.
03-30 16:16:56.940 20504 20504 I Finsky : [2] xfa.a(1): Warm data store was already initialized.
03-30 16:16:56.941 20504 20504 I Finsky : [2] xez.a(1): Warm data store was already initialized.
03-30 16:16:56.942 20504 20504 I Finsky : [2] gsi.a(1): DL: Creating dataloader logger using a new logging context.
03-30 16:16:56.945 20504 20504 I Finsky : [2] xez.a(1): Warm data store was already initialized.
03-30 16:16:56.945 20504 20504 I Finsky : [2] xez.a(1): Warm data store was already initialized.
03-30 16:16:56.946 20504 20504 I Finsky : [2] kuo.<init>(18): Initializing pausers from value store.
03-30 16:16:56.947 20504 20504 I Finsky : [2] kuo.<init>(21): Get the following callers from value store [].
03-30 16:16:56.947 20504 20504 I Finsky : [2] xez.a(1): Warm data store was already initialized.
03-30 16:16:56.948 20504 20504 I Finsky : [2] xez.a(1): Warm data store was already initialized.
03-30 16:16:56.950 20504 20504 I Finsky : [2] kmw.D(3): Installer: Attempting to start installer
03-30 16:16:56.950 20504 20504 I Finsky : [2] acpf.c(2): registerListener
03-30 16:16:56.952 20504 20504 I Finsky : [2] guv.onSubscriptionsChanged(1): onSubscriptionsChanged
03-30 16:16:56.953 20504 20504 I Finsky : [2] kmw.T(1): Installer: Installer kick - no action, not running yet
03-30 16:16:56.954 20504 20530 D NetworkSecurityConfig: No Network Security Config specified, using platform default
03-30 16:16:57.049 20504 20569 I Finsky : [1185] jqo.apply(37): Installer: Registering atomic install listeners with package installer
03-30 16:16:57.049 20504 20570 I Finsky : [1186] klp.a(60): Installer: Checking for orphaned groups
03-30 16:16:57.051 20504 20569 I Finsky : [1185] iil.g(1): getDownloads()
03-30 16:16:57.057 1776 1776 D Zygote : Forked child process 20578
03-30 16:16:57.059 20578 20578 W ding:backgroun: Unexpected CPU variant for X86 using defaults: x86
03-30 16:16:57.061 20578 20578 E ding:backgroun: Not starting debugger since process cannot load the jdwp agent.
03-30 16:16:57.063 2024 2060 I ActivityManager: Start proc 20578:com.android.vending:background/u0a94 for service {com.android.vending/com.google.android.finsky.ipcservers.background.BackgroundGrpcServerAndroidService}
03-30 16:16:57.070 20578 20578 I ding:backgroun: The ClassLoaderContext is a special shared library.
03-30 16:16:57.086 20578 20578 W ding:backgroun: JIT profile information will not be recorded: profile file does not exits.
03-30 16:16:57.086 20578 20578 W ding:backgroun: JIT profile information will not be recorded: profile file does not exits.
03-30 16:16:57.089 20578 20578 I Finsky:background: [2] fen.g(6): Process created at version: 29.8.13-21 [0] [PR] 435704331
03-30 16:16:57.100 20578 20578 I Finsky:background: [2] ota.e(18): Finished reading experiment flags from file [0tGUNCGIkbk4o6-fQ335kUYSKwVj4lusnHT-A5Dsy08].
03-30 16:16:57.101 20578 20578 I Finsky:background: [2] ota.e(18): Finished reading experiment flags from file [Se-xCc4LzNyh3UrKMIU2sUf-PUKz4oQEbpKZDMuaFno].
03-30 16:16:57.103 20578 20578 I Finsky:background: [2] lni.onCreate(2): IPC-SERVER: Starting gRPC host service...
03-30 16:16:57.113 2024 2331 D ConnectivityService: requestNetwork for uid/pid:10094/20578 NetworkRequest [ TRACK_DEFAULT id=66, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10094] ]
03-30 16:16:57.113 2288 2288 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=66, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10094] ] with score 60 and serial -1
03-30 16:16:57.114 2024 2133 D WifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=66, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10094] ] with score 60 and serial -1
03-30 16:16:57.114 2024 2133 D UntrustedWifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=66, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10094] ] with score 60 and serial -1
03-30 16:16:57.119 20578 20607 I Finsky:background: [1155] iga.f(1): getDownloads()
03-30 16:16:57.120 20504 20533 I Finsky : [1153] iil.g(1): getDownloads()
03-30 16:16:57.121 20578 20607 I Finsky:background: [1155] iga.f(1): getDownloads()
03-30 16:16:57.122 20504 20569 I Finsky : [1185] kmk.run(34): Installer: Installer starting
03-30 16:16:57.122 20504 20569 I Finsky : [1185] kmk.run(37): Installer: Installer started
03-30 16:16:57.123 20504 20504 I Finsky : [2] kmw.T(7): Installer: found apps to install. isMultiUserMode=false, apps=[]
03-30 16:16:57.124 20504 20609 I Finsky : [1197] klp.a(21): IV2: found recoverable installs: []
03-30 16:16:57.125 20504 20535 I Finsky : [1155] rbj.apply(16): SCH: Canceling job 3-38
03-30 16:16:57.126 20504 20533 I Finsky : [1153] qus.accept(51): SCH: Scheduling phonesky job Id: 3-41, CT: 1648644271569, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }]
03-30 16:16:57.128 20504 20533 I Finsky : [1153] qug.apply(9): SCH: Scheduling 1 system job(s)
03-30 16:16:57.129 20504 20533 I Finsky : [1153] qug.apply(15): SCH: Scheduling system job Id: 9528, L: 0, D: 84454441, C: false, I: true, N: 2
03-30 16:16:57.132 20504 20535 I Finsky : [1155] rbj.apply(16): SCH: Canceling job 3-39
03-30 16:16:57.132 20504 20536 I Finsky : [1156] qus.accept(51): SCH: Scheduling phonesky job Id: 3-40, CT: 1648644271569, Constraints: [{ L: 0, D: 86400000, C: 2, I: 1, N: 2 }]
03-30 16:16:57.134 20504 20536 I Finsky : [1156] qug.apply(9): SCH: Scheduling 1 system job(s)
03-30 16:16:57.134 20504 20536 I Finsky : [1156] qug.apply(15): SCH: Scheduling system job Id: 9529, L: 0, D: 84454435, C: true, I: false, N: 2
03-30 16:16:57.137 20504 20535 I Finsky : [1155] rbj.apply(16): SCH: Canceling job 3-40
03-30 16:16:57.137 20504 20537 I Finsky : [1157] rao.a(2): SCH: no pending jobs to schedule.
03-30 16:16:57.138 20504 20535 I Finsky : [1155] rbj.apply(16): SCH: Canceling job 3-41
03-30 16:16:57.139 20504 20541 I Finsky : [1161] rao.a(2): SCH: no pending jobs to schedule.
03-30 16:16:57.140 20504 20608 I Finsky : [1196] kqx.apply(83): IQ: Creating job 42, for (REQ_DEVICE_IDLE, REQ_GEARHEAD_PROJECTION_OFF, MIN_BATTERY=50, SHOULD_APPLY_BUDGET=true, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED)
03-30 16:16:57.141 20504 20608 I Finsky : [1196] kqx.apply(83): IQ: Creating job 43, for (REQ_CHARGING, REQ_GEARHEAD_PROJECTION_OFF, IGNORE_HOLDOFF=true, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED)
03-30 16:16:57.141 20504 20608 I Finsky : [1196] kqx.apply(83): IQ: Creating job 44, for (REQ_CHARGING, REQ_GEARHEAD_PROJECTION_OFF, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED)
03-30 16:16:57.141 20504 20608 I Finsky : [1196] kqx.apply(83): IQ: Creating job 45, for (REQ_DEVICE_IDLE, REQ_GEARHEAD_PROJECTION_OFF, MIN_BATTERY=50, SHOULD_APPLY_BUDGET=true, IGNORE_HOLDOFF=true, NETWORK=UNMETERED, PROVISIONING_STATE=PROVISIONED)
03-30 16:16:57.141 20504 20608 I Finsky : [1196] kvh.y(9): IQ: Bulk scheduling created jobs
03-30 16:16:57.142 20504 20608 I Finsky : [1196] kvh.H(6): IQ: Pruning inactive install requests
03-30 16:16:57.142 20504 20608 I Finsky : [1196] kvh.r(11): IQ: No matching installs to run for jobs: []
03-30 16:16:57.143 20504 20608 I Finsky : [1196] kvh.H(6): IQ: Pruning inactive install requests
03-30 16:16:57.143 20504 20608 I Finsky : [1196] kvh.r(11): IQ: No matching installs to run for jobs: []
03-30 16:16:57.144 20504 20567 I Finsky : [1183] nhv.accept(69): Retaining com.google.android.trichromelibrary from pruning.
03-30 16:16:57.144 20504 20504 I Finsky : [2] sdg.a(1): Connecting InstallListener to SplitInstallService broadcaster...
03-30 16:16:57.145 20504 20537 I Finsky : [1157] qus.accept(51): SCH: Scheduling phonesky job Id: 29-29, CT: 1648646216877, Constraints: [{ L: 30000, D: 60000, C: 1, I: 1, N: 0 }]
03-30 16:16:57.148 20504 20537 I Finsky : [1157] qug.apply(9): SCH: Scheduling 1 system job(s)
03-30 16:16:57.148 20504 20537 I Finsky : [1157] qug.apply(15): SCH: Scheduling system job Id: 9518, L: 29729, D: 59729, C: false, I: false, N: 0
03-30 16:16:57.180 20504 20533 I Finsky : [1153] qus.accept(51): SCH: Scheduling phonesky job Id: 3-42, CT: 1648646217141, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }]
03-30 16:16:57.180 20504 20533 I Finsky : [1153] qus.accept(51): SCH: Scheduling phonesky job Id: 3-43, CT: 1648646217141, Constraints: [{ L: 0, D: 86400000, C: 2, I: 1, N: 2 }]
03-30 16:16:57.180 20504 20533 I Finsky : [1153] qus.accept(51): SCH: Scheduling phonesky job Id: 3-44, CT: 1648646217141, Constraints: [{ L: 0, D: 86400000, C: 2, I: 1, N: 2 }]
03-30 16:16:57.180 20504 20533 I Finsky : [1153] qus.accept(51): SCH: Scheduling phonesky job Id: 3-45, CT: 1648646217141, Constraints: [{ L: 0, D: 86400000, C: 1, I: 2, N: 2 }]
03-30 16:16:57.182 20504 20533 I Finsky : [1153] qug.apply(9): SCH: Scheduling 0 system job(s)
03-30 16:16:57.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:57.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:58.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:58.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:59.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:16:59.278 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:16:59.687 2024 2331 D WificondControl: Scan result ready event
03-30 16:16:59.707 2555 2634 I ChimeraSrvcProxy: NullBinder for android.net.action.RECOMMEND_NETWORKS triggering remote TransactionTooLargeException due to Service without Chimera impl
03-30 16:17:00.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:00.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:01.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:01.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:02.119 20578 20597 I ding:backgroun: Waiting for a blocking GC ProfileSaver
03-30 16:17:02.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:02.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:03.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:03.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:04.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:04.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:05.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:05.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:06.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:06.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:06.933 20504 20537 I Finsky : [1157] eyj.run(29): Initializing the instant apps module.
03-30 16:17:06.958 20504 20533 I Finsky : [1153] hvp.d(68): System was updated or GL extensions were already cached.
03-30 16:17:06.962 20504 20541 I Finsky : [1161] xjt.b(1): Restoring notifications
03-30 16:17:06.962 20504 20536 I Finsky : [1156] oqc.n(8): Invalidating cached PackageState for com.android.vending
03-30 16:17:06.965 20504 20541 I Finsky : [1161] xjt.b(4): Done restoring notifications
03-30 16:17:06.973 2288 3994 D TelephonyProvider: subIdString = 1 subId = 1
03-30 16:17:06.978 20504 20536 I Finsky : [1156] eyj.run(5): Component class com.google.android.finsky.wearsupport.WearSupportService disabled via PackageManager.
03-30 16:17:06.978 20504 20536 I Finsky : [1156] eyj.run(5): Component class com.google.android.finsky.wearsupport.WearChangeListenerService disabled via PackageManager.
03-30 16:17:06.978 20504 20533 I Finsky : [1153] guw.a(13): Get APN successfully: [f-FK8ZIplrmCGwgLA5IYRKdVgTtrbZOEsUepVMGEZws]
03-30 16:17:06.981 20504 20617 I Finsky : [1204] jbf.run(20): Wrote row to frosting DB: 592
03-30 16:17:06.981 20504 20533 I Finsky : [1153] ozy.h(1): Triggered update for experiment package com.google.android.finsky.regular.
03-30 16:17:07.003 20504 20529 D PhenotypeDbHelper: Enabled write-ahead logging
03-30 16:17:07.022 20504 20529 D GetConfigurationSnapsho: getFullConfigurations
03-30 16:17:07.061 20504 20529 D GetConfigurationSnapsho: byFlagStorageType, addSet = Flag(AcceleratorCache__enable_download_from_accelerator, true, 2, 0), Flag(AccountInstallState__enable_account_install_state, false, 2, 0), Flag(AccountsCache__cache_all_accounts, true, 2, 0), Flag(AcquirePurchaseCodegen__enable_inapp_purchase_data_list_in_response_bundle, false, 2, 0), Flag(AcquirePurchaseCodegen__enable_new_backend_docid_for_logging_backend, 'CglDTE9VRENBU1QKBE5FU1QKEFlPVVRVQkVfQ09NTUVSQ0U', 5, 0), Flag(AcquirePurchaseCodegen__kill_switch_always_reauth, false, 2, 0), Flag(AcquirePurchaseCodegen__kill_switch_block_request_on_activity_close, false, 2, 0), Flag(AcquirePurchaseCodegen__kill_switch_include_request_token_for_every_request, false, 2, 0), Flag(AcquirePurchaseCodegen__kill_switch_make_purchase_params_for_subs_acquire_from_rewards, false, 2, 0), Flag(AcquirePurchaseCodegen__kill_switch_set_request_creation_client_timestamp, false, 2, 0), Flag(AcquisitionFlow__enable_forward_acquiring_package_as_calling_package, true, 2, 0), Flag(AcquisitionFlow__enable_request_token_and_acquisition_id, true, 2, 0), Flag(AcquisitionFlow__fetch_payments_client_token_timeout_ms, 12000, 1, 0), Flag(AcquisitionFlow__kill_switch_use_presenter_on_response_directly_on_start, true, 2, 0), Flag(AdIds__enable_log_ad_id_lookup_events, false, 2, 0), Flag(AdSupportedMovies__video_app_min_version_for_ad_playback, 41531001, 1, 0), Flag(AddFormOfPaymentDeepLink__disable_add_form_of_payment_deep_link, false, 2, 0), Flag(AdsClickTracking__enable_ads_click_tracking_using_clickaction, false, 2, 0), Flag(AllCategoriesRtl__enable_all_categories_rtl_fix, false, 2, 0), Flag(AlleyOopAllowlist__allowed_target_packages, '', 4, 0), Flag(AlleyOopAllowlist__enable_overlay_test_app, true, 2, 0), Flag(AlleyOopD30__enable_alleyoop_d30, false, 2, 0), Flag(AlleyOopDeprecateV1__approve_whitelist, 'com.google.android.youtube', 4, 0), Flag(AlleyOopDeprecateV1__enable, true, 2, 0), Flag(AlleyOopDeprecateV1__package_allowlist, 'com.google.android.youtube', 4, 0), Flag(AlleyOopDeprecateV1__redirect_allowlist, 'com.android.chrome', 4, 0), Flag(AlleyOopDeprecateV1__redirect_whitelist, 'com.android.chrome', 4, 0), Flag(AlleyOopDiversion__always_redirect_to_details, false, 2, 0), Flag(AlleyOopExternalTheme__enable_external_callers_theme, true, 2, 0), Flag(AlleyOopInstallBehavior__relaunch_initial_dialog_on_install_cancel, true, 2, 0), Flag(AlleyOopOnItemModel__use_item_model, false, 2, 0), Flag(AlleyOopRedirectPaidAppToDetails__allow_paid_apps_calling_package_allowlist, 'com.google.android.play.games', 4, 0), Flag(AlleyOopRedirectPaidAppToDetails__allow_paid_apps_calling_package_whitelist, 'com.google.android.play.games', 4, 0), Flag(AlleyOopV3Holdback__redirect_to_details, false, 2, 0), Flag(AlleyOopV3Whitelisting__enable_overlay_test_app, true, 2, 0), Flag(AlleyOopV3Whitelisting__whitelisted_target_packages, '', 4, 0), Flag(AlleyOopVideo__enable_inline_video, false, 2, 0), Flag(AppDependencyInstall__enable_request_install_access_filter, true, 2, 0), Flag(AppDependencyInstall__request_install_access_filter, 'ChRjb20uZ29vZ2xlLmFyLmNvcmV8LQo1Y29tLmdvb2dsZS5hbmRyb2lkLnBsYXkuZ2FtZXN8K2NvbS5nb29nbGUuYW5kcm9pZC5nbXM', 5, 0), Flag(AppDetailsInAppProducts__enable_in_app_products_cards_collapsed, false, 2, 0), Flag(AppDetailsInAppProducts__enable_in_app_products_cards_expanded, false, 2, 0), Flag(AppHeroCard__respect_autoplay_setting_in_instant_card, true, 2, 0), Flag(AppHeroCard__respect_instant_app_launch_key, false, 2, 0), Flag(AppHeroCard__right_align_editorial_text_view_in_rtl, false, 2, 0), Flag(AppLaunch__enable_launch_app_deep_link_activity, true, 2, 0), Flag(AppOps__disable_device_identifiers_packages, 'Cgtjb20uYXRvbXllcwoPY29tLmF4aXMubW9iaWxlChljb20uYmFua29mYmFyb2RhLm1jb25uZWN0ChVjb20uY2xlYXJ0cmlwLmFuZHJvaWQKG2NvbS5jc2FtLmljaWNpLmJhbmsuaW1vYmlsZQoWY29tLmRhYW1pdHQud2FsbnV0LmFwcAoWY29tLmRicy5pbi5kaWdpdGFsYmFuawoYY29tLmRyZWFtcGx1Zy5hbmRyb2lkYXBwChZjb20uZW5zdGFnZS53aWJtby5oZGZjCg1jb20uZmFtcGF5LmluCg5jb20uZmFzdGFndXNlcgoYY29tLmZpbm9wYXl0ZWNoLmJwYXlm
03-30 16:17:07.061 20504 20529 D GetConfigurationSnapsho: aW5vChRjb20uZmxpcGthcnQuYW5kcm9pZAoWY29tLmZyZWVjaGFyZ2UuYW5kcm9pZAoNY29tLmZzcy5pbmR1cwoOY29tLmZzcy5qbmtwc3AKDmNvbS5mc3MucG5icHNwCg9jb20uZnNzLnVuYmlwc3AKEWNvbS5mc3MudmlqYXlhcHNwCiZjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5uYnUucGFpc2EudXNlcgoqY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmJ1LnBhaXNhLnVzZXIuZGV2Ciljb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5uYnUucGFpc2EudXNlci5xYQovY29tLmdvb2dsZS5hbmRyb2lkLmFwcHMubmJ1LnBhaXNhLnVzZXIudGVhbWZvb2QKMGNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLm5idS5wYWlzYS51c2VyLnRlYW1mb29kMgoVY29tLmljaWNpYmFuay5wb2NrZXRzChpjb20uaWRmY2JhbmsubW9iaWxlQmFua2luZwoNY29tLmppby5teWppbwoTY29tLmp1c3RkaWFsLnNlYXJjaAoQY29tLmxjb2RlLnNtYXJ0egoaY29tLmxjb2RlLnVjb21vYmlsZWJhbmtpbmcKEGNvbS5sY29kZS51Y291cGkKDmNvbS5tYWtlbXl0cmlwCg9jb20ubWdzLmhzYmN1cGkKD2NvbS5tZ3Mub2JjYmFuawoTY29tLm1pcGF5LmluLndhbGxldAoQY29tLm1vYmlrd2lrX25ldwoVY29tLm1vYmlsZXdhcmUudXBpcHNiChNjb20ubXNmLmFuZ2VsbW9iaWxlCg9jb20ubXlhaXJ0ZWxhcHAKEmNvbS5teW50cmEuYW5kcm9pZAoSY29tLnBheXRtLmJ1c2luZXNzCg9jb20ucGhvbmVwZS5hcHAKEmNvbS5yYmxiYW5rLm1vYmFuawoWY29tLnJlYWxtZXBheS5wYXltZW50cwoNY29tLlNJQk1vYmlsZQoRY29tLnNuYXB3b3JrLmhkZmMKDmNvbS50cnVlY2FsbGVyChFjb20udWRhYW4uYW5kcm9pZAoLY29tLlllc0JhbmsKIGluLmFtYXpvbi5tU2hvcC5hbmRyb2lkLnNob3BwaW5nChppbi5iYWphamZpbnNlcnZtYXJrZXRzLmFwcAoOaW4uY29pbnRhYi5hcHAKHWluLmVwYXlsYXRlci5hbmRyb2lkLmNvbnN1bWVyChJpbi5vcmcubnBjaS51cGlhcHAKEWluLnJlZGJ1cy5hbmRyb2lkChFpbi5zd2lnZ3kuYW5kcm9pZAoPbmV0Lm9uZTk3LnBheXRtChlvcmcuYWx0cnVpc3QuQmFqYWpFeHBlcmlh', 5, 0), Flag(AppOps__enable_app_ops_hygiene, true, 2, 0), Flag(AppOps__enable_app_ops_installer_listener, false, 2, 0), Flag(AppOps__enable_app_ops_package_monitor, false, 2, 0), Flag(AppOps__enable_device_identifiers_packages, '', 5, 0), Flag(AppPack__enable_app_pack, false, 2, 0), Flag(AppRestrictions__disable_setting_app_restrictions_via_dpm, true, 2, 0), Flag(AppsHomeFeed__enable_ahc_preinflation, false, 2, 0), Flag(AppsModularMdp__enable_primary_style_cta_button, false, 2, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_daily_size_bytes, 1048576, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_max_profile_size_bytes, 524288, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_sample_threshold, 5, 1, 0), Flag(ArtProfiles__art_upload_optimizing_profiles_snapshot_timeout_seconds, 3, 1, 0), Flag(ArtistRadioStation__enable_artist_radio_station, false, 2, 0), Flag(AssetModules__app_size_includes_independent_asset_packs, true, 2, 0), Flag(AssetModules__asset_module_download_importance_threshold, 100, 1, 0), Flag(AssetModules__asset_module_fast_follow_size_check_buffer_mb, -300, 1, 0), Flag(AssetModules__asset_module_foreground_extraction_service_timeout_ms, 600000, 1, 0), Flag(AssetModules__asset_module_garbage_collection_timeout_ms, 604800000, 1, 0), Flag(AssetModules__asset_module_package_controller, '-', 4, 0), Flag(AssetModules__asset_module_phonesky_keep_alive_timeout_ms, 10000, 1, 0), Flag(AssetModules__asset_module_rate_limit_ms, 1000, 1, 0), Flag(AssetModules__asset_module_rate_limit_threshold, 60, 1, 0), Flag(AssetModules__asset_module_rate_limit_window_ms, 60000, 1, 0), Flag(AssetModules__asset_module_skip_fast_follow_on_mobile_data, true, 2, 0), Flag(AssetModules__asset_module_upfront_size_check_buffer_mb, 100, 1, 0), Flag(AssetModules__asset_only_auto_update, true, 2, 0), Flag(AssetModules__asset_only_updates_client, true, 2, 0), Flag(AssetModules__extraction_service_anr_bugfix, true, 2, 0), Flag(AssetModules__old_extraction_logic_version_controller, 'CgMAlFU', 5, 0), Flag(AssetModules__remove_foreground_service_call_killswitch, false, 2, 0), Flag(AutoUpdateCodegen__always_connect_to_gearhead_car_api, true, 2, 0), Flag(AutoUpdateCodegen__app_freshness_hygiene_min_latency, 'CLAJ', 5, 0), Flag(AutoUpdateCodegen__apply_autoupdate_db_optimization, true, 2, 0), Flag(AutoUpdateCodegen__cancel_queued_auto_installs_when_disable_auto_update, true, 2, 0), Flag(AutoUpdateCodegen__check_au_setting_for_rapid_autoupdate, false, 2, 0), Flag(AutoUpdateCodegen__collect_update_failure_history, true, 2, 0), Flag(AutoUpdateCodegen__dark_launch_serv
03-30 16:17:07.061 20504 20529 D GetConfigurationSnapsho: er_policy_logging_delay_ms, 10000, 1, 0), Flag(AutoUpdateCodegen__deprecate_autoupdate_v1, false, 2, 0), Flag(AutoUpdateCodegen__disable_auto_update_foreground_check, true, 2, 0), Flag(AutoUpdateCodegen__disable_auto_update_hygiene_for_headless_system_users, false, 2, 0), Flag(AutoUpdateCodegen__disable_auto_update_hygiene_job, false, 2, 0), Flag(AutoUpdateCodegen__disable_auto_update_mainline_rollback_check, false, 2, 0), Flag(AutoUpdateCodegen__enable_app_update_metrics_v2, true, 2, 0), Flag(AutoUpdateCodegen__enable_auto_update_ar, true, 2, 0), Flag(AutoUpdateCodegen__enable_auto_update_event_policy_logging, true, 2, 0), Flag(AutoUpdateCodegen__enable_auto_update_ranking_score, true, 2, 0), Flag(AutoUpdateCodegen__enable_bg_thread_on_autoupdate_items_generation, false, 2, 0), Flag(AutoUpdateCodegen__enable_cancel_pending_shared_libraries, true, 2, 0), Flag(AutoUpdateCodegen__enable_car_basic_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_car_gmscore_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_combined_item_store_get_item_call, true, 2, 0), Flag(AutoUpdateCodegen__enable_custom_param_for_auto_update_volley_cache, true, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_autoupdate_endpoint, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_call_autoupdate_before_bulkdetails, true, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_car_basic_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_gmscore_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_isotope_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_mainline_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_phone_basic_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_phone_kiosk_mode_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_rapid_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_rollout_policy_comparison, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_tv_basic_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_wear_basic_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_dark_launch_wear_gmscore_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_global_rapid_autoupdate_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_gmscore_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_hidden_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_historical_discovered_and_update_time_collection, true, 2, 0), Flag(AutoUpdateCodegen__enable_install_event_policy_logging, true, 2, 0), Flag(AutoUpdateCodegen__enable_isotope_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_mainline_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_phenotype_rapid_auto_update_listing, true, 2, 0), Flag(AutoUpdateCodegen__enable_phone_auto_deploy_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_phone_basic_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_phone_kiosk_mode_server_policy, true, 2, 0), Flag(AutoUpdateCodegen__enable_rapid_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_tv_basic_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_unauth_bug_fix, true, 2, 0), Flag(AutoUpdateCodegen__enable_update_check_time_track, true, 2, 0), Flag(AutoUpdateCodegen__enable_update_checker_dfe_notification, true, 2, 0), Flag(AutoUpdateCodegen__enable_wear_basic_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enable_wear_gmscore_server_policy, false, 2, 0), Flag(AutoUpdateCodegen__enforce_system_component_auto_update_setting, true, 2, 0), Flag(AutoUpdateCodegen__frosting_only_update_time, '', 5, 0), Flag(AutoUpdateCodegen__gmscore_canary_charging_relax_threshold_ms, 0, 1, 0), Flag(AutoUpdateCodegen__gmscore_canary_idle_relax_threshold_ms, 7200000, 1, 0), Flag(AutoUpdateCodegen__gmscore_canary_idle_relaxation_threshold_ms, 0, 1, 0), Flag(AutoUpdateCodegen__gmscore_canary_wifi_charger_relaxation_threshold_m
03-30 16:17:07.061 20504 20529 D GetConfigurationSnapsho: s, 0, 1, 0), Flag(AutoUpdateCodegen__gmscore_canary_wifi_relax_threshold_ms, 7200000, 1, 0), Flag(AutoUpdateCodegen__gmscore_charging_relax_threshold_ms, 259200000, 1, 0), Flag(AutoUpdateCodegen__gmscore_idle_relax_threshold_ms, 345600000, 1, 0), Flag(AutoUpdateCodegen__gmscore_wifi_relax_threshold_ms, 172800000, 1, 0), Flag(AutoUpdateCodegen__historical_days_list_for_staleness_detail, 'CgIBBw', 5, 0), Flag(AutoUpdateCodegen__is_eligible_for_system_component_auto_update_setting, true, 2, 0), Flag(AutoUpdateCodegen__killswitch_cancel_pending_install, true, 2, 0), Flag(AutoUpdateCodegen__killswitch_include_freshness_data_for_fresh_apps, false, 2, 0), Flag(AutoUpdateCodegen__killswitch_mainline_rollout_policy_on_autoupdate, false, 2, 0), Flag(AutoUpdateCodegen__log_null_item, false, 2, 0), Flag(AutoUpdateCodegen__log_skipped_auto_update, false, 2, 0), Flag(AutoUpdateCodegen__log_skipped_auto_update_allowed_packages, '', 5, 0), Flag(AutoUpdateCodegen__rapid_auto_update_listing, 'com.google.android.googlequicksearchbox,301143294,0,4', 4, 0), Flag(AutoUpdateCodegen__rapid_auto_update_listing_v3, '', 4, 0), Flag(AutoUpdateCodegen__read_client_update_discovered_timestamp, false, 2, 0), Flag(AutoUpdateCodegen__relax_dark_launch_splitid_comparison_with_inclusion, true, 2, 0), Flag(AutoUpdateCodegen__request_policy_in_autoupdate_endpoint, true, 2, 0), Flag(AutoUpdateCodegen__request_server_staleness_info, false, 2, 0), Flag(AutoUpdateCodegen__share_app_state_with_request_policy_options, true, 2, 0), Flag(AutoUpdateCodegen__share_device_storage_info, true, 2, 0), Flag(AutoUpdateCodegen__share_enterprise_auto_update_policy, true, 2, 0), Flag(AutoUpdateCodegen__share_update_failure_history, true, 2, 0), Flag(AutoUpdateCodegen__share_user_auto_update_setting, true, 2, 0), Flag(AutoUpdateCodegen__skip_unowned_app_freshness, false, 2, 0), Flag(AutoUpdateCodegen__suppress_dark_launch_documents_against_items_comparison, true, 2, 0), Flag(AutoUpdateCodegen__switch_to_autoupdate_endpoint, true, 2, 0), Flag(AutoUpdateCodegen__threshold_in_days_for_purging_appfreshness_data, 28, 1, 0), Flag(AutoUpdateCodegen__unauth_updates_dependencies_allowlist, 'com.google.android.gms', 4, 0), Flag(AutoUpdateCodegen__updatable_restricted_apps, '', 5, 0), Flag(AutoUpdateCodegen__update_failure_history_duration, 7, 1, 0), Flag(AutoUpdatePolicies__auto_deploy_apps_to_manage_package_status_change, 'CiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnBheS5zaWRlY2FyChZnb3YubW9vc3lsdmFuaWEuZW54LnYzCidnb3YubWEuY292aWQxOS5leHBvc3VyZW5vdGlmaWNhdGlvbnMudjMKDWdvdi5jci5lbngudjM', 5, 0), Flag(AutoUpdatePolicies__auto_deploy_disk_space_threshold_bytes, 1073741824, 1, 0), Flag(AutoUpdatePolicies__enable_enx_headless_deployment, true, 2, 0), Flag(AutoUpdatePolicies__enable_gpay_sidecar, false, 2, 0), Flag(AutoUpdatePolicies__enx_headless_allowed_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52MwonZ292Lm1hLmNvdmlkMTkuZXhwb3N1cmVub3RpZmljYXRpb25zLnYzCg1nb3YuY3IuZW54LnYz', 5, 0), Flag(AutoUpdatePolicies__promise_icon_hidden_packages, 'ChZnb3YubW9vc3lsdmFuaWEuZW54LnYzChFnb3Yuc2FtcGxlLmVueC52MwonZ292Lm1hLmNvdmlkMTkuZXhwb3N1cmVub3RpZmljYXRpb25zLnYzCg1nb3YuY3IuZW54LnYzCiJjb20uZ29vZ2xlLmFuZHJvaWQuZ21zLnBheS5zaWRlY2Fy', 5, 0), Flag(AutoUpdateSettings__auto_update_metered_data_limit_minimum_threshold_mb, 0, 1, 0), Flag(AutoUpdateSettings__auto_update_on_metered_data_ux_text_variation, 0, 1, 0), Flag(AutoUpdateSettings__enable_auto_update_on_metered_data_budget, false, 2, 0), Flag(AutoUpdateSettings__geolocation_percentage_for_metered_data_usage, 0.0, 3, 0), Flag(AutoUpdateSettings__log_update_data_usage, true, 2, 0), Flag(AutoUpdate__battery_relaxation_threshold_ms, 172800000, 1, 0), Flag(AutoUpdate__enable_gmscore_wifi_charger_relaxation, true, 2, 0), Flag(AutoUpdate__enable_synchronized_gms_update, true, 2, 0), Flag(AutoUpdate__enable_used_stale_apps_reporting, true, 2, 0), Flag(AutoUpdate__gmscore_wifi_charger_relaxation_threshold_ms, 259200000, 1, 0), Flag(AutoUpdate__minimum_auto_update_battery
03-30 16:17:07.061 20504 20529 D GetConfigurationSnapsho: _level, 50, 1, 0), Flag(AutoUpdate__skip_gmscore_canary_check, false, 2, 0), Flag(AutoUpdate__update_aia_supervisor_on_wifi, true, 2, 0), Flag(AutoplayExoPlayerVideos__enable_exo_player_video_page_level_autoplay, false, 2, 0), Flag(AutoplayVideos__delay_video_autoplay_start_ms, 300, 1, 0), Flag(AutoplayVideos__enable_full_screen_activity, true, 2, 0), Flag(AutoplayVideos__enable_full_screen_support, true, 2, 0), Flag(AutoplayVideos__enable_overlay_on_pause, false, 2, 0), Flag(AutoplayVideos__enable_video_autoplaying, true, 2, 0), Flag(AutoplayVideos__enable_video_autoplaying_ads_cluster, true, 2, 0), Flag(AutoplayVideos__enable_video_autoplaying_dp, false, 2, 0), Flag(AutoplayVideos__enable_video_autoplaying_mdp, true, 2, 0), Flag(AutoplayVideos__resume_video_after_full_screen, false, 2, 0), Flag(AutoplayVideos__send_youtube_update_notification, false, 2, 0), Flag(AutoplayVideos__use_restricted_api_key, true, 2, 0), Flag(AvoidBulkCancelNetworkRequests__allow_bulk_cancel_when_no_recent_hygiene_success, false, 2, 0), Flag(AvoidBulkCancelNetworkRequests__avoid_bulk_cancel_deep_links_and_details_requests, false, 2, 0), Flag(AvoidBulkCancelNetworkRequests__avoid_bulk_cancel_image_requests, false, 2, 0), Flag(BandwidthShaping__enable_server_determined_install_retries, false, 2, 0), Flag(BandwidthShaping__retry_time_window_deadline_hours, 24, 1, 0), Flag(Battlestar__install_api_killswitch, false, 2, 0), Flag(BooksBundles__enable_books_cross_sell_bundles_module, true, 2, 0), Flag(BooksBundles__enable_bundle_discount, true, 2, 0), Flag(BooksBundles__enable_series_bundles, true, 2, 0), Flag(BooksBundles__enable_ux_improvements, false, 2, 0), Flag(BottomNavigationDeDuplicationLogicTweaks__is_enabled, true, 2, 0), Flag(BulkGrantEntitlement__enable_bulk_grant_entitlement, true, 2, 0), Flag(ButtonAnimation__enable_button_animation, true, 2, 0), Flag(ButtonCompactPadding__use_updated_compact_padding, false, 2, 0), Flag(ButtonMinWidth__reduce_button_min_width, true, 2, 0), Flag(BuyWithOfferIdCleanup__enable_navigation_manager_buy_with_offer_id, true, 2, 0), Flag(CacheEntryInvalidation__delete_fully_invalidated_cache_entries, true, 2, 0), Flag(CacheOptimizations__enable_cache_pruning, true, 2, 0), Flag(CacheOptimizations__min_minor_version_delta_for_cache_clearing, 11, 1, 0), Flag(CacheOptimizations__reinitialize_cache_on_external_clear, true, 2, 0), Flag(CacheOptimizations__stop_clearing_cache_on_self_update, true, 2, 0), Flag(CarNotificationSettings__kill_switch_link_notification_setting_to_os, false, 2, 0), Flag(CarReview__kill_switch_car_ratings_acquistion, false, 2, 0), Flag(CarReview__kill_switch_car_ratings_consumption, false, 2, 0), Flag(CarskyGillette__kill_switch_show_offline_message_about_data_plan, false, 2, 0), Flag(CarskyUpdate__kill_switch_garage_mode_only_auto_update, false, 2, 0), Flag(CarskyWidescreenImeSupport__is_enabled, false, 2, 0), Flag(ClearCacheOnProcessStart__clear_cache_for_stale_experiments_on_process_start, false, 2, 0), Flag(ClientStats__enable_counters_meta_logging, false, 2, 0), Flag(ClientStats__enable_split_installer_counters, false, 2, 0), Flag(ClientStats__log_dfe_notifications_with_counters, true, 2, 0), Flag(ClusterRenderingLatencyLogging__enable_cluster_rendering_latency, false, 2, 0), Flag(ColdStartLogging__enable_cold_start_logging, true, 2, 0), Flag(CollapsibleBanner__enable_animation, true, 2, 0), Flag(CommerceUnifiedLogging__enable_combined_logging, false, 2, 0), Flag(CommerceUnifiedLogging__enable_server_node_logging_for_purchase_background_event, false, 2, 0), Flag(ConfirmPriceChange__enable_bottomsheet, true, 2, 0), Flag(ConsumePurchase__enable_consume_purchase, false, 2, 0), Flag(ContentSync__collect_asset_and_feature_modules, false, 2, 0), Flag(ContentSync__max_num_retries, 5, 1, 0), Flag(ContentSync__retry_delay, 'EMCWsQI', 5, 0), Flag(ContentSync__settle_delay, 'CA8', 5, 0), Flag(CoreAnalytics__enable_user_profile_state_logging, true, 2, 0), Flag(CrosLauncher__enable_cros_launcher_search_prototype, fals
03-30 16:17:07.061 20504 20529 D GetConfigurationSnapsho: e, 2, 0), Flag(CrossProfileAppInstalls__allow_cross_profile_installs, false, 2, 0), Flag(CrossProfile__enable_enterprise_setup_pausing_app_updates_cross_profile, true, 2, 0), Flag(CrossProfile__enable_pause_app_updates_cross_profile, true, 2, 0), Flag(CrossProfile__storage_service_blocking_call_timeout, 1000, 1, 0), Flag(CustomPreInflation__apps_preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__apps_preinflation_card_views, '', 5, 0), Flag(CustomPreInflation__enable_custom_preinflation, true, 2, 0), Flag(CustomPreInflation__enable_home_specific_preinflation, true, 2, 0), Flag(CustomPreInflation__games_preinflation_card_view_counts, 'CgMCBAI', 5, 0), Flag(CustomPreInflation__games_preinflation_card_views, 'Chd3aWRlX21lZGlhX2NhcmRfY2x1c3Rlcgoad2lkZV9tZWRpYV9jYXJkX3NjcmVlbnNob3QKFXdpZGVfbWVkaWFfY2FyZF92aWRlbw', 5, 0), Flag(CustomPreInflation__preinflation_card_view_counts, '', 5, 0), Flag(CustomPreInflation__preinflation_card_views, '', 5, 0), Flag(DYNALOG_DEVELOPMENT__enable_dynalog, true, 2, 0), Flag(DataSubscription__single_sim_override, false, 2, 0), Flag(DataSubscription__use_is_network_roaming, true, 2, 0), Flag(DataSubscription__use_subscription_info, true, 2, 0), Flag(DataSubscription__use_subscription_info_changed_listener, true, 2, 0), Flag(DataSubscription__use_telephony_carrier_content_provider, false, 2, 0), Flag(DataUsage__enable_phonesky_data_usage_stats_logging, true, 2, 0), Flag(DataUsage__phonesky_data_usage_stats_max_history_duration, 'CICangE', 5, 0), Flag(DataUsage__phonesky_data_usage_stats_min_interval_duration, 'CICjBQ', 5, 0), Flag(Db__enable_database_audit_trail, false, 2, 0), Flag(DeepLinkDpPreload__preload_details_doc, false, 2, 0), Flag(DeepLink__main_activity_ldl_logging, true, 2, 0), Flag(DeepLinksDiversion__divert_regular_market_deep_links_to_alley_oop, false, 2, 0), Flag(DelayAcquisitionStart__enable_purchase_delay_for_promotion_redemption, true, 2, 0), Flag(DeliveryToken__enable_acquisition_token_to_replace_delivery_token, true, 2, 0), Flag(DependencyInjection__use_stream_component, true, 2, 0), Flag(DetailPageLogging__enable_detail_page_load_end_new_computation, true, 2, 0), Flag(DetailsPageActionButtonsPositionProvider__enable_position_provider, true, 2, 0), Flag(DetailsPageModules__hide_description_text_module, false, 2, 0), Flag(DetailsPageModules__hide_editorial_review_module, false, 2, 0), Flag(DetailsPageModules__hide_review_samples_module_v2, false, 2, 0), Flag(DetailsPageModules__hide_reviews_statistics_module, false, 2, 0), Flag(DetailsPageModules__hide_reviews_title_module, false, 2, 0), Flag(DetailsPageModules__hide_screenshots_module_v3, false, 2, 0), Flag(DetailsPageModules__hide_vetted_game_features_module, false, 2, 0), Flag(DetailsPageModules__show_daily_rewards_module, false, 2, 0), Flag(DetailsPageModules__show_gameplay_videos_module, false, 2, 0), Flag(DetailsPageP3Promotions__p3_promotion_on_details_page, true, 2, 0), Flag(DetailsPageP3Promotions__purchase_delay_for_promotion_redemption_ms, 6000, 1, 0), Flag(DetailsPageState__enable_details_page_state, true, 2, 0), Flag(DetailsPageState__enable_details_page_state_attribute, true, 2, 0), Flag(DetailsPageState__enable_fetch_dp_status_for_new_impression_id, false, 2, 0), Flag(DetailsPageState__enable_short_post_install_impression_logging, true, 2, 0), Flag(DevTriggeredUpdatesCodegen__dev_triggered_updates_force_document_fetch_for_update_info, false, 2, 0), Flag(DevTriggeredUpdatesCodegen__dev_triggered_updates_relaxed_importance_threshold, 125, 1, 0), Flag(DevTriggeredUpdatesCodegen__dev_triggered_updates_relaxed_importance_threshold_package_controller, '+com.google.android.apps.mediahome.launcher', 4, 0), Flag(DevTriggeredUpdatesCodegen__item_freshness_duration, 'CICjBQ', 5, 0), Flag(DevTriggeredUpdatesCodegen__item_store_migration, false, 2, 0), Flag(DevTriggeredUpdatesCodegen__network_constraint_bugfix_killswitch, false, 2, 0), Flag(DevTriggeredUpdates__dev_triggered_updates_package_controller, '-', 4, 0), Flag(DeviceAp
03-30 16:17:07.061 20504 20529 D GetConfigurationSnapsho: pInfo__log_device_app_info_in_session_data, true, 2, 0), Flag(DeviceAttributesSync__device_attributes_reuse_duration, 'CIDUkwE', 5, 0), Flag(DeviceConfig__compare_dynamic_config_to_valuestore, false, 2, 0), Flag(DeviceConfig__dynamic_config_save_consistency_token, true, 2, 0), Flag(DeviceConfig__enable_always_fetch_gle, false, 2, 0), Flag(DeviceConfig__enable_device_attributes_payloads, true, 2, 0), Flag(DeviceConfig__enable_fetch_gle_if_crashed, false, 2, 0), Flag(DeviceConfig__enable_firebase_id, true, 2, 0), Flag(DeviceConfig__enable_firebase_service, true, 2, 0), Flag(DeviceConfig__enable_gl_extensions_logging, false, 2, 0), Flag(DeviceConfig__enable_managing_app_device_admin, true, 2, 0), Flag(DeviceConfig__remove_device_config_from_headers, true, 2, 0), Flag(DeviceConfig__remove_is_token_required, true, 2, 0), Flag(DeviceConfig__sim_change_dynamic_config_max_delay_sec, 'CPCGBQ', 5, 0), Flag(DeviceConfig__sim_change_dynamic_config_min_delay_sec, 'CAo', 5, 0), Flag(DeviceConfig__upload_device_attributes_payloads_only, true, 2, 0), Flag(DeviceConfig__upload_fallback_sim_carrier_id, true, 2, 0), Flag(DeviceConfig__upload_playax_client_id, true, 2, 0), Flag(DeviceConfig__upload_playtx_client_id, true, 2, 0), Flag(DeviceConfig__upload_sim_carrier_id, true, 2, 0), Flag(DeviceDriversSync__enable_gpu_payload_sync, true, 2, 0), Flag(DeviceDriversSync__enable_neural_networks_api_payload_sync, false, 2, 0), Flag(DeviceDriversSync__gpu_payload_reuse_duration, 'CIDUkwE', 5, 0), Flag(DeviceDriversSync__neural_networks_api_payload_reuse_duration, 'CIDUkwE', 5, 0), Flag(DeviceHealthMonitor__enable_uninstall_suggestions_notification, true, 2, 0), Flag(DeviceHealthMonitor__notification_re_opt_in_notification_interval_days, 'CgUHHlrtAg', 5, 0), Flag(DeviceHealthMonitor__uninstall_suggestions_notification_interval_days, 60, 1, 0), Flag(DeviceHealthMonitor__uninstall_suggestions_notification_preselection, false, 2, 0), Flag(DeviceHealthMonitor__uninstall_suggestions_notification_preselection_max_num, 50, 1, 0), Flag(DeviceHealthMonitor__uninstall_suggestions_notification_preselection_min_num, 1, 1, 0), Flag(DeviceHealthMonitor__uninstall_suggestions_notification_preselection_unused_days, 60, 1, 0), Flag(DeviceHealthMonitor__uninstall_suggestions_notification_threshold_bytes, 32000000000, 1, 0), Flag(DeviceHealthMonitor__uninstall_suggestions_notification_variant_b, false, 2, 0), Flag(DeviceInteroperability__enable_device_interoperability_v1, true, 2, 0), Flag(DeviceLockControllerInstallPolicy__enable_device_lock_controller_install_policy, true, 2, 0), Flag(DeviceSettings__enable_device_settings, true, 2, 0), Flag(DeviceSetupCodegen__load_libraries_timeout_ms, 1000, 1, 0), Flag(DeviceSetupCodegen__set_device_config_timeout_ms, 15000, 1, 0), Flag(DeviceSetupCodegen__sync_experiments_timeout_ms, 1000, 1, 0), Flag(DeviceSetup__block_final_hold_for_sessions, false, 2, 0), Flag(DeviceSetup__late_sim_pai_notification, true, 2, 0), Flag(DeviceSetup__pai_sim_workaround, false, 2, 0), Flag(DeviceVerification__safety_net_rescan_key, '', 4, 0), Flag(DialogBuilder__instrument_manager_instrument_token_key, '', 4, 0), Flag(DialogBuilder__instrument_manager_integrator_callback_data_token_key, 'imeicd', 4, 0), Flag(DialogBuilder__kill_switch_default_paint_flags, false, 2, 0), Flag(DialogBuilder__kill_switch_refresh_retains_saved_instance_bundle, true, 2, 0), Flag(DialogBuilder__kill_switch_refresh_retains_visibility_tag, false, 2, 0), Flag(DialogComponent__enable_migration_to_dialog_component, true, 2, 0), Flag(DialogComponent__spec_update_b213350244, false, 2, 0), Flag(DisableFadeAnimations__disable_fadein_animation, true, 2, 0), Flag(DisablePreRegistrationReleaseNotificationRetries__is_enabled, false, 2, 0), Flag(DisplayApkSize__display_apk_size, false, 2, 0), Flag(DoNotKillOnLocaleChange__is_enabled, false, 2, 0), Flag(DoubleClickPrevention__double_click_prevention_threshold_ms, 700, 1, 0), Flag(DownloadManager__complete_download_when_status_success, true, 2, 0), Fla
03-30 16:17:07.061 20504 20529 D GetConfigurationSnapsho: g(DownloadManager__filter_installer_listener_updates, true, 2, 0), Flag(DownloadManager__killswitch_update_download_only_on_terminal_broadcasts, false, 2, 0), Flag(DownloadManager__killswitch_update_progress_on_broadcasts, false, 2, 0), Flag(DownloadManager__recover_downloads_in_resource_manager, true, 2, 0), Flag(DownloadManager__specify_query_projection, false, 2, 0), Flag(DroidguardAcquire__enable_droidguard_in_acquire_flow, true, 2, 0), Flag(DroidguardAcquire__enable_invalid_droidguard_handle_retry, true, 2, 0), Flag(DwellTimeLogging__dwell_time_sample_period_ms, 200, 1, 0), Flag(DwellTimeLogging__enable_kids_quality_details_module_dwell_time_logging, false, 2, 0), Flag(DwellTimeLogging__enable_privacy_label_module_dwell_time_logging, false, 2, 0), Flag(DwellTimeLogging__enable_review_sample_dwell_time_logging, false, 2, 0), Flag(DwellTimeLogging__kids_quality_details_module_visibility_percentage_of_view, 0.5, 3, 0), Flag(DwellTimeLogging__kids_quality_details_module_visibility_percentage_on_screen, 0.5, 3, 0), Flag(DwellTimeLogging__privacy_label_module_visibility_percentage_of_view, 0.5, 3, 0), Flag(DwellTimeLogging__privacy_label_module_visibility_percentage_on_screen, 0.5, 3, 0), Flag(DwellTimeLogging__review_sample_visibility_percentage_of_view, 0.5, 3, 0), Flag(DwellTimeLogging__review_sample_visibility_percentage_on_screen, 0.5, 3, 0), Flag(DynamicSplitsCodegen__in_app_acquisition_min_playcore_version, 10900, 1, 0), Flag(DynamicSplitsCodegen__remove_old_split_markers, true, 2, 0), Flag(DynamicSplitsCodegen__remove_old_split_markers_maximum_age, 'CID1JA', 5, 0), Flag(DynamicSplitsCodegen__return_access_denied_error_if_throttled, true, 2, 0), Flag(DynamicSplitsCodegen__split_install_session_store_timeout_millis, 1000, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_bypass_storage_check_module_size_limit_kb, 1024, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_bypass_storage_check_offset_mb, 300, 1, 0), Flag(DynamicSplitsCodegen__splitcompat_package_controller, '-com.google.pixel.livewallpaper,uk.co.bread.oxford.luggage.android,com.motorola.livewallpaper3', 4, 0), Flag(DynamicSplits__dynamic_split_download_size_threshold_metered, 157286400, 1, 0), Flag(DynamicSplits__dynamic_split_package_controller_pre_L, '+com.facebook.katana,com.facebook.samples.modularity,com.facebook.lite,com.facebook.orca,com.instagram.android,com.dynamic.feature.testapp', 4, 0), Flag(EcChoice__allow_back_to_return_home, true, 2, 0), Flag(EcChoice__browser_package_ids, 'ChNvcmcubW96aWxsYS5maXJlZm94ChFjb20ub3BlcmEuYnJvd3NlcgoRY29tLmJyYXZlLmJyb3dzZXIKEmNvbS5taWNyb3NvZnQuZW1teAoSY29tLmFuZHJvaWQuY2hyb21lChhjb20uY2xvdWRtb3NhLnB1ZmZpbkZyZWUKEWNvbS5VQ01vYmlsZS5pbnRsChJjb20ueWFuZGV4LmJyb3dzZXIKF2NvbS55YW5kZXguYnJvd3Nlci5saXRlChdtb2JpLm1nZWVrLlR1bm55QnJvd3NlcgoYY29tLmRvbHBoaW4uYnJvd3Nlci56ZXJvChxjb20uc2VjLmFuZHJvaWQuYXBwLnNicm93c2Vy', 5, 0), Flag(EcChoice__elapsed_time_till_trigger, 2000, 1, 0), Flag(EcChoice__enable_ec_choice_flow, true, 2, 0), Flag(EcChoice__fake_agsa_not_system_app, false, 2, 0), Flag(EcChoice__fake_chrome_not_system_app, false, 2, 0), Flag(EcChoice__max_ec_choice_trigger_count, 2, 1, 0), Flag(EcChoice__override_ec_choice_trigger, false, 2, 0), Flag(EcChoice__search_engine_package_ids, 'Ch1jb20uZHVja2R1Y2tnby5tb2JpbGUuYW5kcm9pZAomY29tLnlhaG9vLm1vYmlsZS5jbGllbnQuYW5kcm9pZC5zZWFyY2gKFnJ1LnlhbmRleC5zZWFyY2hwbHVnaW4KEmNvbS5taWNyb3NvZnQuYmluZwonY29tLmdvb2dsZS5hbmRyb2lkLmdvb2dsZXF1aWNrc2VhcmNoYm94Cg5ydS5tYWlsLnNlYXJjaAoRY29tLnF3YW50LmxpYmVydHkKEmN6LnNlem5hbS5zYnJvd3NlcgoUY29tLnN0YXJ0cGFnZS5tb2JpbGUKEmNvbS5lY29zaWEuYW5kcm9pZA', 5, 0), Flag(EcChoice__show_guidance_page_web_view, true, 2, 0), Flag(EcChoice__show_no_thanks_on_cta, true, 2, 0), Flag(EmptyMyAppsFix__enable_empty_myapps_fix, true, 2, 0), Flag(EnableClearcutEnforcementLogInAutoscan__is_enabled, false, 2, 0), Flag(EnableLvlV2ServerFallback__is_enabled, false, 2, 0), Flag(EnableRvPrefetchOnGamesHome__enable_horizontal_modulo_cluster, true, 2, 0), Flag(EnableRvPrefetchOnGamesHome__is_enabled, true,
03-30 16:17:07.061 20504 20529 D GetConfigurationSnapsho: 2, 0), Flag(EnableWorkManagerAllegro__is_enabled, false, 2, 0), Flag(EnableZeroPrefixServerSuggest__disable_listener_for_non_background_request_if_miss_cache, false, 2, 0), Flag(EnableZeroPrefixServerSuggest__enable_zero_prefix_latency_tolerant_request, false, 2, 0), Flag(EnableZeroPrefixServerSuggest__enable_zero_prefix_server_suggest, false, 2, 0), Flag(EnableZeroPrefixSuggestHygiene__enable_zero_prefix_suggest_hygiene, false, 2, 0), Flag(EnterpriseClientPolicySync__allow_enterprise_installs_before_run_final_hold, true, 2, 0), Flag(EnterpriseClientPolicySync__auto_install_retry_strategy_backoff_ratio, 2.0, 3, 0), Flag(EnterpriseClientPolicySync__auto_install_retry_strategy_initial_delay_ms, 60000, 1, 0), Flag(EnterpriseClientPolicySync__cross_profile_cache_expiry_ms, 600000, 1, 0), Flag(EnterpriseClientPolicySync__enable_allowed_during_setup, true, 2, 0), Flag(EnterpriseClientPolicySync__enable_auto_install_priority_comparator, true, 2, 0), Flag(EnterpriseClientPolicySync__enable_cross_profile_cope_policy, true, 2, 0), Flag(EnterpriseClientPolicySync__enable_empty_cope_policy, false, 2, 0), Flag(EnterpriseClientPolicySync__enable_enterprise_installer_listener, true, 2, 0), Flag(EnterpriseClientPolicySync__enable_enterprise_uninstall_blocked_apps, true, 2, 0), Flag(EnterpriseClientPolicySync__enable_force_device_config_token_update_in_policy_sync, false, 2, 0), Flag(EnterpriseClientPolicySync__enable_high_priority_update_scheduler, true, 2, 0), Flag(EnterpriseClientPolicySync__enable_policy_sync_from_daily_hygiene, true, 2, 0), Flag(EnterpriseClientPolicySync__enable_policy_sync_from_notification, true, 2, 0), Flag(EnterpriseClientPolicySync__ensure_local_policy_before_client_policy_sync, false, 2, 0), Flag(EnterpriseClientPolicySync__force_high_priority_auto_update_when_auto_update_is_globally_disabled, true, 2, 0), Flag(EnterpriseClientPolicySync__request_token_config_before_client_policy_sync, true, 2, 0), Flag(EnterpriseClientPolicySync__should_force_update_token_after_account_added, false, 2, 0), Flag(EnterpriseClientPolicySync__should_force_update_token_after_managing_app_changed, true, 2, 0), Flag(EnterpriseClientPolicySync__trigger_local_policy_sync_after_app_restrictions_change, false, 2, 0), Flag(EnterpriseClientPolicySync__trigger_on_account_added, true, 2, 0), Flag(EnterpriseClientPolicySync__trigger_on_managing_app_changed, true, 2, 0), Flag(EnterpriseClientPolicySync__wait_for_user_settings, true, 2, 0), Flag(EnterpriseDeviceReport__enable_personal_profile_validation_feedback, true, 2, 0), Flag(EnterpriseDeviceReport__keyed_app_states_request_sync_daily_quota, 3, 1, 0), Flag(EnterpriseDeviceReport__keyed_app_states_whitelisted_packages, '-', 4, 0), Flag(EnterprisePrivacyUxImprovements__enable_work_badge_and_install_text, false, 2, 0), Flag(EventTasks__enable_event_tasks_go_async, false, 2, 0), Flag(EventTasks__enable_language_split_install_event_job, true, 2, 0), Flag(EventTasks__enable_notify_sim_state_listeners_event_job_logic, true, 2, 0), Flag(EventTasks__enable_sim_state_changed_event, true, 2, 0), Flag(EventTasks__event_job_on_event_future_timeout, 'CJYB', 5, 0), Flag(Everglades__card_actions_longpress_log, true, 2, 0), Flag(Everglades__enable_everglades, true, 2, 0), Flag(ExperimentFramework__enable_device_config_upload_for_all_unauth, false, 2, 0), Flag(ExperimentFramework__reset_stale_experiments_status_on_clear_cache_callback, true, 2, 0), Flag(ExposureNotificationClient__ms_delay_for_fallback_apps, 1500, 1, 0), Flag(ExposureNotificationClient__version_regex, '(1[7-9].*)|([2-9].+)', 4, 0), Flag(Family__enable_books_sharing, true, 2, 0), Flag(Family__enable_family_apps_sharing, true, 2, 0), Flag(Family__enable_family_onboarding, true, 2, 0), Flag(Family__enable_movies_sharing, false, 2, 0), Flag(Family__enable_ndfc_free_removal, true, 2, 0), Flag(Family__enable_user_settings_hidden_apps_retriever, false, 2, 0), Flag(FastAppReinstallIpd__enable_fast_app_reinstall_my_apps, false, 2, 0), Flag(FetchBillingUiInstructio
03-30 16:17:07.061 20504 20529 D GetConfigurationSnapsho: ns__enable_fetch_billing_ui_instructions, true, 2, 0), Flag(FifeImage__ttl_in_days, 15, 1, 0), Flag(FileByFile__required_fbf_compression_levels, 'CgkBAgMEBQYHCAk', 5, 0), Flag(FinskyLog__enable_extra_finsky_logging_start_up, false, 2, 0), Flag(FirstPartyOnPbl__enable_first_party_on_pbl, true, 2, 0), Flag(FirstPartyOnPbl__first_party_on_pbl_enabled_package, '', 4, 0), Flag(FixLoggingContextForking__authenticated_activity_default_lc_fork, false, 2, 0), Flag(FixMyAppsExtraBulkDetailsCalls__is_enabled, true, 2, 0), Flag(FixMyAppsV2StopAll__is_enabled, true, 2, 0), Flag(FixRecyclableLoggingBug__is_enabled, true, 2, 0), Flag(FixSearchSuggestionBackButtonLogging__search_suggestions_back_button_logging, true, 2, 0), Flag(FixedBottomSheet__enable_reflow_button_set_background_for_animation, true, 2, 0), Flag(FixedBottomSheet__enable_system_ui_status_bar, false, 2, 0), Flag(FloatingHighlightsRow__disable_fhr_auto_scrolling, false, 2, 0), Flag(ForeverExperiments__enable_hiding_download_count_in_details_title, true, 2, 0), Flag(FoundersPackPreorder__enable_claim_founders_pack_notification, false, 2, 0), Flag(FoundersPackPreorder__enable_founders_pack_preorder, false, 2, 0), Flag(FoundersPackPreorder__founders_pack_notification_data, '', 5, 0), Flag(FoundersPackPreorder__show_original_price, false, 2, 0), Flag(FreeAcquire__enable_bottom_sheet_aia_quick_install, true, 2, 0), Flag(FreeAcquire__enable_bottom_sheet_apps_permissions, true, 2, 0), Flag(FreeAcquire__enable_bottom_sheet_sweeper, false, 2, 0), Flag(FreeAcquire__enable_decouple_free_from_activity_for_alley_oop, true, 2, 0), Flag(FreeAcquire__enable_dependency_install_ui_jank, true, 2, 0), Flag(FreeAcquire__enable_pre_app_logging_fix, true, 2, 0), Flag(FreeAcquire__enable_prompt_for_fop, false, 2, 0), Flag(FullStackIntegrity__is_enabled, false, 2, 0), Flag(GameSdkDeviceInfo__enable_collection, false, 2, 0), Flag(GameplayVideos__enable_hype_panel, false, 2, 0), Flag(GameplayVideos__enabled_package_name, '', 4, 0), Flag(GatewayEarlyDiversion__client_diverted_server_features, '', 5, 0), Flag(GetItemsInstallDetailsFix__set_patch_client_options, true, 2, 0), Flag(GetItemsInstallDetailsFix__set_patch_client_options_for_all_getitems_requests, true, 2, 0), Flag(GmscoreRecovery__phonesky_recover_gmscore_target_versions, '', 4, 0), Flag(GooglePlayProtect__enable_blocking_executor_for_install_verification, true, 2, 0), Flag(GooglePlayProtect__enable_client_warnings_autoscan, true, 2, 0), Flag(GooglePlayProtect__enable_default_on_play_protect_consent_model, true, 2, 0), Flag(GooglePlayProtect__enable_gpp_disable_banned, true, 2, 0), Flag(GooglePlayProtect__enable_gpp_installer_warnings_o_plus, false, 2, 0), Flag(GooglePlayProtect__enable_gpp_installer_warnings_pre_o, false, 2, 0), Flag(GooglePlayProtect__enable_gpp_pha_slice, true, 2, 0), Flag(GooglePlayProtect__enable_play_protect_snackbar, false, 2, 0), Flag(GooglePlayProtect__enable_psic_uninstallation_dialog, false, 2, 0), Flag(GooglePlayProtect__enable_ternary_gpp_upload_consent_model, true, 2, 0), Flag(GooglePlayProtect__killswitch_post_install_verification, false, 2, 0), Flag(GoogleTvFeatures__enable_read_more_pmtv_playback_banner, false, 2, 0), Flag(GoogleTvFeatures__force_dark_theme, false, 2, 0), Flag(GppConsistentNotificationBehaviour__is_enabled, true, 2, 0), Flag(GppOdmlWarnings__is_enabled, true, 2, 0), Flag(GridCluster__recycled_view_pool_size, 8, 1, 0), Flag(HorizontalClusterImpression__disable_extra_layout_space, true, 2, 0), Flag(HypePanel__disable_hype_panel_auto_play, false, 2, 0), Flag(HypePanel__enabled_package_name, '', 5, 0), Flag(HypePanel__live_ops_information_item_freshness_seconds, 600, 1, 0), Flag(HypePanel__logging_enabled_package_name, '', 5, 0), Flag(IabErrorCodeLogging__enable_error_code_logging, true, 2, 0), Flag(IconUniformity__enable_api_21_treatment, true, 2, 0), Flag(IconUniformity__enable_icon_uniformity, true, 2, 0), Flag(IconUniformity__enable_legacy_scaling_treatment, true, 2, 0), Flag(IconUniformity__enable_legacy_
03-30 16:17:07.061 20504 20529 D GetConfigurationSnapsho: treatment, true, 2, 0), Flag(IconUniformity__enable_vx_treatment, true, 2, 0), Flag(ImmersiveAdsBanner__enable_counting_button_click_as_card_click, false, 2, 0), Flag(ImmersiveAdsBanner__enable_hide_immersive_banner_action_button, false, 2, 0), Flag(ImmersiveAdsBanner__enable_install_bar_on_immersive_banner, true, 2, 0), Flag(ImmersiveAdsBanner__enable_response_size_optimization, true, 2, 0), Flag(ImmersiveContentCluster__has_transparent_metadata_bar, true, 2, 0), Flag(ImpressionNode__enable_child_array_clear, true, 2, 0), Flag(InAppBillingCodegen__skip_empty_purchase_data, true, 2, 0), Flag(InAppBillingCodegen__skip_item_in_library_check, true, 2, 0), Flag(InAppBillingLogging__enable_iab_get_purchases_logging, false, 2, 0), Flag(InAppBillingLogging__enable_iab_get_sku_details_logging, true, 2, 0), Flag(InAppBillingLogging__enable_iab_is_billing_supported_additional_logging, true, 2, 0), Flag(InAppBillingLogging__enable_iab_is_billing_supported_logging, true, 2, 0), Flag(InAppBilling__add_library_version_to_extra_param, true, 2, 0), Flag(InAppBilling__add_library_version_to_get_sku_details, false, 2, 0), Flag(InAppBilling__enable_ack_purchase, true, 2, 0), Flag(InAppBilling__enable_ack_purchase_logging, true, 2, 0), Flag(InAppBilling__enable_debug_messages, true, 2, 0), Flag(InAppBilling__enable_dynalog_for_confirming_subs_price_change, true, 2, 0), Flag(InAppBilling__enable_offer_type_lookup_for_consume_purchase, false, 2, 0), Flag(InAppBilling__enable_pending_purchases, true, 2, 0), Flag(InAppBilling__enable_redeem_code_aidl_service, false, 2, 0), Flag(InAppBilling__read_response_code_from_iab_error, true, 2, 0), Flag(InAppBilling__read_response_code_from_iab_error_in_app_purchase_history, true, 2, 0), Flag(InAppBilling__read_response_code_from_iab_error_sku_details, true, 2, 0), Flag(InAppMessaging__add_billing_library_version_to_request, false, 2, 0), Flag(InAppMessaging__enable_always_trigger_callback, true, 2, 0), Flag(InAppMessaging__enable_iab_show_in_app_messages, true, 2, 0), Flag(InAppMessaging__enable_iab_show_in_app_messages_logging, true, 2, 0), Flag(InAppMessaging__kill_switch_disable_code_refactor, false, 2, 0), Flag(InAppOffer__enable_iab_show_in_app_offers, false, 2, 0), Flag(InAppOffers__enable_in_app_offers_ui, false, 2, 0), Flag(InAppPurchaseReporting__log_in_app_item_purchase_to_gmp, false, 2, 0), Flag(InAppPurchaseReporting__report_in_app_item_purchase_to_gmp, true, 2, 0), Flag(InAppPurchaseReporting__report_in_app_item_purchase_to_gmp_measurement, true, 2, 0), Flag(InAppPurchaseReporting__report_in_app_item_purchase_to_gmp_via_rads, true, 2, 0), Flag(InAppReview__disable_frosting_check, true, 2, 0), Flag(InAppReview__enable_in_app_review_service, true, 2, 0), Flag(InAppReview__in_app_review_package_controller, '-', 4, 0), Flag(InAppReview__kill_switch_disable_in_app_review_threshold_check_from_persistent, false, 2, 0), Flag(InAppReview__pending_intent_expire_threshold_sec, 7200, 1, 0), Flag(InAppReview__pending_intent_no_launch_threshold, 20, 1, 0), Flag(InAppReview__playstamp_check_enabled, false, 2, 0), Flag(InAppReview__playstamp_reporting_enabled, true, 2, 0), Flag(InfoArch2__condense_jpkr_subnav, false, 2, 0), Flag(InlineVideo__delay_before_logging_video_player_broken, 10, 1, 0), Flag(InlineVideo__disable_forcing_landscape, false, 2, 0), Flag(InlineVideo__enable_inline_video_on_details_page, true, 2, 0), Flag(InlineVideo__enable_inline_video_redesign, true, 2, 0), Flag(InlineVideo__enable_video_landing_page_logging_fix, true, 2, 0), Flag(InlineVideo__enable_video_play_icon_click_animation, true, 2, 0), Flag(InlineVideo__enable_video_play_icon_click_full_screen_activity, false, 2, 0), Flag(InlineVideo__enable_youtube_update_dialog, true, 2, 0), Flag(InstallAttribution__enable_dse_inform_install_attribution, true, 2, 0), Flag(InstallBarLite__enable_install_bar_lite_strikethrough_price, false, 2, 0), Flag(InstallNotification__killswitch_uninstall_notification_fix, true, 2, 0), Flag(InstallQueueConfig__conflict_r
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: esolver_unconditional_overwrite_reasons, 'ChJiYXR0bGVzdGFyX2luc3RhbGwKC2J1bGtfdXBkYXRlCgxlYXJseV91cGRhdGUKF2VudGVycHJpc2VfYXV0b19pbnN0YWxsCi1lbnRlcnByaXNlX2F1dG9faW5zdGFsbF93aXRob3V0X2xhdW5jaGVyX2ljb24KFnBhY2thZ2VfdXBkYXRlX3NlcnZpY2UKDnNpbmdsZV9pbnN0YWxsCgZ0aWNrbGUKGmRldmVsb3Blcl90cmlnZ2VyZWRfdXBkYXRlChFyYXBpZF9hdXRvX3VwZGF0ZQoUdXNlcl9sYW5ndWFnZV9jaGFuZ2U', 5, 0), Flag(InstallQueue__cancel_and_notify_on_package_removed, false, 2, 0), Flag(InstallQueue__migrate_disallow_by_policy_to_iq, false, 2, 0), Flag(InstallQueue__run_installs_on_readiness_listener, true, 2, 0), Flag(InstallReferrer__disable_broadcast_referrer_param, true, 2, 0), Flag(InstallReferrer__disable_external_referrer_from_installer_data_store, true, 2, 0), Flag(InstallReferrer__enable_fetching_date_string_in_response_header, true, 2, 0), Flag(InstallReferrer__enable_install_referrer_attestation, true, 2, 0), Flag(InstallReferrer__enable_ping_referrer_on_remote_install, true, 2, 0), Flag(InstallReferrer__enable_preregistration_timestamp_in_install_referrer, false, 2, 0), Flag(InstallReferrer__enable_rads_ping_for_continue_url, false, 2, 0), Flag(InstallReferrer__enable_server_timestamp_for_external_referrer, true, 2, 0), Flag(InstallReferrer__enable_verifying_date_string, false, 2, 0), Flag(InstallReferrer__server_timestamp_sync_interval_in_minutes, 30, 1, 0), Flag(Installbar__enable_installbar_pre_jit, false, 2, 0), Flag(Installbar__enable_installbar_v2, true, 2, 0), Flag(Installbar__enable_installbar_v3, false, 2, 0), Flag(InstallerCodegen__allow_oncomplete_in_start_apk_state, false, 2, 0), Flag(InstallerCodegen__cancel_blocking_dormant_download, false, 2, 0), Flag(InstallerCodegen__cancel_checks_installer_v2, false, 2, 0), Flag(InstallerCodegen__cancel_install_request_logs_install_rejected_instead_of_abandoned, true, 2, 0), Flag(InstallerCodegen__check_for_inconsistent_group_values, true, 2, 0), Flag(InstallerCodegen__disable_non_fresh_install_checksums, false, 2, 0), Flag(InstallerCodegen__disable_update_preview_app, false, 2, 0), Flag(InstallerCodegen__disabled_package_logs_install_rejected_instead_of_abandoned, true, 2, 0), Flag(InstallerCodegen__enable_add_checksum, false, 2, 0), Flag(InstallerCodegen__enable_battlestar_auto_update_policy, false, 2, 0), Flag(InstallerCodegen__enable_cancel_pending_shared_libraries_in_my_apps, true, 2, 0), Flag(InstallerCodegen__enable_created_time_threshold_for_group_install_grooming, true, 2, 0), Flag(InstallerCodegen__enable_default_uninstall_observer, false, 2, 0), Flag(InstallerCodegen__enable_delta_patching_for_apex_packages, false, 2, 0), Flag(InstallerCodegen__enable_file_by_file_recursive, true, 2, 0), Flag(InstallerCodegen__enable_gmscore_dependency_notification_for_install, true, 2, 0), Flag(InstallerCodegen__enable_install_time_split_check, true, 2, 0), Flag(InstallerCodegen__enable_log_installer_reject_request_due_to_busy, false, 2, 0), Flag(InstallerCodegen__enable_multi_version_apk_cache, true, 2, 0), Flag(InstallerCodegen__enable_restore_from_cache, true, 2, 0), Flag(InstallerCodegen__enable_update_missing_splits, false, 2, 0), Flag(InstallerCodegen__enable_version_update_checker_refactor, true, 2, 0), Flag(InstallerCodegen__enable_version_update_checker_v2, true, 2, 0), Flag(InstallerCodegen__enable_wtf_on_untracked_session_in_copy, true, 2, 0), Flag(InstallerCodegen__fix_hash_verification_error_logging, true, 2, 0), Flag(InstallerCodegen__gmscore_dependency_notification_whitelisted_appmodules, 'CkMKJmNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLmNocm9tZWNhc3QuYXBwEPza8Ak6FAoOdmlzaW9uLmJhcmNvZGUQARgB', 5, 0), Flag(InstallerCodegen__log_installer_reject_request_due_to_busy_threshold, 'CJAc', 5, 0), Flag(InstallerCodegen__log_recovery_failures, true, 2, 0), Flag(InstallerCodegen__max_stacktrace_length_on_copy_ioexception, 0, 1, 0), Flag(InstallerCodegen__notify_install_error_for_invalid_cases, true, 2, 0), Flag(InstallerCodegen__preserve_full_constraints_in_install_request, true, 2, 0), Flag(InstallerCodegen__recover_in_start_apk_stat
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: e, false, 2, 0), Flag(InstallerCodegen__reject_install_if_the_task_is_idle, true, 2, 0), Flag(InstallerCodegen__show_gmscore_dependency_warning_for_install, false, 2, 0), Flag(InstallerCodegen__skip_resource_cancel_when_no_task, false, 2, 0), Flag(InstallerCodegen__skip_resource_logging_when_no_task, false, 2, 0), Flag(InstallerCodegen__update_installreason_for_install_scheduled, true, 2, 0), Flag(Installer__enable_apk_cache_api_v2, true, 2, 0), Flag(Installer__enable_conflicting_package_logging, false, 2, 0), Flag(Installer__enable_install_request_log_parenting_fix, true, 2, 0), Flag(Installer__enable_instant_app_install_attribution, false, 2, 0), Flag(Installer__enable_shared_library_support, true, 2, 0), Flag(Installer__fix_group_double_logging_on_download_error, true, 2, 0), Flag(Installer__install_error_double_logging_fix, true, 2, 0), Flag(Installer__install_queue_cancel_inactive, false, 2, 0), Flag(Installer__prioritize_enterprise_install_over_group_install, true, 2, 0), Flag(Installer__system_app_check_on_package_removed, true, 2, 0), Flag(InstantAppsAccountManagement__sync_server_opt_in_state_to_gms_core, false, 2, 0), Flag(InstantAppsAdsReferrer__add_instant_param_to_bundle, true, 2, 0), Flag(InstantAppsAdsReferrer__enable_instant_app_launch_broadcast_receiver, true, 2, 0), Flag(InstantAppsAdsReferrer__instant_param_attribution_window, 7, 1, 0), Flag(InstantAppsAdsReferrer__stop_saving_quick_install_referrers, false, 2, 0), Flag(InstantAppsAds__instant_apps_ads_counterfactual_show_more, false, 2, 0), Flag(InstantAppsFlavors__read_flavor_id_from_launch_api_request, true, 2, 0), Flag(InstantAppsIab__enable_iab_to_use_instant_apps_aware_package_manager, false, 2, 0), Flag(InstantAppsInit__enable_startup_init, true, 2, 0), Flag(InstantAppsIntentCreation__use_secure_supervisor_activity_alias_if_available, false, 2, 0), Flag(InstantAppsLaunchKeys__construct_launch_intent_from_launch_key, true, 2, 0), Flag(InstantAppsLaunchKeys__disable_default_url_fallback, false, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_decoding, true, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_key_opt_in_state_checking, true, 2, 0), Flag(InstantAppsLaunchKeys__enable_launch_keys_for_details_page_and_launch_api, true, 2, 0), Flag(InstantAppsLaunchKeys__prefer_launch_key_default_url, false, 2, 0), Flag(InstantAppsOneClickInstall__always_use_quick_install_experience, false, 2, 0), Flag(InstantAppsOneClickInstall__enable_instant_apps_one_click_install, false, 2, 0), Flag(InstantAppsOneClickInstall__instant_apps_one_click_install_whitelisted_packages, 'CiNjb20udGVzdC5hcHAuaW5zdGFudG9uZWNsaWNraW5zdGFsbAohY29tLmJpZ2Zpc2hnYW1lcy50b3lzdG9yeWRyb3Bnb29nCj1jb20ucnZhcHBzdHVkaW9zLmJ1YmJsZS5wb3AuYnViYmxlLnNob290ZXIucHV6emxlLmdhbWUubWF0Y2gzCh9jb20ucnZhcHBzdHVkaW9zLmppZ3Nhdy5wdXp6bGVz', 5, 0), Flag(InstantAppsQuickInstall__quick_install_sweeper_integration, true, 2, 0), Flag(InstantAppsSupervisor__killswitch_remove_supervisor_on_o, false, 2, 0), Flag(InstantAppsSupervisor__remove_supervisor, false, 2, 0), Flag(InstantAppsTryNowVisibility__disable_instant_apps_launch_intents, false, 2, 0), Flag(InstantAppsTryNowVisibility__enable_instant_apps_launch_button_for_users_on_holdback, false, 2, 0), Flag(InstantAppsTryNowVisibility__enable_instant_apps_launch_button_for_users_who_prefer_web, false, 2, 0), Flag(InstantAppsTryNowVisibility__enable_instant_apps_launch_button_on_mdp, true, 2, 0), Flag(InstantAppsTryNowVisibility__enable_try_now_on_tubesky, false, 2, 0), Flag(InstantAppsTv__enable_android_tv_compatibility, false, 2, 0), Flag(InstantAppsUninstallWedgedSupervisor__enable_hygiene_task, false, 2, 0), Flag(InstantAppsUninstallWedgedSupervisor__uninstall_equal_or_below_supervisor_version, 0, 1, 0), Flag(InstantAppsUpgrades__killswitch_instant_app_upgrade_reporting, false, 2, 0), Flag(InstantApps__enable_sync_instant_app_status, true, 2, 0), Flag(InstantApps__trynow_force_framework_resolution_oplus, true, 2, 0), Flag(InstantCartClientCacheBoost__compress_cache_data,
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: true, 2, 0), Flag(InstantCartClientCacheBoost__ignore_developer_id, true, 2, 0), Flag(InstantCart__enable_books_in_store_bundle_prefetch, false, 2, 0), Flag(InstantCart__enable_books_in_store_item_prefetch, true, 2, 0), Flag(InstantCart__enable_bulk_acquire_client_logging, false, 2, 0), Flag(InstantCart__enable_cached_response_for_offer_disambiguation_acquire, true, 2, 0), Flag(InstantCart__enable_calling_app_package_name_in_cache_key, true, 2, 0), Flag(InstantCart__enable_in_store_prefetch_item_offer_type, 'CgEB', 5, 0), Flag(InstantCart__enable_in_store_prefetch_phonesky_backend, 'CgVCT09LUw', 5, 0), Flag(InstantCart__enable_new_cache_key_in_acquire_cache, true, 2, 0), Flag(InstantCart__enable_processing_prefetchable_acquisition, false, 2, 0), Flag(IntegrityService__add_caller_package_name_to_dg_extras, true, 2, 0), Flag(IntegrityService__allow_passing_gcp_number, true, 2, 0), Flag(IntegrityService__default_rate_limit_threshold, 20, 1, 0), Flag(IntegrityService__disable_package_controller, true, 2, 0), Flag(IntegrityService__droidguard_flow_name, 'pia_attest_e1', 4, 0), Flag(IntegrityService__enable_auth_volley_error_handling, false, 2, 0), Flag(IntegrityService__enable_dedicated_rate_limiter, false, 2, 0), Flag(IntegrityService__enable_hygiene_job, false, 2, 0), Flag(IntegrityService__higher_rate_limit_packages, '', 5, 0), Flag(IntegrityService__higher_rate_limit_threshold, 100, 1, 0), Flag(IntegrityService__integrity_pgs_call_timeout_seconds, 300, 1, 0), Flag(IntegrityService__is_enabled, true, 2, 0), Flag(IntegrityService__lower_rate_limit_packages, '', 5, 0), Flag(IntegrityService__lower_rate_limit_threshold, 1, 1, 0), Flag(IntegrityService__nonce_max_length_bytes, 500, 1, 0), Flag(IntegrityService__nonce_min_length_bytes, 16, 1, 0), Flag(IntegrityService__pass_droidguard_flow_name_to_pgs, true, 2, 0), Flag(IntegrityService__rate_limit_window_ms, 60000, 1, 0), Flag(InternalSharing__enable_fix_account_selection_for_installed_internally_shared_apps, true, 2, 0), Flag(InternalSharing__enable_internal_sharing_link_in_resolved_link, true, 2, 0), Flag(InternalSharing__lowest_supported_sdk_version, 16, 1, 0), Flag(InternalSharing__show_warning_module_in_details_page, false, 2, 0), Flag(Ipc__enable_grpc_instant_app_upgrade_to_install, true, 2, 0), Flag(KidsAlleyOop__enable_app_available_if_owned, false, 2, 0), Flag(KidsAlleyOop__enable_description_module_details, true, 2, 0), Flag(KidsAlleyOop__enable_exit_for_paid_app, false, 2, 0), Flag(KidsAlleyOop__enable_flag_item, false, 2, 0), Flag(KidsAlleyOop__enable_policy_footer, false, 2, 0), Flag(KidsAlleyOop__enable_secondary_action_menu, true, 2, 0), Flag(KidsAlleyOop__unblockable_packages_allowlist, 'CiFjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5raWRzLmhvbWUKJ2NvbS5nb29nbGUuYW5kcm9pZC5nb29nbGVxdWlja3NlYXJjaGJveA', 5, 0), Flag(KidsAlleyOop__unblockable_packages_whitelist, 'CiFjb20uZ29vZ2xlLmFuZHJvaWQuYXBwcy5raWRzLmhvbWUKJ2NvbS5nb29nbGUuYW5kcm9pZC5nb29nbGVxdWlja3NlYXJjaGJveA', 5, 0), Flag(KidsInfoPage__enable_header_extra_wide_image, false, 2, 0), Flag(KillSwitches__killswitch_clear_fragment_transaction_fade, true, 2, 0), Flag(KillSwitches__killswitch_device_settings, false, 2, 0), Flag(KoreanAgeVerification__enable_skip_client_document_maturity_check_for_bottom_sheet, true, 2, 0), Flag(KoreanAgeVerification__enable_standalone_bottom_sheet_kav, false, 2, 0), Flag(LargeDownloadWarning__large_download_size_threshold_bytes, 157312000, 1, 0), Flag(LatencySequencerRedesign__custom_dimens_enabled_features, 'CgMEBQY', 5, 0), Flag(LatencySequencerRedesign__disable_use_first_event_page_sub_type_killswitch, false, 2, 0), Flag(LatencySequencerRedesign__disable_use_first_event_page_type_killswitch, false, 2, 0), Flag(LatencySequencerRedesign__support_custom_dimens, true, 2, 0), Flag(LeftNavBottomSheetAddFop__enable_left_nav_bottom_sheet_add_fop, true, 2, 0), Flag(LibraryModule__db_disk_image_malformed_treatment, true, 2, 0), Flag(LibraryModule__ignore_backendid_in_libraryentry, false, 2, 0), Flag(LibraryModule__pop
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: ulate_empty_purchase_data, true, 2, 0), Flag(LibraryModule__set_read_consistency_in_phonesky, false, 2, 0), Flag(Libraryentryignoredoctype__is_enabled, false, 2, 0), Flag(LicensingServiceV1Logging__is_enabled, false, 2, 0), Flag(Licensing__replicate_library_staleness_threshold_days, 30, 1, 0), Flag(LinkFingerprint__snooze_period_minute, 10080, 1, 0), Flag(LiveOps__enable_notify_button_for_upcoming_events, true, 2, 0), Flag(LmdOverlayAllowlist__allowed_packages, '', 5, 0), Flag(LockToPortrait__enable_lock_to_portrait_for_all_flows, false, 2, 0), Flag(LockToPortrait__enable_lock_to_portrait_for_fopless_user, false, 2, 0), Flag(LockToPortrait__enable_lock_to_portrait_for_in_app_purchase, false, 2, 0), Flag(LockToPortrait__enable_transparent_background, false, 2, 0), Flag(LogPageTypeInMainActivity__log_page_type_in_main_activity, true, 2, 0), Flag(LootDrop__enable_account_api_cache_ttl, 'CAU', 5, 0), Flag(LootDrop__enable_account_api_package_allowlist, '+com.companyname.TrenchAssault,net.bohush.connect.me.logic.puzzle,com.joxdev.orbia,com.balysv.loop,com.klikapp.hangman2,com.leodesol.games.classic.maze.labyrinth,com.frozax.thermometers,com.com2us.ddelivery.normal.freefull.google.global.android.common,com.com2us.smon.normal.freefull.google.kr.android.common,com.com2us.hivesdk.normal.freefull.google.global.android.common,com.gameloft.android.ANMP.GloftA9HM,com.mpay.easebar.demo,com.ncsoft.ncmobilesdk.twice,com.netmarble.marvelfr,com.nexon.pls,com.nexon.platform.sdk.sample,com.orange.android.games.shakespell', 4, 0), Flag(LootDrop__enable_account_api_return_value, true, 2, 0), Flag(LootDrop__enable_account_api_timeout, 'EIDKte4B', 5, 0), Flag(LootDrop__enable_loot_drop_delivery, 'allow_via_gms_api', 4, 0), Flag(LootDrop__filter_broadcast_account, false, 2, 0), Flag(LootDrop__loot_drop_delivery_timeout_ms, 1000, 1, 0), Flag(LootDrop__loot_drop_min_gamesapp_version, 193470000, 1, 0), Flag(LootDrop__loot_drop_min_gmscore_version, 200804000, 1, 0), Flag(LoyaltyInToolbar__add_loyalty_progress_card_to_account_menu, true, 2, 0), Flag(LoyaltyInToolbar__add_loyalty_to_expandable_account_menu, true, 2, 0), Flag(LoyaltyInToolbar__add_points_balance_to_toolbar, false, 2, 0), Flag(LoyaltyInToolbar__add_tier_icon_to_account_disc, false, 2, 0), Flag(Loyalty__enable_animated_refresh_on_points_promotion_content_page, true, 2, 0), Flag(Loyalty__enable_earn_tab_refresh_on_quest_status_updates, false, 2, 0), Flag(Loyalty__enable_lottie_on_loyalty_home, true, 2, 0), Flag(Loyalty__enable_lottie_on_purchase_dialog, true, 2, 0), Flag(Loyalty__kill_switch_earn_tab_refresh_on_quest_status_updates, false, 2, 0), Flag(Loyalty__load_details_page_ribbon_icon_from_server, true, 2, 0), Flag(Lvlv2FallbackUpdate__enable_library_update_on_fallback, true, 2, 0), Flag(Lvlv2FallbackUpdate__is_enabled, true, 2, 0), Flag(Lvlv2FallbackUpdate__is_enabled_in_hygiene_job, true, 2, 0), Flag(MainlineSystemImageVersionPinning__is_enabled, false, 2, 0), Flag(Mainline__cancel_untracked_mainline_sessions, false, 2, 0), Flag(Mainline__enable_autoupdate_manual_check, true, 2, 0), Flag(Mainline__enable_canceling_over_pruning_group_install, false, 2, 0), Flag(Mainline__enable_reboot_notification, false, 2, 0), Flag(Mainline__install_only_first_train_when_no_filesystem_checkpoint, true, 2, 0), Flag(Mainline__mainline_train_primary_logging_parent_name, 'com.google.android.modulemetadata', 4, 0), Flag(Mainline__mainline_train_primary_train_name, 'mainline_train_primary', 4, 0), Flag(Mainline__parent_session_name_regex, '([a-z_\\.]+):[0-9]+', 4, 0), Flag(Mainline__reboot_interval_end_hour, 5, 1, 0), Flag(Mainline__reboot_interval_start_hour, 1, 1, 0), Flag(Mainline__skip_untracked_or_to_cancel_trains, true, 2, 0), Flag(Mainline__unattended_update_prepare_threshold, 5, 1, 0), Flag(MaterialNextOverscroll__disable_overscroll_stretch_on_s_plus, false, 2, 0), Flag(MaterialNextOverscroll__enable_vertical_overlap_offset_for_edge_effect, true, 2, 0), Flag(MetadataView__enable_creator_special_color, true, 2, 0
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: ), Flag(MetadataView__enable_search_result_page_migration, true, 2, 0), Flag(MetadataView__enable_show_vx_price_on_shared_line, false, 2, 0), Flag(MetadataView__measure_by_priority, true, 2, 0), Flag(MetadataView__use_migrated_vertically_stacked_cluster, true, 2, 0), Flag(MetadataView__use_migrated_view, true, 2, 0), Flag(MetadataView__vertically_stacked_max_rows, 3, 1, 0), Flag(ModuloHeterogeneousCardRecycling__enable_heterogeneous_card_recycling, true, 2, 0), Flag(ModuloIntegration__enable_use_icon_text_combination_view, false, 2, 0), Flag(MultiAccountIab__enable_multi_account_iab_get_purchases, false, 2, 0), Flag(MultiAccountIab__enable_multi_account_iab_switch_account, false, 2, 0), Flag(MultiAccountIab__enable_multi_account_package_allow_list, '', 5, 0), Flag(MultiAccountIab__enable_multi_account_package_block_list, '', 5, 0), Flag(MultiOfferSkuDetails__kill_switch_sku_details_extra_params, false, 2, 0), Flag(MultiProcess__process_metrics, false, 2, 0), Flag(MultiProcess__process_metrics_detailed, false, 2, 0), Flag(MultiProcess__process_metrics_initialization, false, 2, 0), Flag(MultiProcess__process_metrics_memory, false, 2, 0), Flag(MultiProcess__process_metrics_successful_start, false, 2, 0), Flag(MultilineSubscriptions__enable_exit_affordance_on_full_screen, true, 2, 0), Flag(MultilineSubscriptions__exit_affordance_threshold, 0.8, 3, 0), Flag(MultilineSubscriptions__snap_to_fullscreen_multiplier, -1.0, 3, 0), Flag(MvcActionButtonsReplaceOpenWithPlay__is_enabled, true, 2, 0), Flag(MyAppsAssistCard__ENABLE_MY_APPS_ASSIST_CARD_REQUEST_LOGGING, false, 2, 0), Flag(MyAppsAssistCard__SHOW_ASSIST_CARD_DISMISSAL_UNDO_SNACKBAR, false, 2, 0), Flag(MyAppsBetaTab__enable_my_apps_beta_tab, true, 2, 0), Flag(MyAppsImpressionFix__enable_my_apps_impression_fix, false, 2, 0), Flag(MyAppsManagement__enable_my_apps_management_permission_row, false, 2, 0), Flag(MyAppsV2__my_apps_v2_installed_tab_size_sort_delay, 'EICEr18', 5, 0), Flag(NativeBrotliCompression__native_brotli_compressed_fbf_patches_targeting_conroller, false, 2, 0), Flag(NetworkRequestConfig__background_executor_core_pool_size, 10, 1, 0), Flag(NetworkRequestConfig__background_executor_keep_alive_time_seconds, 120, 1, 0), Flag(NetworkRequestConfig__background_executor_max_pool_size, 20, 1, 0), Flag(NetworkRequestConfig__cronet_executor_core_pool_size, 4, 1, 0), Flag(NetworkRequestConfig__cronet_executor_keep_alive_time_seconds, 120, 1, 0), Flag(NetworkRequestConfig__cronet_executor_max_pool_size, 10, 1, 0), Flag(NetworkRequestMigration__migrate_add_delete_review_to_cronet, true, 2, 0), Flag(NetworkRequestMigration__migrate_getbrowselayout_to_cronet, false, 2, 0), Flag(NetworkRequestMigration__migrate_getdetails_resolvelink_to_cronet, false, 2, 0), Flag(NetworkRequestMigration__migrate_getlist_to_cronet, false, 2, 0), Flag(NetworkRequestMigration__migrate_getreviews_to_cronet, false, 2, 0), Flag(NetworkRequestMigration__migrate_gettoc_inuserflow_to_cronet, false, 2, 0), Flag(NetworkRequestMigration__migrate_search_to_cronet, false, 2, 0), Flag(NetworkRequestMigration__migrate_searchsuggest_to_cronet, true, 2, 0), Flag(NotificationAssist__delay_step_ms, 1800000, 1, 0), Flag(NotificationAssist__delay_strategy, 'ml', 4, 0), Flag(NotificationAssist__enable_delay, false, 2, 0), Flag(NotificationAssist__enable_logging, false, 2, 0), Flag(NotificationAssist__historical_interactions_ttl_ms, 5184000000, 1, 0), Flag(NotificationAssist__max_delay_ms, 43200000, 1, 0), Flag(NotificationAssist__notification_types, '900,903,904', 4, 0), Flag(NotificationAssist__static_delay_ms, 300000, 1, 0), Flag(NotificationCenter__notification_html_hyperlink_support, false, 2, 0), Flag(NotificationClickability__disable_opt_out_user, false, 2, 0), Flag(NotificationClickability__enable_ablation, false, 2, 0), Flag(NotificationClickability__enable_hygiene, true, 2, 0), Flag(NotificationClickability__enable_outstanding_update_ablation, false, 2, 0), Flag(NotificationClickability__enable_prediction, true, 2, 0), Flag(No
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: tificationClickability__enable_report_stats, true, 2, 0), Flag(NotificationClickability__enable_signal_collection, true, 2, 0), Flag(NotificationClickability__enable_signal_gc, true, 2, 0), Flag(NotificationClickability__enable_successful_update_ablation, false, 2, 0), Flag(NotificationClickability__max_no_show_days, 3, 1, 0), Flag(NotificationClickability__min_signal_collection_days_for_prediction, 7, 1, 0), Flag(NotificationClickability__outstanding_update_max_no_show_millis, 777600000, 1, 0), Flag(NotificationClickability__prediction_cache_ttl_hours, 12, 1, 0), Flag(NotificationClickability__prediction_threshold, 0.0, 3, 0), Flag(NotificationClickability__signal_ttl_days, 60, 1, 0), Flag(NotificationClickability__successful_update_max_no_show_millis, 31536000000, 1, 0), Flag(NotificationSettings__enable_notification_settings_logging, true, 2, 0), Flag(Notificationacksourcelogging__is_enabled, true, 2, 0), Flag(Notifications__ablation_notification_ui_element_types, 'CgShB4YH', 5, 0), Flag(Notifications__dedup_impressions, true, 2, 0), Flag(Notifications__disable_notification_broadcast_receiver_foreground, false, 2, 0), Flag(Notifications__disable_updates_completion_channel_shrinking, false, 2, 0), Flag(Notifications__enable_adding_delete_intent_for_all_notifications, true, 2, 0), Flag(Notifications__enable_adding_impression_details_to_notification_extras, true, 2, 0), Flag(Notifications__enable_adding_manage_notifications_cta_to_all_fg_notifications, false, 2, 0), Flag(Notifications__enable_deletion_logging_for_all_notifications, true, 2, 0), Flag(Notifications__enable_impression_logging_for_all_notifications, true, 2, 0), Flag(Notifications__enable_logging_notification_updates, true, 2, 0), Flag(Notifications__enable_notification_click_logging_in_main_activity, true, 2, 0), Flag(Notifications__enable_notification_click_logging_in_package_verification, true, 2, 0), Flag(Notifications__enable_notification_for_apps_with_active_subscriptions_v2, true, 2, 0), Flag(Notifications__enable_notification_info_logging_for_clicks, true, 2, 0), Flag(Notifications__forced_dismissible_notification_types, 'CgKgBw', 5, 0), Flag(Notifications__notification_logcat_throttle_duration, 'CDw', 5, 0), Flag(Notifications__show_mainline_notif_icon_system_update_white, false, 2, 0), Flag(Notifications__suppress_successfully_installed_notification_for_install_reason, 'Cg5TSU5HTEVfSU5TVEFMTA', 5, 0), Flag(Notifications__uninstall_app_with_active_subs_notification_variant, 'OTHER_DEVICES', 4, 0), Flag(Oauth2__use_oauth2_for_dfe_requests, true, 2, 0), Flag(Oauth2__use_oauth2_for_odyssey_requests, true, 2, 0), Flag(OfflineInstall__enable_offline_install, true, 2, 0), Flag(OfflineMyApps__enable_offline_myapps, false, 2, 0), Flag(OfflineMyApps__enable_v2_data_controllers, false, 2, 0), Flag(OlWarnings__is_enabled, true, 2, 0), Flag(OnDeviceSearchSuggest__enable_on_device_search_suggest, true, 2, 0), Flag(OnDeviceSearchSuggest__min_results_required_for_on_device_suggest, 5, 1, 0), Flag(OnDeviceSearchSuggest__on_device_suggest_max_wait_time_ms, 150, 1, 0), Flag(OpenActionButton__enable_ads_click_tracking, false, 2, 0), Flag(OpenAppLinkLaunchLogging__is_enabled, false, 2, 0), Flag(OpenBrowserMDevice__enable, false, 2, 0), Flag(OptimizePostInstallModule__display_post_install_ads_upon_clicking_install_button, true, 2, 0), Flag(OrsonDetailPage__enable_orson_detail_page, false, 2, 0), Flag(OutOfAppPurchasableInAppProductFeatures__fetch_out_of_app_purchasable_in_app_products_information, false, 2, 0), Flag(OutOfAppPurchasableInAppProductFeatures__pass_grantable_voucher_token_to_purchase_flow, true, 2, 0), Flag(OutOfAppPurchasableInAppProductFeatures__use_out_of_app_purchasable_in_app_products_information, false, 2, 0), Flag(OutOfAppPurchasableInAppProductFeatures__use_out_of_app_purchasable_in_app_products_information_on_mdp, false, 2, 0), Flag(P2pAppUpdates__enable_peer_to_peer_app_updates_api, true, 2, 0), Flag(P2p__allow_p2p_installs_to_override_existing, true, 2, 0), Flag(
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: P2p__check_all_packages_for_uid, true, 2, 0), Flag(P2p__enable_dynamic_eval_skip_missing_custom_languages, true, 2, 0), Flag(P2p__enable_evaluate_detailed_logcat, false, 2, 0), Flag(P2p__enable_frosted_apk_copy_to_internal_storage, false, 2, 0), Flag(P2p__enable_frosting_format_version_evaluate, false, 2, 0), Flag(P2p__enable_obb_evaluation, true, 2, 0), Flag(P2p__enable_p2p_device_token_migration, true, 2, 0), Flag(P2p__enable_p2p_feedback, false, 2, 0), Flag(P2p__enable_p2p_kiosk_mode, false, 2, 0), Flag(P2p__enable_p2p_my_apps_v2_entrypoint, true, 2, 0), Flag(P2p__enable_p2p_offline_page_entrypoint, true, 2, 0), Flag(P2p__enable_p2p_restore_hidden_apps_check, true, 2, 0), Flag(P2p__enable_p2p_session_cleanup, true, 2, 0), Flag(P2p__enable_p2p_vanilla_receiver_send_apps, true, 2, 0), Flag(P2p__enable_p2p_vanilla_send_more_apps, true, 2, 0), Flag(P2p__enable_p2p_vanilla_sharing, true, 2, 0), Flag(P2p__enable_peer_to_peer_app_sharing_api, true, 2, 0), Flag(P2p__enable_peer_to_peer_gaia_testing, false, 2, 0), Flag(P2p__enable_peer_to_peer_tos_testing, false, 2, 0), Flag(P2p__enable_return_experiment_config_with_isready_by_caller, 'Cgljbi54ZW5kZXIKF2NvbS5sZW5vdm8uYW55c2hhcmUuZ3BzChZjb20uZ29vZ2xlLmFuZHJvaWQuZ21zChNjb20udGVzdC5hcHAucDJwYXBw', 5, 0), Flag(P2p__enable_scheduled_acquisition, true, 2, 0), Flag(P2p__highest_enabled_api_version, 2, 1, 0), Flag(P2p__p2p_app_listing_eligibility, true, 2, 0), Flag(P2p__p2p_blocklisted_packages, '', 5, 0), Flag(P2p__p2p_corp_account_gate_passed, true, 2, 0), Flag(P2p__p2p_default_api_caller_allowlist, 'Cn0KIWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLm5idS5maWxlcxIrSUhyNW9UT21NTVFrYWdiSG5BbVVhbkNFRDBjQzdsdXFVL041RzFON0R4URIrNW1tOStMQW52UVoyRUNSbkhTc0R5dWRRVnVnSUVpNENuSXZpVHhkd2JYUQpyChZjb20uZ29vZ2xlLmFuZHJvaWQuZ21zEis4UDFzVzBFUEpjc2x3N1V6UnNpWEw2NHcrTzUwRWQrUkJJQ3RheTFnMjRNEitHWFd5OFhGM3ZJbWwzL01mbm1TbXl1S0JwVDNCMGRXYkhSUi80Y2dxK2dBCkQKFWNvbS5hbmRyb2lkLmxhdW5jaGVyMxIrYk96RkRqU3VNYisxWjRtRzF0YlRjMnhYSGUwdkpGbFNkNVBoOEZUckRKcwpGChdjb20ubGVub3ZvLmFueXNoYXJlLmdwcxIrdlJBcWxHYVlsZ2VOdWNabHNodTlQWFpwSC9acTZYVVpvMk5NTk1PZ0pVSQo4Cgljbi54ZW5kZXISK0xjVWUyeEdRWG5UbkVzRWp0Q3pvclc5aU5vZlpFdXNGSHhRUlprYnZtck0KQgoTY29tLnRlc3QuYXBwLnAycGFwcBIrNHpnWHVQR2FuSzhBcTdqRGVTWkdwZ1FML3pHWjZyaVZJQVN2T2RzOXcyWQ', 5, 0), Flag(P2p__p2p_destination_protocol_version, 3, 1, 0), Flag(P2p__p2p_enable_content_filter_gate, true, 2, 0), Flag(P2p__p2p_enable_under_eighteen_account_gate, true, 2, 0), Flag(P2p__p2p_nearby_enable_wifi_aware, true, 2, 0), Flag(P2p__p2p_nearby_enable_wifi_lan, true, 2, 0), Flag(P2p__p2p_nearby_wait_for_bandwidth_quality, 0, 1, 0), Flag(P2p__p2p_nearby_wait_for_bandwidth_quality_timeout_ms, 0, 1, 0), Flag(P2p__p2p_sender_api_caller_allowlist, 'CnIKFmNvbS5nb29nbGUuYW5kcm9pZC5nbXMSKzhQMXNXMEVQSmNzbHc3VXpSc2lYTDY0dytPNTBFZCtSQklDdGF5MWcyNE0SK0dYV3k4WEYzdkltbDMvTWZubVNteXVLQnBUM0IwZFdiSFJSLzRjZ3ErZ0EKRAoVY29tLmFuZHJvaWQubGF1bmNoZXIzEitiT3pGRGpTdU1iKzFaNG1HMXRiVGMyeFhIZTB2SkZsU2Q1UGg4RlRyREpzCkIKE2NvbS50ZXN0LmFwcC5wMnBhcHASKzR6Z1h1UEdhbks4QXE3akRlU1pHcGdRTC96R1o2cmlWSUFTdk9kczl3Mlk', 5, 0), Flag(P2p__p2p_session_expiration_duration, 'CJAc', 5, 0), Flag(P2p__p2p_session_heartbeat_duration, 'CIQH', 5, 0), Flag(P2p__p2p_source_protocol_version, 3, 1, 0), Flag(P2p__p2p_supervised_account_gate_passed, true, 2, 0), Flag(P2p__p2p_unknown_age_is_under_eighteen, false, 2, 0), Flag(P2p__p2p_updates_api_caller_allowlist, 'Cn0KIWNvbS5nb29nbGUuYW5kcm9pZC5hcHBzLm5idS5maWxlcxIrSUhyNW9UT21NTVFrYWdiSG5BbVVhbkNFRDBjQzdsdXFVL041RzFON0R4URIrNW1tOStMQW52UVoyRUNSbkhTc0R5dWRRVnVnSUVpNENuSXZpVHhkd2JYUQpGChdjb20ubGVub3ZvLmFueXNoYXJlLmdwcxIrdlJBcWxHYVlsZ2VOdWNabHNodTlQWFpwSC9acTZYVVpvMk5NTk1PZ0pVSQo4Cgljbi54ZW5kZXISK0xjVWUyeEdRWG5UbkVzRWp0Q3pvclc5aU5vZlpFdXNGSHhRUlprYnZtck0KQgoTY29tLnRlc3QuYXBwLnAycGFwcBIrNHpnWHVQR2FuSzhBcTdqRGVTWkdwZ1FML3pHWjZyaVZJQVN2T2RzOXcyWQ', 5, 0), Flag(P2p__p2p_use_strict_availability_policies, false, 2, 0), Flag(P2p__use_abi_info_from_frosting, true, 2, 0), Flag(P2p__use_apk_results_list_for_events, true, 2, 0), Flag(PackageMana
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: ger__enable_apk_signing_info, true, 2, 0), Flag(PackageManager__enable_get_signing_certificates_flag, false, 2, 0), Flag(PackageManager__enable_sha256_certs, true, 2, 0), Flag(PageDwellTimeLogging__disable_legacy_impl, false, 2, 0), Flag(PageDwellTimeLogging__enable_page_dwell_time_logging, true, 2, 0), Flag(PageDwellTimeLogging__enable_start_from_first_image, true, 2, 0), Flag(PartialAuth__enable_partial_auth_auto_update, false, 2, 0), Flag(PartialAuth__enable_partial_auth_my_apps, false, 2, 0), Flag(PaymentsDeviceTokens__killswitch_pm_auth_config, false, 2, 0), Flag(PaymentsGmsCore__enable_gmscore_for_left_nav_billing_profile, true, 2, 0), Flag(PaymentsGmsCore__enable_gmscore_prewarm, true, 2, 0), Flag(PaymentsGmsCore__enable_gmscore_prewarm_logging, false, 2, 0), Flag(PaymentsGmsCore__enable_gmscore_wallet_library, false, 2, 0), Flag(PaymentsGmsCore__enable_pay_module_payse_client, false, 2, 0), Flag(PaymentsGmsCore__instrument_manager_selected_instrument_key, 'sii', 4, 0), Flag(PaymentsGmsCore__killswitch_disable_megalogs_logging, true, 2, 0), Flag(PaymentsGmsCore__killswitch_enable_o2_logging, false, 2, 0), Flag(PaymentsGmsCore__min_api_version, 202112000, 1, 0), Flag(PaymentsGmsCore__transition_style, 'default', 4, 0), Flag(PaymentsLostBuyflowSession__enable_restore_sidecar_during_on_create, true, 2, 0), Flag(PaymentsOcr__should_call_ocr_service_when_building_request, true, 2, 0), Flag(PaymentsOcr__should_send_analytics, true, 2, 0), Flag(PaymentsOcr__should_set_calling_package, true, 2, 0), Flag(PcsiAsyncClusterRenderingLatencyLogging__disable_legacy_async_cluster_latency_logging, true, 2, 0), Flag(PcsiAsyncClusterRenderingLatencyLogging__enable_pcsi_async_cluster_rendering_latency_logging, false, 2, 0), Flag(PcsiStaleEventFix__enable_stale_sequencer_watcher, false, 2, 0), Flag(PcsiStaleEventFix__is_enabled, true, 2, 0), Flag(PcsiStaleEventFix__max_stale_event_count, 3, 1, 0), Flag(PcsiStaleEventFix__stale_threshold_ms, 180000, 1, 0), Flag(PdsCertificateRule__include_apk_signing_info_in_bulkdetails, false, 2, 0), Flag(PdsCertificateRule__package_controller, '+', 4, 0), Flag(PerAppCompatOverrides__is_enabled, false, 2, 0), Flag(PerTransactionOffer__enable_per_transaction_offer, true, 2, 0), Flag(Phenotype__enable_cache_clearing_ps_exp, true, 2, 0), Flag(Phenotype__enable_phenotype_heterodyne_logging, false, 2, 0), Flag(Phoenix__delay_phoenix_installation_request, 200, 1, 0), Flag(Phoenix__disable_phoenix_closing_animation_for_free, true, 2, 0), Flag(Phoenix__enable_background_component_refresh, true, 2, 0), Flag(Phoenix__enable_decouple_free_from_activity, true, 2, 0), Flag(Phoenix__enable_phoenix_redeem_from_left_nav, true, 2, 0), Flag(Phoenix__enable_phoenix_use_google_news_color, true, 2, 0), Flag(Phoenix__kill_switch_disable_phoenix_alley_oop, false, 2, 0), Flag(Phoenix__kill_switch_disable_using_response_bundle_in_acquire_result, false, 2, 0), Flag(Phoenix__kill_switch_enable_inapp_purchase_info_purchase_params_model, true, 2, 0), Flag(Phoenix__kill_switch_fixed_bottomsheet_dialog_use_content_transition_none, true, 2, 0), Flag(Phoenix__kill_switch_fixed_bottomsheet_dialog_use_screen_transition_none, true, 2, 0), Flag(Phoenix__kill_switch_to_phoenix_dedupe_free_apps_request, false, 2, 0), Flag(Phoenix__phoenix_trigger_install_after_activity_close, false, 2, 0), Flag(Phoenix__trigger_install_after_activity_close, false, 2, 0), Flag(PhoneskyDumpsys__enable_dump_install_status_from_install_queue_facade, true, 2, 0), Flag(PhoneskyDumpsys__enable_dump_timeout, true, 2, 0), Flag(PhoneskyDumpsys__enable_phonesky_dumpsys_in_prod_versions, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header, true, 2, 0), Flag(PhoneskyHeader__enable_phonesky_header_migration, false, 2, 0), Flag(PhoneskyHeaders__migrate_setup_flow_to_url_param, false, 2, 0), Flag(PhoneskyMoviesShutdown__enable_dp_message, false, 2, 0), Flag(PhoneskyScheduler__killswitch_data_subscription_roaming, false, 2, 0), Flag(PhoneskySetup__app_size_threshold_mb, 10, 1, 0), Fla
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: g(PhoneskySetup__enable_all_setup_service_api_usage_logging, true, 2, 0), Flag(PhoneskySetup__enable_deferred_setup_intent_in_progress_notification, true, 2, 0), Flag(PhoneskySetup__enable_dismissible_wait_for_wifi_notification, false, 2, 0), Flag(PhoneskySetup__enable_displaying_paused_state_in_setup_notification, true, 2, 0), Flag(PhoneskySetup__enable_explicit_pendingintent_mutability, true, 2, 0), Flag(PhoneskySetup__enable_get_recommended_preinstalls_caller_allowlist, true, 2, 0), Flag(PhoneskySetup__enable_pai_bc_changes, true, 2, 0), Flag(PhoneskySetup__enable_pai_using_gliflayout, true, 2, 0), Flag(PhoneskySetup__enable_persistent_pause_app_updates_calls, true, 2, 0), Flag(PhoneskySetup__enable_restore_service_refactor, false, 2, 0), Flag(PhoneskySetup__enable_setup_notification_navigate_to_pending_downloads, false, 2, 0), Flag(PhoneskySetup__get_recommended_preinstalls_caller_allowlist, 'org.chromium.arc.applauncher:D78D2C53EEFD3E5A34DAAA1006CCD21C170887FCB76E04CF48414B86504C3C78,830FC77C05BADE2C6DA9941243F4B23AB493C50B8A6149729EBD5C72FA11ECF4;org.chromium.arc.gms:577117617082BA9730616E23CEB970D7557FDFB32284D75DE07E228230D7627B,FBA8B1BC667CC9789D1F366C29E2A4BAC9A1FE5D93E23C7540E4976C816CEE03;com.google.android.gms:F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83,1975B2F17177BC89A5DFF31F9E64A6CAE281A53DC1D1D59B1D147FE1C82AFA00;com.google.android.car.setupwizard:94FCE8BDCB45B42F6228822D675F83A67A77202CAE30E3EADDE7D6E8E2F04DCF,934546A89F3B21F7C4F3DE926CB6050599BB391A25C50C7C6F6726A29092DCCD;com.google.android.wearable.setupwizard:6365B3F75FB737ACB91C25C6F25C4D6787101760888405AC0633FD0CAE881845,301AA3CB081134501C45F1422ABC66C24224FD5DED5FDC8F17E697176FD866AA', 4, 0), Flag(PhoneskySetup__importance_monitor_job_minimum_latency, 'CKwC', 5, 0), Flag(PhoneskySetup__importance_monitor_job_override_deadline, 'COgC', 5, 0), Flag(PhoneskySetup__include_apn_in_data_subscription_info, false, 2, 0), Flag(PhoneskySetup__include_carrier_id_in_data_subscription_info, true, 2, 0), Flag(PhoneskySetup__killswitch_early_update, false, 2, 0), Flag(PhoneskySetup__noop_phenotype_flag_in_setup, false, 2, 0), Flag(PhoneskySetup__pai_fetch_timeout, 'CA8', 5, 0), Flag(PhoneskySetup__pause_app_updates_caller_allowlist, 'com.google.android.apps.pixelmigrate:AFEE62FB653C9D863D1A6D6046B35225BF6380DD4657B105E8331A1DE49F9F91,E52BF33122251A20E747BA9D26AED7A4B4A75692C579171A425F72D6EED5760C;com.google.android.apps.restore:56BE132B780656FE2444CD34326EB5D7AAC91D2096ABF0FE673A99270622EC87,CE74646CCC647C1640C4571023E1CF71B90E4D1D07167C184BE29136449E4C7F;com.google.android.setupwizard:F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83,1975B2F17177BC89A5DFF31F9E64A6CAE281A53DC1D1D59B1D147FE1C82AFA00;com.google.android.gms:F0FD6C5B410F25CB25C3B53346C8972FAE30F8EE7411DF910480AD6B2D60DB83,1975B2F17177BC89A5DFF31F9E64A6CAE281A53DC1D1D59B1D147FE1C82AFA00;com.google.android.wearable.setupwizard:6365B3F75FB737ACB91C25C6F25C4D6787101760888405AC0633FD0CAE881845,301AA3CB081134501C45F1422ABC66C24224FD5DED5FDC8F17E697176FD866AA;com.google.android.car.setupwizard:94FCE8BDCB45B42F6228822D675F83A67A77202CAE30E3EADDE7D6E8E2F04DCF,934546A89F3B21F7C4F3DE926CB6050599BB391A25C50C7C6F6726A29092DCCD;com.google.android.apps.work.clouddpc:23962F4B43B9857638EA66F4D419518EAE282491ACDA4B94707BD59003C45E58,E78F85844EBCBC47ED78B4213DCF5E6603137B8EC5160294DA33632C31FED147', 4, 0), Flag(PhoneskySetup__pause_app_updates_timeout, 'CJAc', 5, 0), Flag(PhoneskySetup__remove_user_cancel_from_failure_count, true, 2, 0), Flag(PhoneskySetup__setup_progress_re_register_timeout, 'CKwC', 5, 0), Flag(PhoneskySetup__setup_progress_service_register_timeout, 'CAU', 5, 0), Flag(PhoneskySetup__skip_pai_config_apk_check, false, 2, 0), Flag(PhoneskySetup__started_activity_from_pai_notification, true, 2, 0), Flag(PhoneskySetup__wait_for_wifi_notification_intervals, 1, 1, 0), Flag(PhoneskySetup__wait_for_wifi_notification_max_retries, 3, 1, 0), Flag(PlayCore__enable_app_not_owned_error_code, tr
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: ue, 2, 0), Flag(PlayCore__hygiene_long_task_timeout, 'CNgE', 5, 0), Flag(PlayCore__hygiene_min_latency, 'CNgE', 5, 0), Flag(PlayCore__log_play_core_latency, true, 2, 0), Flag(PlayCore__minimum_playcore_version_for_app_not_owned_error_code, 10704, 1, 0), Flag(PlayCore__use_common_playcore_throttler, false, 2, 0), Flag(PlayFirstLaunchToUninstallDiff__is_enabled, true, 2, 0), Flag(PlayInstallService__enable_enx_headless_install_policy, true, 2, 0), Flag(PlayInstallService__killswitch_webapk_notification_mode, false, 2, 0), Flag(PlayJankLogging__bucket_bounds, 'CicPFBkeIygtMjc8QVBVWl+HAYwBkQGWAawCkAP0A9gEvAWgBoQH6Ac', 5, 0), Flag(PlayJankLogging__enable_deadline_based_metrics, true, 2, 0), Flag(PlayJankLogging__interval_duration, 200, 1, 0), Flag(PlayJankLogging__is_enabled, true, 2, 0), Flag(PlayPassAppDetailPageClusters__is_enabled, false, 2, 0), Flag(PlayPass__auto_scroll_delay_millis, 250, 1, 0), Flag(PlayPass__details_page_extension_reminder_triggering_period, '', 5, 0), Flag(PlayPass__enable_acquire_with_extra_item_id, true, 2, 0), Flag(PlayPass__enable_auto_scroll_to_server_specified_cluster, true, 2, 0), Flag(PlayPass__enable_extra_info_section_in_splash_page, true, 2, 0), Flag(PlayPass__enable_flex_family_onboarding_flow, true, 2, 0), Flag(PlayPass__enable_ndfc_free_removal, true, 2, 0), Flag(PlayPass__enable_new_layout_for_left_nav_header_image, false, 2, 0), Flag(PlayPass__enable_new_layout_for_primary_nav_header_image, false, 2, 0), Flag(PlayPass__enable_new_layout_for_primary_nav_header_video, true, 2, 0), Flag(PlayPass__enable_play_pass_setup_page_for_subscribers, false, 2, 0), Flag(PlayPass__enable_primary_nav_activation_spinner, false, 2, 0), Flag(PlayPass__enable_signup_page_tool_bar_visual_refresh, false, 2, 0), Flag(PlayPass__enable_starting_play_pass_spinner, true, 2, 0), Flag(PlayPass__enable_strike_through_price_on_editorial_page, true, 2, 0), Flag(PlayPass__enable_tool_bar_activation_button_click, false, 2, 0), Flag(PlayPass__enable_use_url_from_server, true, 2, 0), Flag(PlayPass__enable_warning_message_module_user_settings_cache_listener, false, 2, 0), Flag(PlayPass__killswitch_enable_use_url_from_toc, false, 2, 0), Flag(PlayPass__merge_response_bundle_in_acquire_result, true, 2, 0), Flag(PlayPass__show_alternative_plan_below_second_benefits_section, false, 2, 0), Flag(PlayPass__show_play_pass_ribbon_with_cta, false, 2, 0), Flag(PlayPass__starting_play_pass_spinner_duration, 'CAM', 5, 0), Flag(PlayPass__stop_play_reinitialization_for_existing_active_subscribers, false, 2, 0), Flag(PlayProtect__advanced_protection_additional_approved_apps, '', 5, 0), Flag(PlayProtect__advanced_protection_approved_apps_config_path, 'mobile-ap/config/prod', 4, 0), Flag(PlayProtect__advanced_protection_learn_more_url, 'https://support.google.com/accounts?p=ap-and', 4, 0), Flag(PlayProtect__advanced_protection_whitelisted_installers, 'ChZjb20uZ29vZ2xlLmFuZHJvaWQuZ21z', 5, 0), Flag(PlayProtect__app_installer_warning_dismissal_period_days, 90, 1, 0), Flag(PlayProtect__auto_disable_system_phas_kill_switch, false, 2, 0), Flag(PlayProtect__autodisable_and_update_phas_in_play, false, 2, 0), Flag(PlayProtect__client_datastore_writing_kill_switch, false, 2, 0), Flag(PlayProtect__client_side_scanning_hygiene_job, true, 2, 0), Flag(PlayProtect__client_side_scanning_max_apps, 2, 1, 0), Flag(PlayProtect__collect_reliable_app_usage_data, true, 2, 0), Flag(PlayProtect__disabled_gramophone_model_id_list, '', 5, 0), Flag(PlayProtect__enable_advanced_protection_approved_apps, false, 2, 0), Flag(PlayProtect__enable_advanced_protection_unknown_source_blocking, true, 2, 0), Flag(PlayProtect__enable_android_auto_consent_model, false, 2, 0), Flag(PlayProtect__enable_block_unstamped_installs, false, 2, 0), Flag(PlayProtect__enable_chameleon, false, 2, 0), Flag(PlayProtect__enable_cltho_telemetry, true, 2, 0), Flag(PlayProtect__enable_collect_checkbox_consent, false, 2, 0), Flag(PlayProtect__enable_collection_basis_verifier, false, 2, 0), Flag(PlayProtect__enable
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: _dogfood_for_permission_auto_revocation, false, 2, 0), Flag(PlayProtect__enable_google_signed_check_optimization, false, 2, 0), Flag(PlayProtect__enable_gramophone_model_encryption, true, 2, 0), Flag(PlayProtect__enable_gramophone_verdict_logging, false, 2, 0), Flag(PlayProtect__enable_grouped_muws_notifications, true, 2, 0), Flag(PlayProtect__enable_hide_default_on_notification_when_full_on, true, 2, 0), Flag(PlayProtect__enable_internal_testing_mode_for_permission_auto_revocation, false, 2, 0), Flag(PlayProtect__enable_new_gramophone_ml_model_loading, true, 2, 0), Flag(PlayProtect__enable_on_completion_for_gramophone_downloader, false, 2, 0), Flag(PlayProtect__enable_ortho_lite_models, true, 2, 0), Flag(PlayProtect__enable_override_client_verdict_from_server, false, 2, 0), Flag(PlayProtect__enable_partner_dogfood_for_permission_auto_revocation, false, 2, 0), Flag(PlayProtect__enable_permission_auto_revocation, true, 2, 0), Flag(PlayProtect__enable_qa_mode_for_permission_auto_revocation, false, 2, 0), Flag(PlayProtect__enable_send_server_verdict_in_request, false, 2, 0), Flag(PlayProtect__get_verify_apps_data_api_kill_switch, false, 2, 0), Flag(PlayProtect__gmphn_model_download_timeout_ms, 120000, 1, 0), Flag(PlayProtect__initial_classifier_kill_switch, false, 2, 0), Flag(PlayProtect__is_advanced_protection_user, false, 2, 0), Flag(PlayProtect__is_apkinfo_installed_by_play_data_migration_enabled, false, 2, 0), Flag(PlayProtect__killswitch_detox_without_notifications, false, 2, 0), Flag(PlayProtect__killswitch_ml_classifiers, false, 2, 0), Flag(PlayProtect__killswitch_permission_auto_revocation_hygiene_job, false, 2, 0), Flag(PlayProtect__max_first_launch_age, 'CID1JA', 5, 0), Flag(PlayProtect__odml_warning_app_threat_description, 'yellow_card_app', 4, 0), Flag(PlayProtect__offline_verify_apps_kill_switch, false, 2, 0), Flag(PlayProtect__post_install_scan_throttling_ms, 60000, 1, 0), Flag(PlayProtect__protect_banner_details_module_frequency_period_days, 90, 1, 0), Flag(PlayProtect__protect_banner_details_module_frequency_period_days_with_recent_unknown_sources_installs, 15, 1, 0), Flag(PlayProtect__protect_banner_details_module_maximum_yearly_display_count, 10, 1, 0), Flag(PlayProtect__send_to_vole_kill_switch, false, 2, 0), Flag(PlayProtect__skip_first_autoscan_latency_ms, 0, 1, 0), Flag(PlayProtect__skip_latchsky_verification_in_receiver_kill_switch, false, 2, 0), Flag(PlayProtect__use_future_install_task, false, 2, 0), Flag(PlayProtect__use_package_info_signing_info_kill_switch, false, 2, 0), Flag(PlayProtect__warn_at_launch_warnings_kill_switch, true, 2, 0), Flag(PlayStoreAppDetailsPromotions__subscribe_and_install_ui_variant, 0, 1, 0), Flag(PlayStoreAppErrorService__is_enabled, true, 2, 0), Flag(Popups__interstitial_min_interval_millis, 1800000, 1, 0), Flag(Popups__report_client_action_batch_delay_millis, 1000, 1, 0), Flag(PreferredAccount__enable_library_state_logs, true, 2, 0), Flag(PrefetchHandlerBrowseResponse__is_enabled, false, 2, 0), Flag(PreregAds__enable_all_prereg_traffic_to_pgs, true, 2, 0), Flag(PreregApi__enable_prereg_api_state_mutation, true, 2, 0), Flag(PreregApi__enable_prereg_cleanup_separation, true, 2, 0), Flag(PreregAutoInstallOptIn__enable_prereg_auto_install_opt_in, false, 2, 0), Flag(PreregAutoInstall__enable_prereg_auto_install, true, 2, 0), Flag(PreregAutoInstall__enable_prereg_notification_re_opt_in_warning_message, false, 2, 0), Flag(PreregAutoInstall__enable_two_step_prereg_auto_install, false, 2, 0), Flag(PreregistrationNotifications__enable_notification_for_all_preregistration, false, 2, 0), Flag(PreregistrationNotifications__enable_prereg_opt_in_precheck, false, 2, 0), Flag(PreregistrationNotifications__preregistration_notification_timing, false, 2, 0), Flag(PreregistrationNotifications__preregistration_push_notifications, true, 2, 0), Flag(PreregistrationNotifications__preregistration_retry_release_notification, true, 2, 0), Flag(PreregistrationStatusApi__disabled_preregistration_status_packages, '',
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: 5, 0), Flag(PreregistrationStatusApi__enable_preregistration_status_provider, false, 2, 0), Flag(PreregistrationStatusApi__preregistration_status_package_controller, '', 4, 0), Flag(PreventUpRecreateTask__prevent_up_recreate_task_on_up, true, 2, 0), Flag(ProfileInception__aot_compilation_killswitch, false, 2, 0), Flag(ProfileInception__deadline_in_hours, 24, 1, 0), Flag(ProfileInception__enabled_versions, '82610000', 4, 0), Flag(ProfileInception__schedule_restart_on_success, true, 2, 0), Flag(ProgressBarVisibility__enable_adjust_position_on_content_height_update, true, 2, 0), Flag(ProgressBarVisibility__enable_set_content_visibility_based_on_intended_state, true, 2, 0), Flag(ProgressBarVisibility__enable_set_visibility_based_on_intended_state, true, 2, 0), Flag(PromotionCampaignDetailsPage__CdpClientControlledTerms, false, 2, 0), Flag(ProviderPickerTooltip__enable_provider_picker_tooltip, false, 2, 0), Flag(PurchaseFlow__enable_tapout, true, 2, 0), Flag(PurchaseHistoryAccountPage__auto_expand_instruction_entries, false, 2, 0), Flag(PurchaseParamsMutationHandling__ignore_in_app_purchase_context_in_purchase_params_mutation, true, 2, 0), Flag(QaQualify__uds_env_indicator, 'PROD', 4, 0), Flag(QualityBadge__enable_age_range_discover_tag, true, 2, 0), Flag(QualityBadge__enable_family_category_discover_tag, false, 2, 0), Flag(QualityBadge__enable_family_friendly_badge, false, 2, 0), Flag(QualityBadge__enable_kid_approved_badge_in_decide_bar, true, 2, 0), Flag(QualityBadge__enable_kid_approved_badge_tooltip, false, 2, 0), Flag(QualityDetailsModule__enable_books_quality_details_module, false, 2, 0), Flag(QualityDetailsModule__enable_quality_details_module, true, 2, 0), Flag(QualityDetailsModule__enable_reading_from_shared_item, true, 2, 0), Flag(RatingAndReviewDisclosures__enable_rating_and_review_disclosures, true, 2, 0), Flag(RatingsAndReviewsDetailsModule__enable_see_all_reviews_visdre, true, 2, 0), Flag(ReduceIpcsPackagestate__enable_after_home_page_load, false, 2, 0), Flag(ReduceIpcsPackagestate__is_enabled, false, 2, 0), Flag(ReduceIpcsPackagestate__prewarm_delay_ms, 2000, 1, 0), Flag(ReferrerCleanup__no_timestamp_update_after_install_starts, true, 2, 0), Flag(ReferrerCleanup__use_full_url_for_ping, true, 2, 0), Flag(ReferrerPackageLogFix__is_enabled, true, 2, 0), Flag(RefreshTocCookieOnSimChange__is_enabled, false, 2, 0), Flag(ReinstallDialog__enable_reinstall_hygiene_job, true, 2, 0), Flag(RemoveHorizontalFadeOnEditorialCardsOnPhones__is_enabled, false, 2, 0), Flag(RemoveLeftRightSwipeGestureToSwitchTab__is_enabled, true, 2, 0), Flag(RemoveWear1NotificationsFromWear2Devices__is_enabled, false, 2, 0), Flag(Rerundeviceverificationfailures__is_enabled, true, 2, 0), Flag(ReviewPolicyLabel__review_policy_vanity_url, 'g.co/play/aboutratings', 4, 0), Flag(RewardedSkuTurndown__turndown_rewarded_skus, true, 2, 0), Flag(RollbackManager__logs_flush_timeout_seconds, 30, 1, 0), Flag(RollbackManager__session_ready_timeout_seconds, 45, 1, 0), Flag(RoutineHygiene__default_hygiene_task_timeout_ms, 150000, 1, 0), Flag(RoutineHygiene__delay_hygiene_tasks_ms, 3600000, 1, 0), Flag(RoutineHygiene__enable_event_filtering, true, 2, 0), Flag(RoutineHygiene__enable_expanded_hygiene_frequencies, true, 2, 0), Flag(RoutineHygiene__enable_twice_a_day_flushing, true, 2, 0), Flag(RoutineHygiene__hygiene_tasks_window_fix, true, 2, 0), Flag(RoutineHygiene__killswitch_skip_toc_in_hygiene, false, 2, 0), Flag(RoutineHygiene__regenerate_hygiene_seed, true, 2, 0), Flag(RpcStack__enable_flag_b_122324481, true, 2, 0), Flag(RpcStack__enable_flag_b_145813648, true, 2, 0), Flag(RpcStack__print_b_145813648_error, true, 2, 0), Flag(RrUpsell__enable_rr_thank_you_dialog, true, 2, 0), Flag(RrUpsell__enable_rr_upsell_mag_entry, true, 2, 0), Flag(RrUpsell__my_review_page_url, 'myReviewsPage', 4, 0), Flag(RrUpsell__time_between_each_rr_upsell_display_in_days, 0, 1, 0), Flag(SaturnV__delay_decompress_ms, 0, 1, 0), Flag(SaturnV__delay_installation_ms, 0, 1, 0), Flag(Scheduler__clock_set_bac
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: k_min_latency, 'COCoAQ', 5, 0), Flag(Scheduler__concurrent_jobs_size, 4, 1, 0), Flag(Scheduler__custom_constraint_evaluation_timeout_s, 10, 1, 0), Flag(Scheduler__enable_battery_not_low, true, 2, 0), Flag(Scheduler__enable_work_manager_engine, false, 2, 0), Flag(Scheduler__persist_last_self_update_time, true, 2, 0), Flag(Scheduler__recheck_delay_after_jobstore_changes_ms, 5000, 1, 0), Flag(Scheduler__scheduler_job_denylist, '', 5, 0), Flag(Scheduler__scheduler_job_logging_v2, false, 2, 0), Flag(Scheduler__scheduler_logging_v2, false, 2, 0), Flag(Scheduler__skip_idle_job_on_immediate_job, false, 2, 0), Flag(Scheduler__use_last_self_update_time_for_deleting_job_store, true, 2, 0), Flag(Scheduler__work_manager_max_scheduler_limit, 40, 1, 0), Flag(Scheduler__work_manager_max_sdk, 22, 1, 0), Flag(ScionReporting__enable_scion_subscription_reporting, true, 2, 0), Flag(SearchPageAttribution__enable_logging_context_provider, true, 2, 0), Flag(SearchSuggestCaching__include_icon_size_in_request_url, false, 2, 0), Flag(SearchSuggestMigration__ignore_backendid_in_searchsuggest, true, 2, 0), Flag(Search__fix_filtered_search_attribution, true, 2, 0), Flag(Search__fix_search_parenting, true, 2, 0), Flag(Search__fix_voice_search_issue_on_orientation_change, true, 2, 0), Flag(SelfUpdate__brotli_filebyfile_space_factor, 210, 1, 0), Flag(SelfUpdate__dm_install_failures_threshold, 0, 1, 0), Flag(SelfUpdate__download_service_files_valid_duration, 'CIDGCg', 5, 0), Flag(SelfUpdate__enable_brotli_filebyfile_patch_compatibility_check, true, 2, 0), Flag(SelfUpdate__enable_brotli_filebyfile_patch_for_self_update_v2, true, 2, 0), Flag(SelfUpdate__enable_brotli_filebyfile_patch_when_charging, false, 2, 0), Flag(SelfUpdate__enable_brotli_filebyfile_patch_when_not_idle, true, 2, 0), Flag(SelfUpdate__enable_continuation_from_post_process, true, 2, 0), Flag(SelfUpdate__enable_crash_monitor, false, 2, 0), Flag(SelfUpdate__enable_dont_kill_self_update_split_installations, false, 2, 0), Flag(SelfUpdate__enable_download_insufficient_space_handling, true, 2, 0), Flag(SelfUpdate__enable_download_progress_logging, false, 2, 0), Flag(SelfUpdate__enable_fallback_for_patch_install_flow, true, 2, 0), Flag(SelfUpdate__enable_filebyfile_blocking_executor, false, 2, 0), Flag(SelfUpdate__enable_flexible_self_update, true, 2, 0), Flag(SelfUpdate__enable_gzipped_bsdiff_patch_for_self_update_v2, true, 2, 0), Flag(SelfUpdate__enable_native_brotli_filebyfile_patch, false, 2, 0), Flag(SelfUpdate__enable_no_fallback_for_insufficient_space_in_downloads, true, 2, 0), Flag(SelfUpdate__enable_opt_out_rpc_param, true, 2, 0), Flag(SelfUpdate__enable_rollback_phonesky, true, 2, 0), Flag(SelfUpdate__enable_self_update_on_locale_change_on_L_plus, true, 2, 0), Flag(SelfUpdate__enable_server_policies_diff_logging, false, 2, 0), Flag(SelfUpdate__enable_volley_exception_type_logging, false, 2, 0), Flag(SelfUpdate__filebyfile_allowed_attempts, 2, 1, 0), Flag(SelfUpdate__filebyfile_metadata_validity_period_in_days, 180, 1, 0), Flag(SelfUpdate__flexible_self_update_check_for_latest_version, false, 2, 0), Flag(SelfUpdate__flexible_self_update_maximum_delay_ms, 432000000, 1, 0), Flag(SelfUpdate__free_bytes_per_download_flow_type, false, 2, 0), Flag(SelfUpdate__invisible_download_service_downloads_n_plus, false, 2, 0), Flag(SelfUpdate__kill_switch_immediate_self_update_from_system_version, false, 2, 0), Flag(SelfUpdate__learn_more_button_url, 'g.co/Android/AboutGoogleUpdates', 4, 0), Flag(SelfUpdate__min_crash_count_to_purge_cache, 1, 1, 0), Flag(SelfUpdate__min_crash_count_to_purge_intermediate_data, 3, 1, 0), Flag(SelfUpdate__min_crash_count_to_purge_job_store_data, 3, 1, 0), Flag(SelfUpdate__min_crash_count_to_purge_self_update_continuation_metadata, 2, 1, 0), Flag(SelfUpdate__min_crash_count_to_purge_sticky_tab_data, 2, 1, 0), Flag(SelfUpdate__min_crash_count_to_purge_user_preferences, -1, 1, 0), Flag(SelfUpdate__min_sdk_for_logging_of_invalid_derived_ids, 21, 1, 0), Flag(SelfUpdate__permitted_self_update_r
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: unning_period_ms, 1800000, 1, 0), Flag(SelfUpdate__release_notes_url, 'g.co/Android/GoogleUpdates', 4, 0), Flag(SelfUpdate__retry_patches_on_download_error, true, 2, 0), Flag(SelfUpdate__self_update_download_max_valid_time_ms, 3600000, 1, 0), Flag(SelfUpdate__show_manual_self_update_button, true, 2, 0), Flag(SelfUpdate__state_persistence_policy, 2, 1, 0), Flag(SelfUpdate__trigger_emergency_self_update, '', 4, 0), Flag(SelfUpdate__update_policy_for_missing_installed_derived_apk_id, 0, 1, 0), Flag(SelfUpdate__use_package_installer_for_self_update_v2, true, 2, 0), Flag(SelfUpdate__use_standalone_apk, false, 2, 0), Flag(SerpLoggingFix__is_enabled, true, 2, 0), Flag(ServerNotifications__enable_gentler_restart_for_clear_cache_and_reset_experiments_notification, false, 2, 0), Flag(SetImageInBackground__is_enabled, false, 2, 0), Flag(SettingsDeeplink__enable_settings_deeplink, false, 2, 0), Flag(Settings__enable_settings_fragment, true, 2, 0), Flag(SkipPcsiLoggingOnEmptySearchSuggestion__enabled, true, 2, 0), Flag(SmartCart__enable_gray_color_spinner, true, 2, 0), Flag(SmartCart__enable_payments_visdre, true, 2, 0), Flag(StaticUiInstructions__enable_build_response_on_client_side, true, 2, 0), Flag(StaticUiInstructions__enable_fallback_hard_coded_response, false, 2, 0), Flag(StaticUiInstructions__enable_for_topup, true, 2, 0), Flag(StaticUiInstructions__enable_free_not_owned_app, false, 2, 0), Flag(StaticUiInstructions__enable_owned_app, false, 2, 0), Flag(StaticUiInstructions__enable_paid_not_owned_app, false, 2, 0), Flag(StaticUiInstructions__enable_redemption_input, false, 2, 0), Flag(Storage__default_system_threshold_percent, 5, 1, 0), Flag(Storage__download_free_space_threshold_bytes, 0, 1, 0), Flag(Storage__use_storage_manager_apis, false, 2, 0), Flag(StoreLifecycle__enable_restart_app_on_account_removal, false, 2, 0), Flag(StreamManualPagination__enable_stream_manual_pagination, true, 2, 0), Flag(SubsCenterVisualRefresh__enable_message_for_disabled_button, false, 2, 0), Flag(SubsCenterVisualRefresh__enable_subs_center_visual_refresh, true, 2, 0), Flag(SubscriptionCenterFlow__refresh_sub_center_after_acquire, true, 2, 0), Flag(SyncHomeInHygiene__enable_sync_home_in_hygiene, true, 2, 0), Flag(TabbedBrowseFragmentBrowseData__normalize_browse_data_handling, true, 2, 0), Flag(TestColorTheme__color_label, 'black', 4, 0), Flag(TestColorTheme__text_color, 0, 1, 0), Flag(TestColorTheme__title_bar_color, 0, 1, 0), Flag(TestColorTheme__transition_delay, 10.0, 3, 0), Flag(TestColorTheme__transparent_background, true, 2, 0), Flag(TestConfig__backend_urls, '', 5, 0), Flag(TestOnly__check_for_null_account, false, 2, 0), Flag(TesterApi__enable_testing_program_writes_to_installerdatastore, false, 2, 0), Flag(TesterApi__tester_api_package_controller, '+com.test.bestdemo,com.test.secretfeature', 4, 0), Flag(ThirdPartyBillingUserTrust__allowlist_packages_for_user_trust_warning, '', 5, 0), Flag(TransientMessage__enable_transient_message_utils, true, 2, 0), Flag(TubeskyAccountContentProvider__enable_account_content_provider, true, 2, 0), Flag(TubeskyDeviceCertification__is_enabled, true, 2, 0), Flag(TubeskyPlayProtectNotificationsForAmati__is_enabled, false, 2, 0), Flag(TubeskyPlayProtect__is_enabled, false, 2, 0), Flag(TubeskyPurchase__enable_payment_and_purchases_setting, true, 2, 0), Flag(TubeskyPurchase__enable_ui_refresh, true, 2, 0), Flag(TubeskyRapidInstallWhitelisting__allow_rapid_install_whitelist, 'com.mitv.tvhome.atv,com.test.overlay,com.google.android.apps.tv.launcherx,com.google.android.tvlauncher', 4, 0), Flag(TubeskyRatingsReviewsDeviceHandoff__is_enabled, false, 2, 0), Flag(TubeskySearchImprovements__is_enabled, true, 2, 0), Flag(Tubeskycontinuebutton__is_enabled, true, 2, 0), Flag(TvAcquisitionFlow__enable_translucent_window, true, 2, 0), Flag(UiBuilder__enable_loading_as_new_screen, true, 2, 0), Flag(UnauthDebugSettings__signed_android_identity_token, '', 4, 0), Flag(UnauthPaiUpdates__enable_unauth_PAI_app_updates, true, 2, 0), Flag(UnauthUpda
03-30 16:17:07.062 20504 20529 D GetConfigurationSnapsho: tes__enable_unauth_manual_update, true, 2, 0), Flag(UnicornCodegen__send_app_install_info_on_free_purchase, false, 2, 0), Flag(UnicornCodegen__send_app_version_code_for_get_items, false, 2, 0), Flag(Unicorn__enable_unicorn_account_identification, true, 2, 0), Flag(Unicorn__enable_unicorn_arc_provider, true, 2, 0), Flag(Unicorn__send_app_version_code_for_details, false, 2, 0), Flag(UnifiedSync__droid_guard_payload_sent_for_current_account_only, true, 2, 0), Flag(UnifiedSync__enable_droid_guard_refresh_in_unified_sync_hygiene_job, true, 2, 0), Flag(UnifiedSync__enable_execution_sequencer, true, 2, 0), Flag(UnifiedSync__enable_reuse_duration, true, 2, 0), Flag(UnifiedSync__enable_server_notification_delivery_in_unified_sync_hygiene_job, true, 2, 0), Flag(UnifiedSync__enable_server_notification_hygiene_specific_payload, false, 2, 0), Flag(UnifiedSync__enable_server_triggered_toc_clearing, true, 2, 0), Flag(UnifiedSync__enable_stale_payload_removal, true, 2, 0), Flag(UnifiedSync__enable_unified_sync_hygiene_job, true, 2, 0), Flag(UnifiedSync__schedule_promotional_notification_refresh_in_hygiene_job, true, 2, 0), Flag(UnifiedSync__unified_sync_hygiene_delay, '', 5, 0), Flag(UnifiedSync__use_hygiene_window_for_reuse_duration, true, 2, 0), Flag(UninstallApp__remove_uninstall_app_auto_refund, true, 2, 0), Flag(UninstallManager__get_uninstall_recommendations, true, 2, 0), Flag(UninstallManager__get_uninstall_recommendations_in_popup, true, 2, 0), Flag(UninstallManager__hide_apps_on_external_storage, true, 2, 0), Flag(UninstallManager__show_system_apps, false, 2, 0), Flag(UninstallManager__system_apps_allow_list, '', 5, 0), Flag(UninstallManager__uninstall_manager_app_data_cache_load_timeout, 'CAU', 5, 0), Flag(UninstallManager__uninstall_manager_on_data_changed_rebind_views_delay, 'EICEr18', 5, 0), Flag(UninstallManager__uninstall_manager_preselect, true, 2, 0), Flag(UnivisionDataAppDownloadProgress__enable_value_validation, false, 2, 0), Flag(UnivisionDataBatchInstallqueue__actor_channel_buffer_size, 0, 1, 0), Flag(UnivisionDataBatchInstallqueue__batch_timeout, 'EMCEPQ', 5, 0), Flag(UnivisionDataBatchInstallqueue__enable, true, 2, 0), Flag(UnivisionDataBatchItemstore__actor_channel_buffer_size, 0, 1, 0), Flag(UnivisionDataBatchItemstore__batch_timeout, 'EMCWsQI', 5, 0), Flag(UnivisionDataBatchItemstore__enable, false, 2, 0), Flag(UnivisionDataCustomCombine__enable_for_item_client_state, true, 2, 0), Flag(UnivisionSubscribeAndInstallModule__is_enabled, false, 2, 0), Flag(UnivisionSubscriptionCenter__is_enabled, false, 2, 0), Flag(Univision__hawkeye_enable_serp, false, 2, 0), Flag(UnrecognizedAppStoreListing__is_enabled, false, 2, 0), Flag(UnrecognizedAppStoreListing__unrecognized_app_store_listing_enabled, false, 2, 0), Flag(UpdateBackgroundColorsForMaterialNext__is_enabled, true, 2, 0), Flag(UpdateImportance__update_importance_enabling_filtering_in_outstanding_update_notification, true, 2, 0), Flag(UpdateImportance__update_importance_manual_action_needed_threshold_days, 2, 1, 0), Flag(UpdateImportance__update_importance_min_clickability_score_allow_separate_thresholds, true, 2, 0), Flag(UpdateImportance__update_importance_min_clickability_score_to_show_outstanding_update_notification, 0.022001, 3, 0), Flag(UpdateImportance__update_importance_min_clickability_score_to_show_successful_update_notification, 0.0, 3, 0), Flag(UpdateImportance__update_importance_min_clickability_score_to_show_update_notification, 0.7, 3, 0), Flag(UpdateImportance__update_importance_min_manual_action_score_to_show_update_notification, 0.7, 3, 0), Flag(UpdateImportance__update_importance_min_usefulness_score_to_show_update_notification, 0.7, 3, 0), Flag(UpdateImportance__update_importance_rank_apps_in_outstanding_updates_notifications, true, 2, 0), Flag(UpdateImportance__update_importance_rank_apps_in_successfully_updated_notifications, true, 2, 0), Flag(UpdateImportance__update_importance_recent_usage_query_interval_days, 28, 1, 0), Flag(UpdateImportance__update_importan
03-30 16:17:07.064 20504 20533 I Finsky : [1153] ozy.h(7): Already at the latest configurations for experiment package com.google.android.finsky.regular.
03-30 16:17:07.064 20504 20537 I Finsky : [1157] ozy.h(1): Triggered update for experiment package com.google.android.finsky.stable.
03-30 16:17:07.074 20504 20529 D GetConfigurationSnapsho: getFullConfigurations
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: byFlagStorageType, addSet = Flag(AppsSearch__enable_display_doctype_in_vx_cluster, true, 2, 0), Flag(AppsSearch__enable_filtering_animation, true, 2, 0), Flag(AppsSearch__enable_filters, true, 2, 0), Flag(AppsSearch__enable_filters_back_button_fix, true, 2, 0), Flag(AppsSearch__enable_filters_header_view_scroll_and_snap, false, 2, 0), Flag(AppsSearch__enable_filters_v2_phase_1, true, 2, 0), Flag(AppsSearch__enable_kids_search_mode_for_filters, false, 2, 0), Flag(AppsSearch__enable_query_builder, true, 2, 0), Flag(AppsSearch__enable_zero_prefix_async_loading, false, 2, 0), Flag(AppsSearch__enable_zero_prefix_hide_suggestions_without_local_suggestions, false, 2, 0), Flag(AppsSearch__enable_zero_search_endpoint, '', 4, 0), Flag(AudiobookPreviewPlayer__disable_audio_capture, false, 2, 0), Flag(AutoUpdate__battery_relax_battery_percent_budget, 5.0, 3, 0), Flag(AutoUpdate__battery_relax_num_apps_budget, 10, 1, 0), Flag(AutoUpdate__consolidate_common_blocked_reasons, true, 2, 0), Flag(AutoUpdate__enable_atomic_fields_read_from_train, true, 2, 0), Flag(AutoUpdate__enable_atomic_install_auto_update_stable, true, 2, 0), Flag(AutoUpdate__enable_atomic_install_cancel_oversample, true, 2, 0), Flag(AutoUpdate__enable_atomic_install_content_sync_stable, true, 2, 0), Flag(AutoUpdate__enable_atomic_install_high_priority_update_stable, true, 2, 0), Flag(AutoUpdate__enable_battery_relaxation, true, 2, 0), Flag(AutoUpdate__enable_discovered_timestamp_read_from_autoupdate_datastore, true, 2, 0), Flag(AutoUpdate__enable_discovered_timestamp_write_to_autoupdate_datastore, true, 2, 0), Flag(AutoUpdate__enable_read_and_write_from_autoupdate_datastore, false, 2, 0), Flag(AutoUpdate__enable_write_to_autoupdate_datastore, false, 2, 0), Flag(AutoUpdate__outstanding_notification_time_delay_ms, 259200000, 1, 0), Flag(AutoUpdate__turn_off_update_completion_notification_settings, true, 2, 0), Flag(Backstack__backstack_limit, -1, 1, 0), Flag(Blurbs__blurb_max_viewpool_size, 5, 1, 0), Flag(Blurbs__disable_impression_log_on_rebind, true, 2, 0), Flag(Blurbs__enable_mini_blurb_component, true, 2, 0), Flag(Blurbs__enable_mini_blurb_component_chromesky, false, 2, 0), Flag(Blurbs__enable_mini_blurb_component_large_thumbnail, false, 2, 0), Flag(Blurbs__enable_playcardutils_migration, false, 2, 0), Flag(BooksExperiments__enable_alternative_to_free_in_message, true, 2, 0), Flag(BooksExperiments__enable_one_button_fixed_duration_rent, true, 2, 0), Flag(BooksExperiments__enable_one_button_rent, false, 2, 0), Flag(BooksExperiments__enable_orson_search_result_format_labels_exp, true, 2, 0), Flag(BooksExperiments__enable_price_drop_message, true, 2, 0), Flag(BooksExperiments__enable_sample_control, true, 2, 0), Flag(BooksExperiments__enable_series_subscription_edu_module, false, 2, 0), Flag(BooksExperiments__enabled_series_subscription, false, 2, 0), Flag(BooksExperiments__update_to_get_for_free, false, 2, 0), Flag(BooksSearch__enable_filters, true, 2, 0), Flag(BooksSearch__enable_kids_search_mode_for_filters, true, 2, 0), Flag(CacheAndSync__enable_cache_and_sync, true, 2, 0), Flag(CacheAndSync__enable_cache_and_sync_images, false, 2, 0), Flag(CacheIndependentButtonsOnDetailsPage__enable_cache_independent_install_update_btn, false, 2, 0), Flag(CacheIndependentButtonsOnDetailsPage__itemfreshness_duration, 'CNgE', 5, 0), Flag(CacheStickiness__enable_image_cache_cleanup, true, 2, 0), Flag(CacheStickiness__reduce_cache_size_based_on_storage, false, 2, 0), Flag(CacheStickiness__switch_pre_cache_based_on_storage, true, 2, 0), Flag(CacheStickiness__switch_pre_cache_storage_bytes_threshold, 0, 1, 0), Flag(CacheStickiness__temp_patch_files_expiration_ms, 172800000, 1, 0), Flag(CarDelayClosureOnSignout__is_enabled, false, 2, 0), Flag(CarskyFreeAcquireMigration__is_enabled, false, 2, 0), Flag(CarskyPaidAcquisitionHandoff__is_enabled, false, 2, 0), Flag(CashmereAppSync__enable_app_sync_no_cache_param, false, 2, 0), Flag(CashmereAppSync__enable_app_sync_pcsi_logging, false, 2, 0), Flag(CashmereAppS
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: ync__enable_cashmere_serp_app_sync, false, 2, 0), Flag(CashmereAppSync__killswitch_pcsi_power_user_classification_logging, false, 2, 0), Flag(CashmereAppSync__serp_app_sync_app_fields, 'ChsBAgMEBQYICQoLDQ4WGxwdHh8gIiMsLjAxNTk', 5, 0), Flag(CashmereAppSync__serp_app_sync_shared_fields, 'ChABAgYHCAkKCwwOFRcYHR4h', 5, 0), Flag(Cashmere__enable_cashmere_deep_links, true, 2, 0), Flag(Cashmere__enable_cashmere_home, true, 2, 0), Flag(Cashmere__enable_cashmere_serp_app_sync, false, 2, 0), Flag(Cashmere__enable_power_cache, false, 2, 0), Flag(Cashmere__force_refresh_when_sync, false, 2, 0), Flag(Cashmere__image_disk_cache_size_increase_mb, 2, 1, 0), Flag(Cashmere__main_disk_cache_size_increase_kb, 1024, 1, 0), Flag(Cashmere__main_disk_cache_size_increase_mb, 1, 1, 0), Flag(Cashmere__max_download_attempts, 3, 1, 0), Flag(Cashmere__max_image_prefetches_per_bulk, 1, 1, 0), Flag(Cashmere__max_pgs_prefetches_per_bulk, 10, 1, 0), Flag(Cashmere__normal_user_storage_threshold_high_watermark_bytes, 1610612736, 1, 0), Flag(Cashmere__normal_user_storage_threshold_low_watermark_bytes, 1073741824, 1, 0), Flag(Cashmere__on_device_search_suggestion_model_download_max_waiting_time_min, 5, 1, 0), Flag(Cashmere__power_cache_storage_threshold_high_watermark_bytes, 4294967296, 1, 0), Flag(Cashmere__power_cache_storage_threshold_low_watermark_bytes, 2147483648, 1, 0), Flag(Cashmere__pre_cache_for_all_accounts, false, 2, 0), Flag(Cashmere__retry_download_backoff_time_seed_ms, 7200000, 1, 0), Flag(Cashmere__super_power_cache_storage_threshold_high_watermark_bytes, 12884901888, 1, 0), Flag(Cashmere__super_power_cache_storage_threshold_low_watermark_bytes, 10737418240, 1, 0), Flag(Cashmere__time_to_wait_before_force_running_jobs_ms, 1296000000, 1, 0), Flag(CloudProfileSelfUpdate__enable_dm_installing, true, 2, 0), Flag(ClusterInstalling__enable_serp_cluster_installing, true, 2, 0), Flag(ClusterInstalling__enable_top_charts_cluster_installing, true, 2, 0), Flag(ClusterInstalling__enable_wide_media_cluster_installing, true, 2, 0), Flag(ClusterRenderingLatencyLogging__enable_cluster_rendering_latency, false, 2, 0), Flag(ClusterTitleLayout__enable_cluster_title_layout_v2, true, 2, 0), Flag(ContentPaddingOnDetailsfragment__is_enabled, false, 2, 0), Flag(CrossFormFactorInstall__cross_device_install_cached_request_timeout, 'CNgE', 5, 0), Flag(CrossFormFactorInstall__cross_device_install_footnote_in_button_module, false, 2, 0), Flag(CrossFormFactorInstall__cross_device_install_module_enabled, true, 2, 0), Flag(CrossFormFactorInstall__cross_device_install_module_max_rows, 5, 1, 0), Flag(CrossFormFactorInstall__daily_hygiene_refresh_cookie_task_enabled, false, 2, 0), Flag(CrossFormFactorInstall__enable_delay_install_plan_until_install_state_received, false, 2, 0), Flag(CrossFormFactorInstall__enable_install_state_fix, false, 2, 0), Flag(CrossFormFactorInstall__enable_is_nearby_logging, false, 2, 0), Flag(CrossFormFactorInstall__enable_item_store_cache_cacheability_logging, false, 2, 0), Flag(CrossFormFactorInstall__enable_item_store_cache_retry, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install, true, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_on_alleyoop, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_install_ui, true, 2, 0), Flag(CrossFormFactorInstall__enable_xff_mdp, false, 2, 0), Flag(CrossFormFactorInstall__enable_xff_udpr, false, 2, 0), Flag(CrossFormFactorInstall__fake_devices, 0, 1, 0), Flag(CrossFormFactorInstall__suppress_device_list_pre_install, false, 2, 0), Flag(CrossFormFactorSearch__enable_xff_search, true, 2, 0), Flag(D30Vx__enable_actionbar_gifting, true, 2, 0), Flag(D30Vx__enable_d30_for_vx, true, 2, 0), Flag(D30__disable_cta_on_sticky_nav, false, 2, 0), Flag(D30__enable_auto_scroll_from_sticky_nav, false, 2, 0), Flag(D30__enable_coordinatorlayout, false, 2, 0), Flag(D30__enable_developer_page_redesign, false, 2, 0), Flag(D30__enable_sticky_nav, false, 2, 0), Flag(DaggerCreation__enable_dagger_creation, false, 2, 0), Flag(DarkThem
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: e__allow_dark_theme, true, 2, 0), Flag(DarkTheme__allow_dark_theme_settings_option, true, 2, 0), Flag(DarkTheme__dark_theme_enabled_features_for_billing, 'ChFzdWJzY3JpcHRpb25fZmxvdwoNcHVyY2hhc2VfZmxvdw', 5, 0), Flag(DarkTheme__force_dark_theme, false, 2, 0), Flag(DataLoader__capability_cache_expiration_ms, 86400000, 1, 0), Flag(DealsStore__enable_deals_store, false, 2, 0), Flag(DealsStore__enable_marking_as_soft_stale_on_device_that_triggered_notification, false, 2, 0), Flag(DealsStore__time_between_full_sync, 'CIDUkwE', 5, 0), Flag(DecideBadgeCenterAligned__enable_decide_badge_center_alignment, true, 2, 0), Flag(DecideBarUiComponent__use_peeking_row, true, 2, 0), Flag(DetailsFragmentContentPadding__is_enabled, false, 2, 0), Flag(DetailsToDeliveryToken__is_enabled, true, 2, 0), Flag(DialogUiComponent__use_compose_dialogs_in_serp, false, 2, 0), Flag(DocKeyedCache__cache_performance_summary_save_delay_ms, 30000, 1, 0), Flag(DocKeyedCache__check_item_for_fields, false, 2, 0), Flag(DocKeyedCache__cherry_pick_rpc_fields_in_full_response, false, 2, 0), Flag(DocKeyedCache__clear_item_cache_on_reasons, 'CgMICRA', 5, 0), Flag(DocKeyedCache__do_blocking_io_on_future, true, 2, 0), Flag(DocKeyedCache__doc_keyed_cache_byte_array_only, false, 2, 0), Flag(DocKeyedCache__enable_cache_performance_summary_logging, true, 2, 0), Flag(DocKeyedCache__enable_disk_write_on_bg, true, 2, 0), Flag(DocKeyedCache__enable_get_items_without_consistency_token, true, 2, 0), Flag(DocKeyedCache__enable_item_cache_clearing, false, 2, 0), Flag(DocKeyedCache__enable_item_store_check_for_cache_and_sync, false, 2, 0), Flag(DocKeyedCache__enable_minimal_locking, true, 2, 0), Flag(DocKeyedCache__enable_soft_reference_in_item_cache, false, 2, 0), Flag(DocKeyedCache__enable_title_module_get_items_validation, false, 2, 0), Flag(DocKeyedCache__item_cache_size_in_mb, 3, 1, 0), Flag(DocKeyedCache__prewarm_item_cache_in_task, true, 2, 0), Flag(DocKeyedCache__return_non_propagating_future, false, 2, 0), Flag(DocKeyedCache__soft_ttl_in_millis, 600000, 1, 0), Flag(DocKeyedCache__stop_clearing_item_store_on_self_update, false, 2, 0), Flag(DocKeyedCache__support_multiple_vx, false, 2, 0), Flag(DocKeyedCache__try_to_read_memory_when_rpc_fails, true, 2, 0), Flag(DocKeyedCache__use_bytes_for_item_field_mask, true, 2, 0), Flag(DocKeyedCache__use_store_cacheability_killswitch, false, 2, 0), Flag(DocumentMonitorManager__enable_post_notify_listener, true, 2, 0), Flag(DownloadBubble__enable_download_bubble, false, 2, 0), Flag(DownloadService__allocate_bytes_before_download, true, 2, 0), Flag(DownloadService__bugfix_download_cancel, false, 2, 0), Flag(DownloadService__cronet_enable_herrevad_reporting, true, 2, 0), Flag(DownloadService__cronet_enable_http2, true, 2, 0), Flag(DownloadService__cronet_enable_nel, false, 2, 0), Flag(DownloadService__cronet_enable_quic, true, 2, 0), Flag(DownloadService__cronet_enable_quic_store_server_configs_in_properties, true, 2, 0), Flag(DownloadService__cronet_quic_hint_host_names, 'ChFwYWkuZ29vZ2xlemlwLm5ldAoTcGxheS5nb29nbGVhcGlzLmNvbQoWcGxheS10aS5nb29nbGVhcGlzLmNvbQoWc2VydmljZXMuZ29vZ2xlYXBpcy5jbgoTd29ya2Fyb3VuZC5ndnQxLmNvbQ', 5, 0), Flag(DownloadService__download_auto_updates_invisibly, false, 2, 0), Flag(DownloadService__download_background_auto_updates_invisibly, false, 2, 0), Flag(DownloadService__download_retry_initial_backoff_seconds, 6, 1, 0), Flag(DownloadService__download_stream_write_buffer_size_bytes, 8192, 1, 0), Flag(DownloadService__downloader_facade_interaction_with_download_manager_duration_millis, 172800000, 1, 0), Flag(DownloadService__downloads_visible_if_notifications_disabled, true, 2, 0), Flag(DownloadService__enable_download_service_in_installer, true, 2, 0), Flag(DownloadService__enable_jobscheduler_will_be_foreground_flag, true, 2, 0), Flag(DownloadService__enable_phonesky_scheduler_for_post_n, true, 2, 0), Flag(DownloadService__enable_resource_manager_download_service_adapter, false, 2, 0), Flag(DownloadService__fallback_to_download_queue
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: , false, 2, 0), Flag(DownloadService__file_to_download_prioritization_enabled, false, 2, 0), Flag(DownloadService__get_download_from_download_service, false, 2, 0), Flag(DownloadService__herrevad_min_report_bytes, 10000, 1, 0), Flag(DownloadService__herrevad_throttler_threshold, 'CDw', 5, 0), Flag(DownloadService__intermediate_notification_timeout_millis, 2000, 1, 0), Flag(DownloadService__invisible_background_downloads, true, 2, 0), Flag(DownloadService__kill_switch_remove_on_cancel, false, 2, 0), Flag(DownloadService__killswitch_enable_aidl_ipc_service, false, 2, 0), Flag(DownloadService__killswitch_populate_last_update_time, false, 2, 0), Flag(DownloadService__log_download_events_to_playlogs, false, 2, 0), Flag(DownloadService__max_http_redirects_to_follow, 10, 1, 0), Flag(DownloadService__network_stack, 2, 1, 0), Flag(DownloadService__notification_timeout_millis, 300000, 1, 0), Flag(DownloadService__notifications_dismissible_for_pre_o, true, 2, 0), Flag(DownloadService__number_of_download_retries_of_a_file_in_request, 3, 1, 0), Flag(DownloadService__number_of_simultaneous_downloads, 1, 1, 0), Flag(DownloadService__retry_on_server_error, false, 2, 0), Flag(DownloadService__send_download_complete_broadcast_for_all_terminated_states, true, 2, 0), Flag(DownloadService__send_foreground_broadcast_on_complete, false, 2, 0), Flag(DownloadService__send_foreground_broadcast_on_status_update, false, 2, 0), Flag(DownloadService__send_new_requests_to_download_service, true, 2, 0), Flag(DownloadService__send_new_split_install_requests_to_download_service, false, 2, 0), Flag(DownloadService__set_nocache_qos_when_idle, false, 2, 0), Flag(DownloadService__show_allow_cellular_data_notification_button, false, 2, 0), Flag(DownloadService__show_download_cancel_notification_button, true, 2, 0), Flag(DownloadService__show_manage_notification_button, true, 2, 0), Flag(DownloadService__start_foreground_service_when_device_in_background, false, 2, 0), Flag(DownloadService__stop_invisible_job_proactively, true, 2, 0), Flag(DownloadService__stop_service_after_inactivity, false, 2, 0), Flag(DownloadService__stop_service_after_inactivity_timeout_millis, 10000, 1, 0), Flag(DownloadService__thread_priority, 10, 1, 0), Flag(EdgeToEdge__enable_play_recyclerview_consume_insets_after_chlidren, false, 2, 0), Flag(EditorialContent__use_quality_badge_on_editors_choice, true, 2, 0), Flag(EnableBadgeRedesign__content_rating_learn_more_url_param, 'p=appgame_ratings', 4, 0), Flag(EnableBadgeRedesign__enable_exposure_notification_badge, true, 2, 0), Flag(EnableBadgeRedesign__enable_merging_category_and_top_chart_ranking_tag, true, 2, 0), Flag(EnableBadgeRedesign__enable_new_game_discover_tag, false, 2, 0), Flag(EnableBadgeRedesign__enable_preregistration_discover_tag, true, 2, 0), Flag(EnableBadgeRedesign__exposure_notification_badge_image_url, ' https://lh3.googleusercontent.com/8movmxLp367aYJzk_zkq4wlbVFNtaW816hPYTf-lWAfE-Ef4Kyf6ZfdaxTl0aadLrT4IXzZMHkq-Vi4wYA', 4, 0), Flag(EnableBadgeRedesign__new_game_cutoff_days, 60, 1, 0), Flag(EnableBadgeRedesign__show_apk_size_badge, false, 2, 0), Flag(EnableBadgeRedesign__use_badge_redesign_for_app_details, true, 2, 0), Flag(EnableDirectoryStorageUsageLogging__is_enabled, false, 2, 0), Flag(EnableGetItemForDetails__fall_back_to_volley_for_local_link_resolution, false, 2, 0), Flag(EnableGetItemForDetails__use_get_item_for_app_details, true, 2, 0), Flag(EnterpriseMainlineAutoUpdate__disable_mainline_update_policy, false, 2, 0), Flag(Executors__background_core_pool_size, 4, 1, 0), Flag(Executors__background_maximum_pool_size, 40, 1, 0), Flag(Executors__resize_background_executor, true, 2, 0), Flag(FeedbackSurvey__enable_app_content_feedback_surveys, false, 2, 0), Flag(FeedbackSurvey__enable_feedback_survey_hygiene_job, false, 2, 0), Flag(FeedbackSurvey__enable_feedback_survey_settings, false, 2, 0), Flag(FeedbackSurvey__enable_v1_survey_card_ui, false, 2, 0), Flag(FeedbackSurvey__feedback_survey_entry_ttl_in_days, 14, 1, 0), Flag(FixImage
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: sPreloadingHorizontalCluster__enable_fix_images_preloading, false, 2, 0), Flag(FixProcessStartTimestamp__use_api, true, 2, 0), Flag(FlatCardLite__enable_flat_card_view_listing_small_lite, true, 2, 0), Flag(FlatCardLite__enable_lite_card_for_wishlist, true, 2, 0), Flag(FlexibleContentCluster__card_height_phone_landscape_dp, 198, 1, 0), Flag(FlexibleContentCluster__card_height_phone_portrait_dp, 294, 1, 0), Flag(FlexibleContentCluster__client_pagination_threshold, 2, 1, 0), Flag(FlexibleContentCluster__enable_auto_progress_on_phone, true, 2, 0), Flag(FlexibleContentCluster__enable_content_auto_play, true, 2, 0), Flag(FlexibleContentCluster__enable_swipe_gesture, true, 2, 0), Flag(FlexibleContentCluster__enable_tap_to_advance_gesture, false, 2, 0), Flag(FlexibleContentCluster__enable_visibility_tracker, true, 2, 0), Flag(FlexibleContentCluster__fade_animation_transition_duration, 20, 1, 0), Flag(FlexibleContentCluster__offscreen_adjacent_cards_prerendering, 0, 1, 0), Flag(FlexibleContentCluster__remove_phantom_logging, false, 2, 0), Flag(FlexibleContentCluster__slide_in_animation_duration_ms, 300, 1, 0), Flag(FlexibleContentCluster__swipe_min_distance_threshold_dp, 25, 1, 0), Flag(Generichomepagelatencysequencing__is_enabled, true, 2, 0), Flag(GooglePlayProtect__enable_gpp_home_in_phonesky, true, 2, 0), Flag(Gppwarningcarduiupdate__is_enabled, false, 2, 0), Flag(HamburgerMenuRedDotFix__enable_red_dot_experiment, true, 2, 0), Flag(HardwareBitmaps__is_enabled, false, 2, 0), Flag(Hibernation__hibernation_installation, false, 2, 0), Flag(Hibernation__hibernation_my_apps, false, 2, 0), Flag(Hibernation__hibernation_my_apps_filter, false, 2, 0), Flag(Hibernation__suppress_update_button, false, 2, 0), Flag(Hibernation__unhibernation_intent, false, 2, 0), Flag(HomePageLatencySequencing__is_enabled, true, 2, 0), Flag(IconUniformity__enable_legacy_treatment, true, 2, 0), Flag(ImageAnalytics__defer_last_image_logging_until_page_loaded, false, 2, 0), Flag(ImageOptimizations__disable_image_cache_clearing_ps, true, 2, 0), Flag(ImageOptimizations__enable_glide, false, 2, 0), Flag(ImageOptimizations__enable_hardware_bitmaps, false, 2, 0), Flag(ImageOptimizations__enable_thread_safe_image_latency_logger, true, 2, 0), Flag(ImageOptimizations__remove_domain_from_image_cache_key, false, 2, 0), Flag(ImageOptimizations__use_best_image_cache_key, true, 2, 0), Flag(ImageOptimizations__volley_delivery_on_lightweight_executor, true, 2, 0), Flag(IncrementalLoggingRetosClientSupport__is_enabled, false, 2, 0), Flag(InlineVideo__enable_yt_fragment_reuse, false, 2, 0), Flag(InstallApi__enable_arc_direct_push_install, true, 2, 0), Flag(InstallBar__enable_install_bar_v2, false, 2, 0), Flag(InstallerDownloaderInteraction__recover_using_resourcestatuses, false, 2, 0), Flag(InstallerV2__enable_gms_module_in_installer_v2, false, 2, 0), Flag(InstallerV2__enable_installable_backup_check, false, 2, 0), Flag(InstallerV2__enable_installable_foreground_check, false, 2, 0), Flag(InstallerV2__enable_installer_logger_v2, false, 2, 0), Flag(InstallerV2__enable_installer_v2, true, 2, 0), Flag(InstallerV2__enable_light_weight_noop_filter, false, 2, 0), Flag(InstallerV2__enable_request_install_with_availability_check, false, 2, 0), Flag(InstallerV2__include_storage_validator_in_request_validation, true, 2, 0), Flag(InstallerV2__installerv2_enable_fresh_install, false, 2, 0), Flag(InstallerV2__installerv2_enable_low_priority_updates, true, 2, 0), Flag(InstallerV2__installerv2_enable_redirect_installs, false, 2, 0), Flag(InstallerV2__installerv2_enable_split_only_installs, false, 2, 0), Flag(InstallerV2__installerv2_enable_updates, false, 2, 0), Flag(InstallerV2__installerv2_supported_resource_types, 'CgQBAgMK', 5, 0), Flag(InstallerV2__log_orphaned_downloads, false, 2, 0), Flag(InstallerV2__log_package_installer_error_message, false, 2, 0), Flag(InstallerV2__only_pause_system_app_updates, false, 2, 0), Flag(InstallerV2__only_pause_system_app_updates_v2, true, 2, 0), Flag(InstallerV2__remove
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: _orphaned_downloads, true, 2, 0), Flag(InstallerV2__synchronize_session_to_sessionmanager, false, 2, 0), Flag(InstallerV2__use_resourcemanager_phase_2, false, 2, 0), Flag(Installer__clean_unused_ssl_during_hygiene_job, false, 2, 0), Flag(Installer__create_jobs_async_on_install_queue_init, true, 2, 0), Flag(Installer__dependent_packages_in_package_state, false, 2, 0), Flag(Installer__enable_background_logger, false, 2, 0), Flag(Installer__enable_cache_load_on_install_queue_grpc_client_init, false, 2, 0), Flag(Installer__enable_group_install_preprocessor, true, 2, 0), Flag(Installer__enable_grpc_install_queue, false, 2, 0), Flag(Installer__enable_grpc_install_queue_in_process, false, 2, 0), Flag(Installer__enable_install_queue_facade, true, 2, 0), Flag(Installer__enable_promise_icons, true, 2, 0), Flag(Installer__enable_thermal_status_logger, false, 2, 0), Flag(Installer__fix_wrong_install_session_from_platform, true, 2, 0), Flag(Installer__force_activate_static_shared_libraries_all_users, true, 2, 0), Flag(Installer__install_flow_logging_redesign, true, 2, 0), Flag(Installer__install_queue_grpc_idle_timeout, 'CDw', 5, 0), Flag(Installer__install_status_bridge_grpc_idle_timeout, 'CDw', 5, 0), Flag(Installer__kill_switch_install_queue_hygiene_device_state_idle, false, 2, 0), Flag(Installer__log_install_committed, false, 2, 0), Flag(Installer__non_group_trichrome, false, 2, 0), Flag(Installer__override_constraints_for_same_reason, true, 2, 0), Flag(Installer__reject_install_requests_with_expired_time_window, false, 2, 0), Flag(Installer__reject_non_matching_constraints_for_trichrome, true, 2, 0), Flag(Installer__skip_forced_group_install_queueing_to_installer, false, 2, 0), Flag(Installer__support_atomic_installs, true, 2, 0), Flag(Installer__support_install_existing_package_async, false, 2, 0), Flag(Installer__use_logging_context_in_installer, false, 2, 0), Flag(Installer__use_new_installer_adapter_cancel_api, false, 2, 0), Flag(Installer__use_new_uninstalls_api, true, 2, 0), Flag(InstantAppsSetting__disable_instant_apps_setting_pre_o, false, 2, 0), Flag(InstantCartCache__max_cache_size_in_mebibytes, 3, 1, 0), Flag(InstantCart__aggregate_bulk_acquire_requests, true, 2, 0), Flag(InstantCart__bulk_acquire_request_delay_millis, 500, 1, 0), Flag(InstantCart__enable_prefetchable_acquisition, false, 2, 0), Flag(InstantCart__max_docid_count_per_bulk_acquire_request, 100, 1, 0), Flag(ItemPerfGain__package_name_fallback_to_itemid, true, 2, 0), Flag(ItemPerfGain__refresh_expired_and_missing_fields_only, true, 2, 0), Flag(ItemPerfGain__refresh_sensitive_fields_only_for_soft_ttl, true, 2, 0), Flag(ItemStoreHealthIndicator__enable_item_store_health_indicator, false, 2, 0), Flag(JankLogging__enable_jank_logging, false, 2, 0), Flag(JpkrHomepageRedesign__enable_jpkr_homepage_redesign_v1, false, 2, 0), Flag(KotlinItemcache__is_enabled, true, 2, 0), Flag(KotlinMigration__enable_kotlin_item_store, false, 2, 0), Flag(KotlinMigration__enable_kotlin_list_card, true, 2, 0), Flag(KotlinMigration__enable_kotlin_navigation_manager, true, 2, 0), Flag(KotlinMigration__enable_kotlin_navigation_manager_details_refactor, true, 2, 0), Flag(KotlinMigration__enable_kotlin_navigation_manager_refactor, true, 2, 0), Flag(KotlinMigration__enable_navigation_manager_refactor_aggregated_home, true, 2, 0), Flag(KotlinMigration__enable_navigation_manager_refactor_doc_page, true, 2, 0), Flag(KotlinMigration__enable_navigation_manager_refactor_unauth, true, 2, 0), Flag(KotlinMigration__enable_navigation_manager_remaining_refactor, false, 2, 0), Flag(LargeScreens__card_count_from_resources, false, 2, 0), Flag(LargeScreens__details_page_title_module_subtitle_additional_gar_margin, true, 2, 0), Flag(LargeScreens__increase_priority_for_optimal_device_class_warning, false, 2, 0), Flag(LargeScreens__use_content_padding_on_details, true, 2, 0), Flag(LatencyInjection__legacy_home_injected_latency_ms, 0, 1, 0), Flag(LazyRow__disable_lazysnap_scroller, false, 2, 0), Flag(LazyRow__friction_multi
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: plier, 4.5, 3, 0), Flag(LazyRow__max_screen_width_distance, 1.5, 3, 0), Flag(Libraryentryignoredoctypeequals__is_enabled, true, 2, 0), Flag(LiveOpsV3__enable_liveops_v3_carousel, true, 2, 0), Flag(LiveOpsV3__enable_liveops_v3_cluster_in_stream, true, 2, 0), Flag(LiveOpsV3__enable_liveops_v3_details_module, true, 2, 0), Flag(LiveOpsV3__enable_liveops_v3_edp, true, 2, 0), Flag(LiveOpsV3__enable_liveops_v3_in_events_stream, true, 2, 0), Flag(LiveOpsV3__use_server_driven_event_details_page_title, false, 2, 0), Flag(LiveOpsV3__use_server_driven_time_display_style, true, 2, 0), Flag(LiveOps__enable_empty_stream_page, true, 2, 0), Flag(LiveOps__enable_event_details_page, true, 2, 0), Flag(LmdOverlay__enable_overlay_service, false, 2, 0), Flag(LocalRatings__enable_decide_bar_local_ratings_info_button, false, 2, 0), Flag(LogProcessingImprovements__defer_event_creation, true, 2, 0), Flag(LogSampling__log_sampling_test_events, false, 2, 0), Flag(LogSampling__sampled_background_action_events, 'CiaEEPAE7gTtBJAF4xPkE+8T5hPlE+cT6BPpE+wT8BPxE/QT9RO8MQ', 5, 0), Flag(MaterialNextBaselineTheming__enable_baseline_theming, false, 2, 0), Flag(MaterialNextButtonsAndChipsUpdates__enable_button_chip_shapes_switch, false, 2, 0), Flag(MaterialNextButtonsAndChipsUpdates__enable_taller_small_buttons, false, 2, 0), Flag(MaterialNextButtonsAndChipsUpdates__enable_taller_standard_buttons, false, 2, 0), Flag(MaterialNextButtonsAndChipsUpdates__enable_treat_compact_button_padding_as_default, false, 2, 0), Flag(MaterialNextDynamicTheming__enable_dynamic_theming, false, 2, 0), Flag(MetadataVxConfigGenerator__enable_show_vx_price_on_shared_line, false, 2, 0), Flag(MiniBlurbLargeThumbnail__is_enabled, true, 2, 0), Flag(MiniblurbDetailsPageAnimation__enable_thumbnail_animation_in_dp_nav, false, 2, 0), Flag(Modularization__enable_expanded_description_page, true, 2, 0), Flag(Modularization__enable_flag_item_page, true, 2, 0), Flag(Modularization__enable_mainactivity_delegate, true, 2, 0), Flag(Modularization__enable_reviews_edit_history_page, true, 2, 0), Flag(Modularization__enable_reviews_page, true, 2, 0), Flag(Modularization__enable_wishlist_page, true, 2, 0), Flag(ModuloRvPool__enable_modulo_rv_pool, true, 2, 0), Flag(MoviesExperiments__enable_primetime, false, 2, 0), Flag(MoviesExperiments__enabled_primetime_k2, false, 2, 0), Flag(MoviesExperiments__killswitch_primetime_play_distributor_sorting, false, 2, 0), Flag(MoviesSearch__enable_filters, false, 2, 0), Flag(MoviesSearch__enable_kids_search_mode_for_filters, false, 2, 0), Flag(MyAppsV3__caching_enable_app_info_cache, false, 2, 0), Flag(MyAppsV3__caching_enable_cache_only_startup, true, 2, 0), Flag(MyAppsV3__caching_failed_item_model_ttl, 'CID1JA', 5, 0), Flag(MyAppsV3__caching_in_memory_cache_timeout, 'CLQB', 5, 0), Flag(MyAppsV3__caching_on_device_data_ttl, 'CICNTw', 5, 0), Flag(MyAppsV3__caching_refresh_delay, 'EIDGho8B', 5, 0), Flag(MyAppsV3__caching_successful_item_model_ttl, 'CICNTw', 5, 0), Flag(MyAppsV3__emergency_app_fields_override, '', 5, 0), Flag(MyAppsV3__emergency_shared_fields_override, '', 5, 0), Flag(MyAppsV3__enable_auto_hide_toolbar_on_chromebook, false, 2, 0), Flag(MyAppsV3__enable_cache_refresh_on_download_failure, true, 2, 0), Flag(MyAppsV3__enable_hibernation_action, false, 2, 0), Flag(MyAppsV3__enable_manage_tab_animation, true, 2, 0), Flag(MyAppsV3__enable_my_apps_v3, false, 2, 0), Flag(MyAppsV3__enable_new_or_updated_sorting, false, 2, 0), Flag(MyAppsV3__enable_overflow_actions_dialog, false, 2, 0), Flag(MyAppsV3__enable_select_all, false, 2, 0), Flag(MyAppsV3__installed_apps_always_available, true, 2, 0), Flag(MyAppsV3__is_eligible_for_pending_download_eu_conformity_message, false, 2, 0), Flag(MyAppsV3__library_first_page_size, 20, 1, 0), Flag(MyAppsV3__library_scroll_page_size, 150, 1, 0), Flag(MyAppsV3__manage_tab_enable_p2p, false, 2, 0), Flag(MyAppsV3__manage_tab_enable_review, false, 2, 0), Flag(MyAppsV3__manage_tab_hide_unavailable_apps, false, 2, 0), Flag(MyAppsV3__my_apps_v3_hygiene_m
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: in_latency, 'CKwC', 5, 0), Flag(MyAppsV3__refresh_app_infos_on_library_change, false, 2, 0), Flag(MyAppsV3__remove_apps_with_no_server_data_from_item_store_request, true, 2, 0), Flag(MyAppsV3__screen_jump_delay, 'EIDGho8B', 5, 0), Flag(NetworkOptimizationsAutogen__disable_http2_over_cronet, false, 2, 0), Flag(NetworkOptimizationsAutogen__network_use_cronet_stack, false, 2, 0), Flag(NetworkOptimizations__enable_async_dns, false, 2, 0), Flag(NetworkOptimizations__enable_dns_cache_warmup, true, 2, 0), Flag(NetworkOptimizations__enable_dns_cache_warmup_logging, true, 2, 0), Flag(NetworkOptimizations__enable_network_error_logging, true, 2, 0), Flag(NetworkOptimizations__enable_quic_connection_options, true, 2, 0), Flag(NetworkOptimizations__enable_quic_idle_connection_timeout, true, 2, 0), Flag(NetworkOptimizations__enable_stale_dns, true, 2, 0), Flag(NetworkOptimizations__image_domains_for_network_optimization, 'Ch1wbGF5LWxoLmdvb2dsZXVzZXJjb250ZW50LmNvbQ', 5, 0), Flag(NetworkOptimizations__migrate_quic_sessions_on_network_change, false, 2, 0), Flag(NetworkOptimizations__use_saved_cronet_experimental_options, false, 2, 0), Flag(NotificationAndOfferCenter__add_offers_as_first_tab_with_inconsistency_fix, true, 2, 0), Flag(Notifications__enable_new_updates_completion_notification_channel, true, 2, 0), Flag(Notifications__enable_notification_settings_page_migration, true, 2, 0), Flag(NumberFormatter__enable_custom_number_formatter, false, 2, 0), Flag(OneGoogleMitigation__bell_icon_style, 'blue_filled', 4, 0), Flag(OneGoogleMitigation__enable_dark_mode_for_mitigation_candidate, true, 2, 0), Flag(OneGoogleMitigation__show_dot_for_in_menu_notification_counter, false, 2, 0), Flag(OneGoogleMitigation__swap_notifications_with_library_menu, true, 2, 0), Flag(OneGoogleNav__disable_menu_link_jank_fix, false, 2, 0), Flag(OneGoogleNav__enable_about_google_play_footer, true, 2, 0), Flag(OneGoogleNav__enable_consumer_information_footer, false, 2, 0), Flag(OneGoogleNav__enable_contextual_followup_tooltips, true, 2, 0), Flag(OneGoogleNav__enable_intro_education_tooltip, true, 2, 0), Flag(OneGoogleNav__enable_offers_tab_inconsistency_fix, true, 2, 0), Flag(OneGoogleNav__enable_settings_regroup, true, 2, 0), Flag(OneGoogleNav__enable_tooltip_click_opens_menu, true, 2, 0), Flag(OneGoogleNav__hometoolbar_chip_hold_time, 'CAIQgMq17gE', 5, 0), Flag(OneGoogleNav__hometoolbar_chip_start_delay, 'CAE', 5, 0), Flag(OneGoogleNav__increase_chip_frequency, false, 2, 0), Flag(OneGoogleNav__nav_config, 'expanded', 4, 0), Flag(OneGoogleNav__remove_fake_hamburger, true, 2, 0), Flag(OneGoogleNav__use_new_loyalty_chip, true, 2, 0), Flag(OneGoogle__enable_google_owners_provider, true, 2, 0), Flag(OneGoogle__enable_home_toolbar_logging, false, 2, 0), Flag(OneGoogle__enable_one_google_account_switcher, true, 2, 0), Flag(OneGoogle__google_owners_provider_variant, 'MDI', 4, 0), Flag(OneGoogle__one_google_account_switcher_style, 'mic_and_disc', 4, 0), Flag(OneGoogle__one_google_enable_ve_logging, false, 2, 0), Flag(PageFramework__enable_initial_pages, true, 2, 0), Flag(PageFramework__enable_search_results_page, true, 2, 0), Flag(PageFramework__enable_write_review_page, false, 2, 0), Flag(PageImpression__enable_pagefragment_impression_fix, true, 2, 0), Flag(PcsiLoadInterruptionLogging__enable_pcsi_horizontal_scroll_load_interruption_logging, false, 2, 0), Flag(PcsiLoadInterruptionLogging__enable_pcsi_page_scroll_load_interruption_logging, false, 2, 0), Flag(PcsiLoggingMigration__enable_page_load_start_counter, false, 2, 0), Flag(PcsiTabLatencyLogging__enable_tab_latency_logging, true, 2, 0), Flag(PcsiTabLatencyLogging__enable_tab_latency_logging_univision_pre_ia, true, 2, 0), Flag(Peeking__killswitch_bugfix_207011005, false, 2, 0), Flag(PhllImprovements__remove_pull_to_refresh, true, 2, 0), Flag(PhllImprovements__remove_unused_title_layout, true, 2, 0), Flag(PhoneskyDealsHomeFeatures__enable_indicator, false, 2, 0), Flag(PhoneskyDealsHomeFeatures__enable_tooltip, false, 2, 0), Flag(Phone
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: skyDealsHomeFeatures__max_indicator_count, 3, 1, 0), Flag(PhoneskyDealsHomeFeatures__max_tooltip_count, 3, 1, 0), Flag(PhoneskyHeaders__killswitch_enable_request_size_logging, true, 2, 0), Flag(PhoneskyHeaders__killswitch_migrate_to_url_param, false, 2, 0), Flag(PhoneskySetup__enable_portal_notification_stable, false, 2, 0), Flag(PhoneskySetup__enable_setup_logging_flow_redesign, true, 2, 0), Flag(PlaceholderRedesign__enable_placeholder_redesign, true, 2, 0), Flag(PlayAdBadge__enable_new_play_ad_badge, true, 2, 0), Flag(PlayAdBadge__play_ad_badge_color_theme, 0, 1, 0), Flag(PlayComplianceInfo__compliant_play_info_link_type, 2, 1, 0), Flag(PlayComplianceInfo__enable_play_info_link_provider, true, 2, 0), Flag(PlayPrewarm__enable_app_icon_prefetch, false, 2, 0), Flag(PlayPrewarm__is_enabled, true, 2, 0), Flag(PlayPrewarm__max_prefetches_per_hour, 15, 1, 0), Flag(PlayPrewarm__max_screenshot_prefetch_count, 0, 1, 0), Flag(PlayPrewarm__use_main_looper_in_unbind_timer, true, 2, 0), Flag(PlayProtect__enable_advanced_protection_auto_enable_gpp, true, 2, 0), Flag(PlayProtect__enable_new_notification_restorer, false, 2, 0), Flag(PlayProtect__enable_security_status_cache, true, 2, 0), Flag(PlayProtect__security_status_cache_perf_exp_separate_summary, false, 2, 0), Flag(PlayProtect__security_status_cache_perf_exp_summary_in_report, false, 2, 0), Flag(PlayShieldCodegen__create_ad_shield_client_with_dynamite, false, 2, 0), Flag(PlayShield__enable_ad_shield_client_instantiation_fix, true, 2, 0), Flag(PlayStorePrivacyLabel__is_enabled, false, 2, 0), Flag(PlayStorePrivacyLabel__module_above_ratings_and_reviews, false, 2, 0), Flag(PlayStorePrivacyLabel__module_collapsible_on_long_post_install, false, 2, 0), Flag(PrimesLogging__enable_battery_stats_logging, false, 2, 0), Flag(PrimesLogging__enable_memory_logging, false, 2, 0), Flag(PrimesLogging__enable_package_stats_logging, false, 2, 0), Flag(PrimesLogging__primes_logging_bool_param, false, 2, 0), Flag(PrivateFeedback__enable_private_feedback_redesign, true, 2, 0), Flag(ProcessSafeAccounts__enable_save_account_to_pvs, true, 2, 0), Flag(ProcessSafeLogging__enable_counters_value_store, false, 2, 0), Flag(ProcessSafeLogging__enable_crash_flush_quick_launch_process, true, 2, 0), Flag(ProfileInception__aot_compilation_killswitch, false, 2, 0), Flag(ProfileInception__deadline_in_hours, 24, 1, 0), Flag(ProfileInception__enabled_versions, '', 4, 0), Flag(QualifiedBrowseMetric__remember_impression_id, false, 2, 0), Flag(QuicOverCronet__enable_quic_over_cronet, true, 2, 0), Flag(QuickLinksClusterTitle__enable_bottom_padding, false, 2, 0), Flag(QuickLinksClusterTitle__enable_quick_links_cluster_title, true, 2, 0), Flag(RatingsAndReviewsFormFactorSplit__is_enabled, false, 2, 0), Flag(ReEngagementAds__enable_multi_layout_cluster, true, 2, 0), Flag(RedeemAcquireLoadingScreenFix__enable_full_screen, false, 2, 0), Flag(RenderPartialDetailsPage__above_the_fold_partial_dp_app_fields, 'ChABAgQICw4bHB0eHyIjOQoN', 5, 0), Flag(RenderPartialDetailsPage__above_the_fold_partial_dp_shared_fields, 'CgkBAgYKCwwVHiE', 5, 0), Flag(RenderPartialDetailsPage__min_partial_dp_app_fields, 'Cg4BAgQICw4bHB0eHyIjOQ', 5, 0), Flag(RenderPartialDetailsPage__min_partial_dp_shared_fields, 'CgcBAgYKCwwV', 5, 0), Flag(RenderPartialDetailsPage__render_above_the_fold_partial_dp_for_dl, false, 2, 0), Flag(RenderPartialDetailsPage__render_min_partial_dp_for_dl, true, 2, 0), Flag(RequestQos__enable_latency_tolerant_qos_endpoints, 'apps/contentSync,accountSync,autoUpdate,bulkDetails,bulkPrefetch,delivery,ees/bulkAcquire,getPrefetchRecommendations,replicateLibrary,fdfe/getPlayArtProfileConfig,fdfe/uploadPlayArtProfile,selfUpdate,getItems', 4, 0), Flag(RestartForegroundStoreOnAccountRemoval__is_enabled, false, 2, 0), Flag(ReviewAcquisition__enable_review_acquisition_redesign, true, 2, 0), Flag(ReviewCache__enable_persistent_review_cache_for_dp, false, 2, 0), Flag(ReviewConsumption__enable_review_consumption_redesign, true, 2, 0), Flag(ReviewConsumption__enab
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: le_review_consumption_redesign_for_vx, true, 2, 0), Flag(ReviewConsumption__review_consumption_redesign_no_op, false, 2, 0), Flag(ReviewPolicyLabel__is_enabled, false, 2, 0), Flag(RichListCluster__cluster_client_row_pagination_threshold, 2, 1, 0), Flag(RpcReport__enable_all_rpc_logging, false, 2, 0), Flag(RpcReport__enable_dfe_request_logging, false, 2, 0), Flag(SafetyCenter__enable_safety_center_receiver, false, 2, 0), Flag(ScreenshotClusterOptimization__enable_first_level_image_prioritization, true, 2, 0), Flag(ScreenshotClusterOptimization__enable_two_rotating_views, true, 2, 0), Flag(ScrollInterruptionLogging__enable_pcsi_horizontal_scroll_interruption_logging, false, 2, 0), Flag(ScrollInterruptionLogging__enable_pcsi_vertical_scroll_interruption_logging, true, 2, 0), Flag(SecurityHub__enable_play_protect_and_mainline_integrations, true, 2, 0), Flag(SecurityHub__enable_warning_card_actions, false, 2, 0), Flag(SelfUpdate__enable_reinstall, true, 2, 0), Flag(SelfUpdate__enable_self_update_v2, true, 2, 0), Flag(SelfUpdate__free_up_space_for_splits_all_at_once, false, 2, 0), Flag(SelfUpdate__use_download_service, false, 2, 0), Flag(SerpLazyColumn__is_enabled, true, 2, 0), Flag(ServerDrivenSearchListResults__enable_search_list_results_card_view, true, 2, 0), Flag(ServerDrivenTopCharts__enable_top_charts_card_view, true, 2, 0), Flag(SharedCacheClearing__unique_id, 0, 1, 0), Flag(SingletonViewPool__enable_singleton_view_pool, true, 2, 0), Flag(StablePhoneskyMoviesShutdown__is_enabled, false, 2, 0), Flag(StablePhoneskyMoviesShutdown__remove_movies_from_family_library, true, 2, 0), Flag(StablePhoneskyMoviesShutdown__remove_movies_from_library, true, 2, 0), Flag(StickyTab__sticky_tab_reset_value, 268101556, 1, 0), Flag(StopParsingGclid__enable_stop_parsing_gclid, false, 2, 0), Flag(StoreUpdateChecker__migrate_last_version_code_to_value_store, false, 2, 0), Flag(StreamSystem__use_page_header_cluster_for_editorial_style_headers, false, 2, 0), Flag(SystemUpdate__enable_settings_security_entry_point, true, 2, 0), Flag(TestNetwork__use_dfe_v2, false, 2, 0), Flag(TestingPrograms__disable_share_for_pre_release_app, true, 2, 0), Flag(TestingPrograms__enable_closed_testing_program_details_page, true, 2, 0), Flag(TestingPrograms__enable_internal_testing_program_details_page, true, 2, 0), Flag(TestingPrograms__enable_showing_beta_module_for_unowned_app, true, 2, 0), Flag(ToolbarFramework__enable_toolbar_framework, false, 2, 0), Flag(TopCharts__enforce_peeking_on_inline_top_charts, false, 2, 0), Flag(ToyFeature__is_enabled, false, 2, 0), Flag(TubeskyAddUserEmailSettings__is_enabled, false, 2, 0), Flag(TubeskyMenuOptimization2__is_enabled, true, 2, 0), Flag(TubeskyPermissionAudit__is_enabled, false, 2, 0), Flag(TubeskySettings__show_contact_details, false, 2, 0), Flag(TubeskyTabV2__is_enabled, true, 2, 0), Flag(UiComponentFlattenHierarchy__migrate_wide_media_cl20, true, 2, 0), Flag(UiComponentFlattenHierarchy__use_install_aware_thumbnail_lite, true, 2, 0), Flag(UiComponentFlattenHierarchy__use_install_bar_view_lite, true, 2, 0), Flag(UiComponentFlattenHierarchy__use_metadata_bar_lite, true, 2, 0), Flag(UiComponentFlattenHierarchy__use_rotating_screenshots_lite, true, 2, 0), Flag(UiComponentFlattenHierarchy__use_single_button_install_bar_action_button_group_view, true, 2, 0), Flag(UiComponentFlattenHierarchy__use_youtube_video_player_view_stub, false, 2, 0), Flag(UiLoggingNano2LiteMigration__enable_psuie_group_lite_serialization, false, 2, 0), Flag(UnauthStableFeatures__send_additional_headers_for_unauth_requests, false, 2, 0), Flag(Unicorn__enable_user_settings_hidden_apps, false, 2, 0), Flag(UninstallManagerV4__enable_uninstall_manager_v4_page, false, 2, 0), Flag(UnivisionDataIcsPrewarm__enable_for_activity, false, 2, 0), Flag(UnivisionDataIcsPrewarm__enable_for_process_start, false, 2, 0), Flag(UnivisionDataIcsPrewarm__enable_for_serp, false, 2, 0), Flag(UnivisionDataIcsPrewarm__prewarm_item_id, 'Cgtmb28uYmFyLmJheg', 5, 0), Flag(UnivisionDataProtoPrewarm
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: __enable_for_activity, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_process_start, false, 2, 0), Flag(UnivisionDataProtoPrewarm__enable_for_serp, true, 2, 0), Flag(UnivisionDataProtoPrewarm__prewarm_chunk_size, 10, 1, 0), Flag(UnivisionDetailsPage__enable_legacy_hawkeye_mode, false, 2, 0), Flag(UnivisionDetailsPage__enable_udpr, false, 2, 0), Flag(UnivisionHomeIa__allow_smooth_scrolling_when_subnav_changed, true, 2, 0), Flag(UnivisionHomeIa__enable_empty_ui_if_home_page_is_cached, true, 2, 0), Flag(UnivisionHomeIa__enable_new_impression_logging, false, 2, 0), Flag(UnivisionHomeIa__enable_server_logs_cookie_for_home_page_and_primary_nav_logging, true, 2, 0), Flag(UnivisionHomeIa__home_url_paths, 'CgpzdWJuYXZIb21l', 5, 0), Flag(UnivisionHomeIa__is_enabled, false, 2, 0), Flag(UnivisionJankFixes__is_yt_overdraw_fix_enabled, false, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_browse_tab, false, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_home, false, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_install_bar, false, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_my_reviews, false, 2, 0), Flag(UnivisionUiLogging__enable_gil_for_serp, false, 2, 0), Flag(UnivisionUiLogging__enable_legacy_for_my_reviews, true, 2, 0), Flag(UnivisionUiLogging__enable_legacy_for_serp, true, 2, 0), Flag(Univision__disable_lazy_column_fade_animation, true, 2, 0), Flag(Univision__disable_preinflation, false, 2, 0), Flag(Univision__enable_aot_state_logging, true, 2, 0), Flag(Univision__enable_async_cluster_rendering_latency_logging, true, 2, 0), Flag(Univision__enable_automated_retry, false, 2, 0), Flag(Univision__enable_background_delivery, true, 2, 0), Flag(Univision__enable_background_delivery_for_home, false, 2, 0), Flag(Univision__enable_browse_response_prefetch_handler, false, 2, 0), Flag(Univision__enable_cold_start_optimization, false, 2, 0), Flag(Univision__enable_dagger_non_singleton_prewarm_for_serp, true, 2, 0), Flag(Univision__enable_dagger_singleton_prewarm_for_serp, true, 2, 0), Flag(Univision__enable_early_fetch_async_ads, false, 2, 0), Flag(Univision__enable_entry_point_logging_optimization, false, 2, 0), Flag(Univision__enable_generic_card_cluster_v3, true, 2, 0), Flag(Univision__enable_lazy_column_home, false, 2, 0), Flag(Univision__enable_lazy_column_specifying_item_type, false, 2, 0), Flag(Univision__enable_metadataui_improvements, true, 2, 0), Flag(Univision__enable_metadataui_v2, false, 2, 0), Flag(Univision__enable_my_reviews_page, true, 2, 0), Flag(Univision__enable_prewarm_compose_classes, false, 2, 0), Flag(Univision__enable_prewarm_compose_classes_process_start_delayed, false, 2, 0), Flag(Univision__enable_prewarm_compose_classes_serp, true, 2, 0), Flag(Univision__enable_serp, true, 2, 0), Flag(Univision__enable_stream_legacy_pagination, true, 2, 0), Flag(Univision__enable_stream_store_cache_clearing, true, 2, 0), Flag(Univision__enable_throttling_fix, true, 2, 0), Flag(Univision__enable_throttling_in_stream, true, 2, 0), Flag(Univision__enable_vtc_logging, false, 2, 0), Flag(Univision__enable_vtc_logging_home, false, 2, 0), Flag(Univision__finsky_event_log_background_processing, false, 2, 0), Flag(Univision__finsky_event_log_processing_delay_ms, 500, 1, 0), Flag(Univision__home_injected_jank_ms, 0, 1, 0), Flag(Univision__image_load_started_logging_location, 0, 1, 0), Flag(Univision__initialize_lottie_network_fetcher, false, 2, 0), Flag(Univision__load_item_client_state_flow_directly, false, 2, 0), Flag(Univision__load_item_client_state_flow_in_bg_thread, false, 2, 0), Flag(Univision__migrate_items_to_stream_data_store, false, 2, 0), Flag(Univision__migrate_streams_to_stream_data_store, false, 2, 0), Flag(Univision__prewarm_on_serp_delay_ms, 0, 1, 0), Flag(Univision__serp_injected_jank_ms, 0, 1, 0), Flag(Univision__should_refresh_soft_ttl_expired_items, false, 2, 0), Flag(Univision__storagelayer_implementation, 1, 1, 0), Flag(Univision__stream_store_migrate_from_storage_to_cache, true, 2, 0), Flag(Univision__upload_aot_state_
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: line, false, 2, 0), Flag(Univision__use_stream_data_store_stream_node_fetcher, false, 2, 0), Flag(UserPerceivedLatency__disable_loading_delay_on_serp, false, 2, 0), Flag(UserPerceivedLatency__dms_default_loading_delay, 'EICn8qYB', 5, 0), Flag(UserPerceivedLatency__enable_display_mode_switcher_on_browse_page, true, 2, 0), Flag(UserPerceivedLatency__enable_display_mode_switcher_on_browse_stream, true, 2, 0), Flag(UserPerceivedLatency__enable_display_mode_switcher_on_home_page, true, 2, 0), Flag(UserPerceivedLatency__enable_display_mode_switcher_on_home_stream, true, 2, 0), Flag(UserPerceivedLatency__enable_display_mode_switcher_on_search_page, true, 2, 0), Flag(UserPerceivedLatency__enable_displaymodeswitcher_on_details_fragment, true, 2, 0), Flag(UserPerceivedLatency__enable_loading_delay_on_dp, false, 2, 0), Flag(UserPerceivedLatency__enable_placeholder_on_thumbnail, false, 2, 0), Flag(UserPerceivedLatency__enable_upl_on_async_cluster, false, 2, 0), Flag(UserPerceivedLatency__enable_upl_on_browse_page, false, 2, 0), Flag(UserPerceivedLatency__enable_upl_on_home_page, false, 2, 0), Flag(UserPerceivedLatency__enable_upl_on_home_page_vertical_scroll, false, 2, 0), Flag(UserPerceivedLatency__enable_upl_on_horizontal_clusters, false, 2, 0), Flag(UserPerceivedLatency__enable_upl_on_search_page, false, 2, 0), Flag(UserPerceivedLatency__enable_upl_on_search_page_jpkr, false, 2, 0), Flag(UserPerceivedLatency__enable_upl_on_search_page_scroll, false, 2, 0), Flag(UserSettingsCacheClearing__unique_id, 330989120, 1, 0), Flag(ValueStore__add_io_exception_handler, true, 2, 0), Flag(VideoAutoPlayComposeScroller__is_enabled, true, 2, 0), Flag(ViewPager__disable_primarynav_offscreen_tab_view_biniding, false, 2, 0), Flag(ViewPoolFrameLayout__is_enabled, false, 2, 0), Flag(VisRefresh__cluster_header_lite_option, 'lite', 4, 0), Flag(VisRefresh__cluster_padding_option, 'fpr_top_fix', 4, 0), Flag(VisRefresh__enable_apps_ads_auto_scroll, false, 2, 0), Flag(VisRefresh__enable_apps_ads_auto_scroll_delay, false, 2, 0), Flag(VisRefresh__enable_button_animation, false, 2, 0), Flag(VisRefresh__enable_delay_post_install_ads_display, false, 2, 0), Flag(VisRefresh__enable_dynamically_inflate_action_button_group, true, 2, 0), Flag(VisRefresh__enable_fully_transparent_sys_nav_on_q, false, 2, 0), Flag(VisRefresh__enable_override_account_name_for_action_buttons, true, 2, 0), Flag(VisRefresh__enable_visual_refresh, true, 2, 0), Flag(VisualRefreshPhase2__details_page_transition_option, 'no_overlay', 4, 0), Flag(VisualRefreshPhase2__enable_badging_simplification, true, 2, 0), Flag(VisualRefreshPhase2__enable_browse_page_transition, true, 2, 0), Flag(VisualRefreshPhase2__enable_chipsbannerrecyclerview_restore_scroll_immediate, true, 2, 0), Flag(VisualRefreshPhase2__enable_chipview_load_font_immediate, true, 2, 0), Flag(VisualRefreshPhase2__enable_details_page_clarification, true, 2, 0), Flag(VisualRefreshPhase2__enable_details_page_clarification_reorder_only, false, 2, 0), Flag(VisualRefreshPhase2__enable_details_page_clarification_smaller_padding, true, 2, 0), Flag(VisualRefreshPhase2__enable_details_page_clarification_smallest_padding, false, 2, 0), Flag(VisualRefreshPhase2__enable_details_page_shift_up_spi_ads, false, 2, 0), Flag(VisualRefreshPhase2__enable_details_page_xsell_reordering, true, 2, 0), Flag(VisualRefreshPhase2__enable_developer_details_styling, true, 2, 0), Flag(VisualRefreshPhase2__enable_immersive_header_migration_general, true, 2, 0), Flag(VisualRefreshPhase2__enable_immersive_header_migration_user_voting, false, 2, 0), Flag(VisualRefreshPhase2__enable_install_aware_thumbnail_dynamic_inflation, true, 2, 0), Flag(VisualRefreshPhase2__enable_lazy_install_aware_thumbnail_inflation, true, 2, 0), Flag(VisualRefreshPhase2__enable_liveops_migration, true, 2, 0), Flag(VisualRefreshPhase2__enable_top_padding_above_chips, true, 2, 0), Flag(VisualRefreshPhase2__enable_view_pager_slide_n_fade_transition, true, 2, 0), Flag(VisualRefreshPhase2__enable_visual_refresh_phas
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: e_2, false, 2, 0), Flag(VisualRefreshPhase2__min_ram_to_enable_details_page_transition, 5000, 1, 0), Flag(VoiceSearch__enable_voice_search_button_visibility_logging, false, 2, 0), Flag(VoiceSearch__voice_search_max_results, 1, 1, 0), Flag(WearHygieneOptimization__enable_wear_hygiene_optimization, true, 2, 0), Flag(WebInlineVideoPlayer__enable_web_player, false, 2, 0), Flag(WideMediaVideoScreenshotHeightOverride__enable_cluster_height_override, false, 2, 0)
03-30 16:17:07.082 20504 20529 D GetConfigurationSnapsho: byFlagStorageType, deleteSet =
03-30 16:17:07.083 20504 20537 I Finsky : [1157] ozy.h(7): Already at the latest configurations for experiment package com.google.android.finsky.stable.
03-30 16:17:07.173 20504 20623 I Finsky : [1209] acpf.c(2): registerListener
03-30 16:17:07.173 20504 20623 I Finsky : [1209] iil.g(1): getDownloads()
03-30 16:17:07.181 20504 20504 I Finsky : [2] rmg.run(23): Detected restoreservicev2://recovery not needed, will not run
03-30 16:17:07.181 20504 20623 I Finsky : [1209] pz.run(15): Initialized AssetModuleDownloader.
03-30 16:17:07.187 20578 20607 I Finsky:background: [1155] iga.f(1): getDownloads()
03-30 16:17:07.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:07.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:08.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:08.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:09.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:09.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:10.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:10.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:11.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:11.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:12.041 2734 2734 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.safetynet.service.START pkg=com.google.android.gms }
03-30 16:17:12.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:12.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:13.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:13.279 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:14.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:14.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:15.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:15.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:16.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:16.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:17.261 20578 20578 I Finsky:background: [2] lni.onDestroy(8): IPC-SERVER: Stopping gRPC host service...
03-30 16:17:17.261 2024 2058 E memtrack: Couldn't load memtrack module
03-30 16:17:17.261 2024 2058 W android.os.Debug: failed to get memory consumption info: -1
03-30 16:17:17.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:17.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:18.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:18.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:19.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:19.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:20.280 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:20.281 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:21.281 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:21.281 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:22.281 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:22.281 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
03-30 16:17:23.281 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
03-30 16:17:23.281 1791 2269 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment